Changeset 3125811
- Timestamp:
- 07/26/2024 09:20:49 AM (17 months ago)
- Location:
- consistency
- Files:
-
- 6 added
- 6 edited
- 1 copied
-
assets/screenshot-2.jpg (added)
-
assets/screenshot-3.jpg (added)
-
assets/screenshot-4.jpg (added)
-
assets/screenshot-5.jpg (added)
-
assets/screenshot-6.jpg (added)
-
assets/screenshot-7.jpg (added)
-
tags/1.6.4 (copied) (copied from consistency/trunk)
-
tags/1.6.4/includes/Plugin.php (modified) (1 diff)
-
tags/1.6.4/package.json (modified) (1 diff)
-
tags/1.6.4/readme.txt (modified) (3 diffs)
-
trunk/includes/Plugin.php (modified) (1 diff)
-
trunk/package.json (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
consistency/tags/1.6.4/includes/Plugin.php
r3123688 r3125811 32 32 protected static function setConstants(): void 33 33 { 34 defined( __NAMESPACE__ . '\VERSION' ) || define( __NAMESPACE__ . '\VERSION', '1.6. 3' );34 defined( __NAMESPACE__ . '\VERSION' ) || define( __NAMESPACE__ . '\VERSION', '1.6.4' ); 35 35 defined( __NAMESPACE__ . '\PLUGIN_URL' ) || define( __NAMESPACE__ . '\PLUGIN_URL', plugin_dir_url( __DIR__ ) ); 36 36 defined( __NAMESPACE__ . '\PLUGIN_PATH' ) || define( __NAMESPACE__ . '\PLUGIN_PATH', plugin_dir_path( __DIR__ ) ); -
consistency/tags/1.6.4/package.json
r3123688 r3125811 1 1 { 2 2 "name": "consistency", 3 "version": "1.6. 3",3 "version": "1.6.4", 4 4 "description": "", 5 5 "main": "index.js", -
consistency/tags/1.6.4/readme.txt
r3123688 r3125811 1 === Consistency – Typograph icCorrector for Gutenberg ===1 === Consistency – Typography Corrector for Gutenberg === 2 2 Contributors: webaxones 3 3 Tags: block editor, typography, gutenberg 4 4 Requires at least: 6.1 5 5 Tested up to: 6.6 6 Stable tag: 1.6. 36 Stable tag: 1.6.4 7 7 Requires PHP: 7.4 8 8 License: GPL-3.0-or-later … … 36 36 == Screenshots == 37 37 38 1. Settings 38 1. Apostrophes 39 2. Quotation marks 40 3. Dashes 41 4. Suffixes 42 5. Spaces 43 6. Case 44 7. Ellipsis 45 8. Symbols 39 46 40 47 == Installation == … … 44 51 45 52 == Changelog == 53 54 = 1.6.4 = 55 * Fix: Fix name of plugin and add some screenshots 46 56 47 57 = 1.6.3 = -
consistency/trunk/includes/Plugin.php
r3123688 r3125811 32 32 protected static function setConstants(): void 33 33 { 34 defined( __NAMESPACE__ . '\VERSION' ) || define( __NAMESPACE__ . '\VERSION', '1.6. 3' );34 defined( __NAMESPACE__ . '\VERSION' ) || define( __NAMESPACE__ . '\VERSION', '1.6.4' ); 35 35 defined( __NAMESPACE__ . '\PLUGIN_URL' ) || define( __NAMESPACE__ . '\PLUGIN_URL', plugin_dir_url( __DIR__ ) ); 36 36 defined( __NAMESPACE__ . '\PLUGIN_PATH' ) || define( __NAMESPACE__ . '\PLUGIN_PATH', plugin_dir_path( __DIR__ ) ); -
consistency/trunk/package.json
r3123688 r3125811 1 1 { 2 2 "name": "consistency", 3 "version": "1.6. 3",3 "version": "1.6.4", 4 4 "description": "", 5 5 "main": "index.js", -
consistency/trunk/readme.txt
r3123688 r3125811 1 === Consistency – Typograph icCorrector for Gutenberg ===1 === Consistency – Typography Corrector for Gutenberg === 2 2 Contributors: webaxones 3 3 Tags: block editor, typography, gutenberg 4 4 Requires at least: 6.1 5 5 Tested up to: 6.6 6 Stable tag: 1.6. 36 Stable tag: 1.6.4 7 7 Requires PHP: 7.4 8 8 License: GPL-3.0-or-later … … 36 36 == Screenshots == 37 37 38 1. Settings 38 1. Apostrophes 39 2. Quotation marks 40 3. Dashes 41 4. Suffixes 42 5. Spaces 43 6. Case 44 7. Ellipsis 45 8. Symbols 39 46 40 47 == Installation == … … 44 51 45 52 == Changelog == 53 54 = 1.6.4 = 55 * Fix: Fix name of plugin and add some screenshots 46 56 47 57 = 1.6.3 =
Note: See TracChangeset
for help on using the changeset viewer.