Changeset 3277079
- Timestamp:
- 04/19/2025 07:54:22 AM (8 months ago)
- Location:
- consistency
- Files:
-
- 9 edited
- 1 copied
-
assets/blueprints/blueprint.json (modified) (1 diff)
-
tags/1.8.3 (copied) (copied from consistency/trunk)
-
tags/1.8.3/changelog.txt (modified) (1 diff)
-
tags/1.8.3/consistency.php (modified) (1 diff)
-
tags/1.8.3/package.json (modified) (1 diff)
-
tags/1.8.3/readme.txt (modified) (3 diffs)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/consistency.php (modified) (1 diff)
-
trunk/package.json (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
consistency/assets/blueprints/blueprint.json
r3084549 r3277079 2 2 "landingPage": "/wp-admin/post.php?post=1&action=edit", 3 3 "preferredVersions": { 4 "php": "8. 0",4 "php": "8.1", 5 5 "wp": "latest" 6 6 }, -
consistency/tags/1.8.3/changelog.txt
r3135255 r3277079 2 2 3 3 This file contains only old changelog. See readme.txt for newer versions. 4 5 = 1.7.1 = 6 * Fix: Ensures in all cases to only use rules authorized by local parameters 7 8 = 1.7.0 = 9 * Add: Add the ability to display all correction rules regardless of the current locale with a filter (Consistency\only_show_locale_correction_rules) 10 * Add: Prevents incompatible fixes from being enabled when locale limiting has been disabled by the filter 11 * Add: Update readme 4 12 5 13 = 1.6.5 = -
consistency/tags/1.8.3/consistency.php
r3184822 r3277079 4 4 * Plugin URI: https://www.webaxones.com 5 5 * Description: Fixes typographic and punctuation consistency 6 * Version: 1.8. 26 * Version: 1.8.3 7 7 * Requires at least: 6.1 8 8 * Requires PHP: 7.4 -
consistency/tags/1.8.3/package.json
r3184822 r3277079 1 1 { 2 2 "name": "consistency", 3 "version": "1.8. 2",3 "version": "1.8.3", 4 4 "description": "", 5 5 "main": "index.js", -
consistency/tags/1.8.3/readme.txt
r3184822 r3277079 3 3 Tags: punctuation, typography, block editor, gutenberg 4 4 Requires at least: 6.1 5 Tested up to: 6. 76 Stable tag: 1.8. 25 Tested up to: 6.8 6 Stable tag: 1.8.3 7 7 Requires PHP: 7.4 8 8 License: GPL-3.0-or-later … … 70 70 == Changelog == 71 71 72 = 1.8.3 = 73 * Add: Indicate compatibility with WordPress 6.8 74 72 75 = 1.8.2 = 73 76 * Fix: Fix cursor repositionning which was buggy since wp6.6 … … 82 85 * Update: code refactoring (replace global variables with global context, some functions with custom hooks, and allow to process more blocks) 83 86 84 = 1.7.1 =85 * Fix: Ensures in all cases to only use rules authorized by local parameters86 87 = 1.7.0 =88 * Add: Add the ability to display all correction rules regardless of the current locale with a filter (Consistency\only_show_locale_correction_rules)89 * Add: Prevents incompatible fixes from being enabled when locale limiting has been disabled by the filter90 * Add: Update readme91 92 87 See [changelog.txt](https://plugins.svn.wordpress.org/consistency/trunk/changelog.txt) for older changelog -
consistency/trunk/changelog.txt
r3135255 r3277079 2 2 3 3 This file contains only old changelog. See readme.txt for newer versions. 4 5 = 1.7.1 = 6 * Fix: Ensures in all cases to only use rules authorized by local parameters 7 8 = 1.7.0 = 9 * Add: Add the ability to display all correction rules regardless of the current locale with a filter (Consistency\only_show_locale_correction_rules) 10 * Add: Prevents incompatible fixes from being enabled when locale limiting has been disabled by the filter 11 * Add: Update readme 4 12 5 13 = 1.6.5 = -
consistency/trunk/consistency.php
r3184822 r3277079 4 4 * Plugin URI: https://www.webaxones.com 5 5 * Description: Fixes typographic and punctuation consistency 6 * Version: 1.8. 26 * Version: 1.8.3 7 7 * Requires at least: 6.1 8 8 * Requires PHP: 7.4 -
consistency/trunk/package.json
r3184822 r3277079 1 1 { 2 2 "name": "consistency", 3 "version": "1.8. 2",3 "version": "1.8.3", 4 4 "description": "", 5 5 "main": "index.js", -
consistency/trunk/readme.txt
r3184822 r3277079 3 3 Tags: punctuation, typography, block editor, gutenberg 4 4 Requires at least: 6.1 5 Tested up to: 6. 76 Stable tag: 1.8. 25 Tested up to: 6.8 6 Stable tag: 1.8.3 7 7 Requires PHP: 7.4 8 8 License: GPL-3.0-or-later … … 70 70 == Changelog == 71 71 72 = 1.8.3 = 73 * Add: Indicate compatibility with WordPress 6.8 74 72 75 = 1.8.2 = 73 76 * Fix: Fix cursor repositionning which was buggy since wp6.6 … … 82 85 * Update: code refactoring (replace global variables with global context, some functions with custom hooks, and allow to process more blocks) 83 86 84 = 1.7.1 =85 * Fix: Ensures in all cases to only use rules authorized by local parameters86 87 = 1.7.0 =88 * Add: Add the ability to display all correction rules regardless of the current locale with a filter (Consistency\only_show_locale_correction_rules)89 * Add: Prevents incompatible fixes from being enabled when locale limiting has been disabled by the filter90 * Add: Update readme91 92 87 See [changelog.txt](https://plugins.svn.wordpress.org/consistency/trunk/changelog.txt) for older changelog
Note: See TracChangeset
for help on using the changeset viewer.