Plugin Directory

Changeset 3125811


Ignore:
Timestamp:
07/26/2024 09:20:49 AM (17 months ago)
Author:
Webaxones
Message:

Update to version 1.6.4 from GitHub

Location:
consistency
Files:
6 added
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • consistency/tags/1.6.4/includes/Plugin.php

    r3123688 r3125811  
    3232    protected static function setConstants(): void
    3333    {
    34         defined( __NAMESPACE__ . '\VERSION' ) || define( __NAMESPACE__ . '\VERSION', '1.6.3' );
     34        defined( __NAMESPACE__ . '\VERSION' ) || define( __NAMESPACE__ . '\VERSION', '1.6.4' );
    3535        defined( __NAMESPACE__ . '\PLUGIN_URL' ) || define( __NAMESPACE__ . '\PLUGIN_URL', plugin_dir_url( __DIR__ ) );
    3636        defined( __NAMESPACE__ . '\PLUGIN_PATH' ) || define( __NAMESPACE__ . '\PLUGIN_PATH', plugin_dir_path( __DIR__ ) );
  • consistency/tags/1.6.4/package.json

    r3123688 r3125811  
    11{
    22    "name": "consistency",
    3     "version": "1.6.3",
     3    "version": "1.6.4",
    44    "description": "",
    55    "main": "index.js",
  • consistency/tags/1.6.4/readme.txt

    r3123688 r3125811  
    1 === Consistency – Typographic Corrector for Gutenberg ===
     1=== Consistency – Typography Corrector for Gutenberg ===
    22Contributors: webaxones
    33Tags: block editor, typography, gutenberg
    44Requires at least: 6.1
    55Tested up to: 6.6
    6 Stable tag: 1.6.3
     6Stable tag: 1.6.4
    77Requires PHP: 7.4
    88License: GPL-3.0-or-later
     
    3636== Screenshots ==
    3737
    38 1. Settings
     381. Apostrophes
     392. Quotation marks
     403. Dashes
     414. Suffixes
     425. Spaces
     436. Case
     447. Ellipsis
     458. Symbols
    3946
    4047== Installation ==
     
    4451
    4552== Changelog ==
     53
     54= 1.6.4 =
     55* Fix: Fix name of plugin and add some screenshots
    4656
    4757= 1.6.3 =
  • consistency/trunk/includes/Plugin.php

    r3123688 r3125811  
    3232    protected static function setConstants(): void
    3333    {
    34         defined( __NAMESPACE__ . '\VERSION' ) || define( __NAMESPACE__ . '\VERSION', '1.6.3' );
     34        defined( __NAMESPACE__ . '\VERSION' ) || define( __NAMESPACE__ . '\VERSION', '1.6.4' );
    3535        defined( __NAMESPACE__ . '\PLUGIN_URL' ) || define( __NAMESPACE__ . '\PLUGIN_URL', plugin_dir_url( __DIR__ ) );
    3636        defined( __NAMESPACE__ . '\PLUGIN_PATH' ) || define( __NAMESPACE__ . '\PLUGIN_PATH', plugin_dir_path( __DIR__ ) );
  • consistency/trunk/package.json

    r3123688 r3125811  
    11{
    22    "name": "consistency",
    3     "version": "1.6.3",
     3    "version": "1.6.4",
    44    "description": "",
    55    "main": "index.js",
  • consistency/trunk/readme.txt

    r3123688 r3125811  
    1 === Consistency – Typographic Corrector for Gutenberg ===
     1=== Consistency – Typography Corrector for Gutenberg ===
    22Contributors: webaxones
    33Tags: block editor, typography, gutenberg
    44Requires at least: 6.1
    55Tested up to: 6.6
    6 Stable tag: 1.6.3
     6Stable tag: 1.6.4
    77Requires PHP: 7.4
    88License: GPL-3.0-or-later
     
    3636== Screenshots ==
    3737
    38 1. Settings
     381. Apostrophes
     392. Quotation marks
     403. Dashes
     414. Suffixes
     425. Spaces
     436. Case
     447. Ellipsis
     458. Symbols
    3946
    4047== Installation ==
     
    4451
    4552== Changelog ==
     53
     54= 1.6.4 =
     55* Fix: Fix name of plugin and add some screenshots
    4656
    4757= 1.6.3 =
Note: See TracChangeset for help on using the changeset viewer.