From 3e3568dea6f4539597a661cd20f4a6c2f401e004 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20ANTIGNAC?= Date: Tue, 23 Jul 2024 11:05:54 +0200 Subject: [PATCH] fix last update where stable tag was missing --- consistency.php | 2 +- includes/Plugin.php | 2 +- package.json | 2 +- readme.md | 2 +- readme.txt | 10 ++++++++-- 5 files changed, 12 insertions(+), 6 deletions(-) diff --git a/consistency.php b/consistency.php index 686f0c9..b6d642c 100644 --- a/consistency.php +++ b/consistency.php @@ -3,7 +3,7 @@ * Plugin Name: Consistency * Plugin URI: https://www.webaxones.com * Description: Fixes typographical consistency - * Version: 1.6.1 + * Version: 1.6.3 * Requires at least: 6.1 * Requires PHP: 7.4 * Author: Loïc Antignac diff --git a/includes/Plugin.php b/includes/Plugin.php index ed3acfb..8a5c64e 100644 --- a/includes/Plugin.php +++ b/includes/Plugin.php @@ -31,7 +31,7 @@ class Plugin */ protected static function setConstants(): void { - defined( __NAMESPACE__ . '\VERSION' ) || define( __NAMESPACE__ . '\VERSION', '1.6.1' ); + defined( __NAMESPACE__ . '\VERSION' ) || define( __NAMESPACE__ . '\VERSION', '1.6.3' ); defined( __NAMESPACE__ . '\PLUGIN_URL' ) || define( __NAMESPACE__ . '\PLUGIN_URL', plugin_dir_url( __DIR__ ) ); defined( __NAMESPACE__ . '\PLUGIN_PATH' ) || define( __NAMESPACE__ . '\PLUGIN_PATH', plugin_dir_path( __DIR__ ) ); defined( __NAMESPACE__ . '\OPTION_GROUP' ) || define( __NAMESPACE__ . '\OPTION_GROUP', 'consistency_plugin' ); diff --git a/package.json b/package.json index fe36a45..ebfa6bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "consistency", - "version": "1.6.1", + "version": "1.6.3", "description": "", "main": "index.js", "scripts": { diff --git a/readme.md b/readme.md index ee55abe..f349dd3 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ [![release](https://badgen.net/github/tag/webaxones/consistency)](https://wordpress.org/plugins/consistency/) [![wordpress](https://badgen.net/badge/wordpress/6.6+/green)](https://wordpress.org/plugins/consistency/) [![php](https://badgen.net/badge/php/7.4+/green)](https://wordpress.org/plugins/consistency/) -Fixes typographical errors when typing in the WordPress editor. +Fixes typographic errors when typing in the WordPress editor. Do you see the typographic corrector in your word processor that formats what you type in real time? Well, it's the same idea but with Gutenberg. diff --git a/readme.txt b/readme.txt index ced7215..162d6ab 100644 --- a/readme.txt +++ b/readme.txt @@ -1,9 +1,9 @@ -=== Consistency – Typographical Corrector for Gutenberg === +=== Consistency – Typographic Corrector for Gutenberg === Contributors: webaxones Tags: block editor, typography, gutenberg Requires at least: 6.1 Tested up to: 6.6 -Stable tag: 1.6.1 +Stable tag: 1.6.3 Requires PHP: 7.4 License: GPL-3.0-or-later License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -44,6 +44,12 @@ The locales supported by this plugin are: == Changelog == += 1.6.3 = +* Fix: Update plugin description, changelog, and stable tag + += 1.6.2 = +* Add: Update readme + = 1.6.1 = * Fix: Remove vendor subdirectories from git