== Changelog ==

This file contains only old changelog. See readme.txt for newer versions.

= 1.7.1 =
* Fix: Ensures in all cases to only use rules authorized by local parameters

= 1.7.0 =
* Add: Add the ability to display all correction rules regardless of the current locale with a filter (Consistency\only_show_locale_correction_rules)
* Add: Prevents incompatible fixes from being enabled when locale limiting has been disabled by the filter
* Add: Update readme

= 1.6.5 =
* Fix: Fix version number in main PHP file

= 1.6.4 =
* Fix: Fix name of plugin and add some screenshots

= 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

= 1.6.0 =
* Fix: Refactor some code: Rename Rules class to Languages
* Fix: Decouple Languages and rules
* Fix: Fix Paste event interception since Editor location depends on custom fields status (if they are not activated, Editor is loaded in an iframe)
* Fix: Separate old changelog and new logs in 2 files

= 1.5.9 =
* Add rule for percentages symbols
* Refactor some code
* Actualise Readme

= 1.5.8 =
* Add rule for fraction symbols

= 1.5.7 =
* Fix for last rule

= 1.5.6 =
* Fix for version number

= 1.5.5 =
* Add rule to replace curly quotes with french quotes for fr_FR & fr_BE because Google Doc transforms double quotes into curved quotes, but does not offer French quotes

= 1.5.4 =
* Sort settings by categories in sidebar
* Add some rules for symbols
* Fix settings saving that was broken in last version

= 1.5.3 =
* Fix missing stable tag

= 1.5.2 =
* Fix missing autoload vendor

= 1.5.1 =
* Fix for forgotten PHP locale rules update
* Adds GitHub Action for deploy
* Adds blueprint for WordPress Playground

= 1.5.0 =
* Fix SVN problem

= 1.4.9 =
* Fix requires PHP tag

= 1.4.8 =
* Code refactoring
* Adds first level of support for German and Romanian locales

= 1.4.7 =
* Fix a regex parsing bug for quotes on pasted text (no need to use / character with template literals)
* Fix a compatibility problem with Otter block by removing the e.preventDefault from the paste event detection (blocked copy/paste content within blocks like embed, HTML...)
* Fix PHP bug with currentUser authCallBack that prevented to save User Settings
* Upgrade @wordpress/scripts to 27.8.0 and @wordpress/compose to 6.34.0
* Updated for WordPress 6.5.2

= 1.4.5 =
* Fix a regex parsing bug on link insertion because the fetched content had changed and contained the HTML tags
* Fix the processing of capital letters at the beginning of a sentence which did not take into account question marks, exclamation marks and ellipsis
* Removes CODE, PRE, KBD tags and their content from scanned content

= 1.4.4 =
* Fix composer package check

= 1.4.3 =
* Fix version number

= 1.4.2 =
* Plugin requires PHP: 7.4 or higher

= 1.4.1 =
* Plugin stops supporting an End of life version of PHP: Requires PHP: 8.0 or higher

= 1.4.0 =
* Code goes to OOP

= 1.3.1 =
* Spelling corrections

= 1.3.0 =
* New correction added: "First sentence letter not capitalized"
* Cancellation management: Ctrl+Z or Cmd+Z right after a correction disables the correction for the next keystroke
* Code improvements

= 1.2.2 =
* Replace multiple components with one

= 1.2.1 =
* Fix: remove concat from getAllInnersFromParents

= 1.2.0 =
* New corrections added: "Two hyphens", "Ordinal number suffix", "No breaking space after", "No non-breaking space after", "No breaking space after"
* Autocorrect is now also done on innerBlocks like list items, on the fly as well as copy-paste 

= 1.1.1 =
* Remove special characters from readme since they are transformed on wp org

= 1.1.0 =
* Locales management: English and French for now. Rules are automatically selected but can be modified by an admin
* Replacement of notices with self-hiding snackbars
* Code improvements
* Replacement of screenshots with animated gifs to show the process even if it is discreet.

= 1.0.4 =
* Finally fixed the translation bug: it was an extra slash to plugin_dir_path

= 1.0.3 =
* Next try to fix translations by adding wp_set_script_translations

= 1.0.2 =
* Fixed translation problem and replace get_locale with current active locale

= 1.0.1 =
* Implementation of the preparation for the management of the different locales
* Added more currencies to regex
* Changed PHP min requirements for PHP 7.3 or higher and open by default both settings panels
* Improved texts with the help of Vlad Timotei, aka @vlad-timotei aka aka Baby Yoda
* Improved the banner and fix bad help message for non breaking/breaking spaces toggle control

= 1.0.0 =

* Plugin initial commit. Let's write =^.^=
