Plugin Directory

Changeset 3277079


Ignore:
Timestamp:
04/19/2025 07:54:22 AM (8 months ago)
Author:
Webaxones
Message:

Update to version 1.8.3 from GitHub

Location:
consistency
Files:
9 edited
1 copied

Legend:

Unmodified
Added
Removed
  • consistency/assets/blueprints/blueprint.json

    r3084549 r3277079  
    22    "landingPage": "/wp-admin/post.php?post=1&action=edit",
    33    "preferredVersions": {
    4         "php": "8.0",
     4        "php": "8.1",
    55        "wp": "latest"
    66    },
  • consistency/tags/1.8.3/changelog.txt

    r3135255 r3277079  
    22
    33This 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
    412
    513= 1.6.5 =
  • consistency/tags/1.8.3/consistency.php

    r3184822 r3277079  
    44 * Plugin URI:        https://www.webaxones.com
    55 * Description:       Fixes typographic and punctuation consistency
    6  * Version:           1.8.2
     6 * Version:           1.8.3
    77 * Requires at least: 6.1
    88 * Requires PHP:      7.4
  • consistency/tags/1.8.3/package.json

    r3184822 r3277079  
    11{
    22    "name": "consistency",
    3     "version": "1.8.2",
     3    "version": "1.8.3",
    44    "description": "",
    55    "main": "index.js",
  • consistency/tags/1.8.3/readme.txt

    r3184822 r3277079  
    33Tags: punctuation, typography, block editor, gutenberg
    44Requires at least: 6.1
    5 Tested up to: 6.7
    6 Stable tag: 1.8.2
     5Tested up to: 6.8
     6Stable tag: 1.8.3
    77Requires PHP: 7.4
    88License: GPL-3.0-or-later
     
    7070== Changelog ==
    7171
     72= 1.8.3 =
     73* Add: Indicate compatibility with WordPress 6.8
     74
    7275= 1.8.2 =
    7376* Fix: Fix cursor repositionning which was buggy since wp6.6
     
    8285* Update: code refactoring (replace global variables with global context, some functions with custom hooks, and allow to process more blocks)
    8386
    84 = 1.7.1 =
    85 * Fix: Ensures in all cases to only use rules authorized by local parameters
    86 
    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 filter
    90 * Add: Update readme
    91 
    9287See [changelog.txt](https://plugins.svn.wordpress.org/consistency/trunk/changelog.txt) for older changelog
  • consistency/trunk/changelog.txt

    r3135255 r3277079  
    22
    33This 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
    412
    513= 1.6.5 =
  • consistency/trunk/consistency.php

    r3184822 r3277079  
    44 * Plugin URI:        https://www.webaxones.com
    55 * Description:       Fixes typographic and punctuation consistency
    6  * Version:           1.8.2
     6 * Version:           1.8.3
    77 * Requires at least: 6.1
    88 * Requires PHP:      7.4
  • consistency/trunk/package.json

    r3184822 r3277079  
    11{
    22    "name": "consistency",
    3     "version": "1.8.2",
     3    "version": "1.8.3",
    44    "description": "",
    55    "main": "index.js",
  • consistency/trunk/readme.txt

    r3184822 r3277079  
    33Tags: punctuation, typography, block editor, gutenberg
    44Requires at least: 6.1
    5 Tested up to: 6.7
    6 Stable tag: 1.8.2
     5Tested up to: 6.8
     6Stable tag: 1.8.3
    77Requires PHP: 7.4
    88License: GPL-3.0-or-later
     
    7070== Changelog ==
    7171
     72= 1.8.3 =
     73* Add: Indicate compatibility with WordPress 6.8
     74
    7275= 1.8.2 =
    7376* Fix: Fix cursor repositionning which was buggy since wp6.6
     
    8285* Update: code refactoring (replace global variables with global context, some functions with custom hooks, and allow to process more blocks)
    8386
    84 = 1.7.1 =
    85 * Fix: Ensures in all cases to only use rules authorized by local parameters
    86 
    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 filter
    90 * Add: Update readme
    91 
    9287See [changelog.txt](https://plugins.svn.wordpress.org/consistency/trunk/changelog.txt) for older changelog
Note: See TracChangeset for help on using the changeset viewer.