Changeset 3286669
- Timestamp:
- 05/03/2025 08:13:34 AM (11 months ago)
- Location:
- cyr2lat
- Files:
-
- 6 edited
- 1 copied
-
tags/6.4.1 (copied) (copied from cyr2lat/trunk)
-
tags/6.4.1/cyr-to-lat.php (modified) (2 diffs)
-
tags/6.4.1/readme.txt (modified) (2 diffs)
-
tags/6.4.1/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/cyr-to-lat.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cyr2lat/tags/6.4.1/cyr-to-lat.php
r3286663 r3286669 11 11 * Plugin URI: https://kagg.eu/cyr-to-lat/ 12 12 * Description: Convert Non-Latin characters in post and term slugs to Latin characters. Useful for creating human-readable URLs. Based on the original plugin by Anton Skorobogatov. 13 * Version: 6. 3.013 * Version: 6.4.1 14 14 * Requires at least: 5.3 15 15 * Requires PHP: 7.2 … … 42 42 * Plugin version. 43 43 */ 44 define( 'CYR_TO_LAT_VERSION', '6. 3.0' );44 define( 'CYR_TO_LAT_VERSION', '6.4.1' ); 45 45 46 46 /** -
cyr2lat/tags/6.4.1/readme.txt
r3286663 r3286669 4 4 Requires at least: 5.3 5 5 Tested up to: 6.8 6 Stable tag: 6. 3.06 Stable tag: 6.4.1 7 7 Requires PHP: 7.2 8 8 License: GPLv2 or later … … 222 222 == Changelog == 223 223 224 = 6.4. 0(03.05.2025) =224 = 6.4.1 (03.05.2025) = 225 225 * Fixed the layout of messages on the Tables page. 226 226 * Tested with WordPress 6.8. -
cyr2lat/tags/6.4.1/vendor/composer/installed.php
r3286663 r3286669 2 2 'root' => array( 3 3 'name' => 'mihdan/cyr2lat', 4 'pretty_version' => '6.4. 0',5 'version' => '6.4. 0.0',6 'reference' => ' 4851b7628e7fec38c4d1fbced70e05316f89be16',4 'pretty_version' => '6.4.1', 5 'version' => '6.4.1.0', 6 'reference' => '234cab87aaacc62fd651746e36febd959b193b79', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 'mihdan/cyr2lat' => array( 14 'pretty_version' => '6.4. 0',15 'version' => '6.4. 0.0',16 'reference' => ' 4851b7628e7fec38c4d1fbced70e05316f89be16',14 'pretty_version' => '6.4.1', 15 'version' => '6.4.1.0', 16 'reference' => '234cab87aaacc62fd651746e36febd959b193b79', 17 17 'type' => 'wordpress-plugin', 18 18 'install_path' => __DIR__ . '/../../', -
cyr2lat/trunk/cyr-to-lat.php
r3286663 r3286669 11 11 * Plugin URI: https://kagg.eu/cyr-to-lat/ 12 12 * Description: Convert Non-Latin characters in post and term slugs to Latin characters. Useful for creating human-readable URLs. Based on the original plugin by Anton Skorobogatov. 13 * Version: 6. 3.013 * Version: 6.4.1 14 14 * Requires at least: 5.3 15 15 * Requires PHP: 7.2 … … 42 42 * Plugin version. 43 43 */ 44 define( 'CYR_TO_LAT_VERSION', '6. 3.0' );44 define( 'CYR_TO_LAT_VERSION', '6.4.1' ); 45 45 46 46 /** -
cyr2lat/trunk/readme.txt
r3286663 r3286669 4 4 Requires at least: 5.3 5 5 Tested up to: 6.8 6 Stable tag: 6. 3.06 Stable tag: 6.4.1 7 7 Requires PHP: 7.2 8 8 License: GPLv2 or later … … 222 222 == Changelog == 223 223 224 = 6.4. 0(03.05.2025) =224 = 6.4.1 (03.05.2025) = 225 225 * Fixed the layout of messages on the Tables page. 226 226 * Tested with WordPress 6.8. -
cyr2lat/trunk/vendor/composer/installed.php
r3286663 r3286669 2 2 'root' => array( 3 3 'name' => 'mihdan/cyr2lat', 4 'pretty_version' => '6.4. 0',5 'version' => '6.4. 0.0',6 'reference' => ' 4851b7628e7fec38c4d1fbced70e05316f89be16',4 'pretty_version' => '6.4.1', 5 'version' => '6.4.1.0', 6 'reference' => '234cab87aaacc62fd651746e36febd959b193b79', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 'mihdan/cyr2lat' => array( 14 'pretty_version' => '6.4. 0',15 'version' => '6.4. 0.0',16 'reference' => ' 4851b7628e7fec38c4d1fbced70e05316f89be16',14 'pretty_version' => '6.4.1', 15 'version' => '6.4.1.0', 16 'reference' => '234cab87aaacc62fd651746e36febd959b193b79', 17 17 'type' => 'wordpress-plugin', 18 18 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.