Plugin Directory

Changeset 3286669


Ignore:
Timestamp:
05/03/2025 08:13:34 AM (11 months ago)
Author:
mihdan
Message:

Update to version 6.4.1 from GitHub

Location:
cyr2lat
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • cyr2lat/tags/6.4.1/cyr-to-lat.php

    r3286663 r3286669  
    1111 * Plugin URI:        https://kagg.eu/cyr-to-lat/
    1212 * 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.0
     13 * Version:           6.4.1
    1414 * Requires at least: 5.3
    1515 * Requires PHP:      7.2
     
    4242 * Plugin version.
    4343 */
    44 define( 'CYR_TO_LAT_VERSION', '6.3.0' );
     44define( 'CYR_TO_LAT_VERSION', '6.4.1' );
    4545
    4646/**
  • cyr2lat/tags/6.4.1/readme.txt

    r3286663 r3286669  
    44Requires at least: 5.3
    55Tested up to: 6.8
    6 Stable tag: 6.3.0
     6Stable tag: 6.4.1
    77Requires PHP: 7.2
    88License: GPLv2 or later
     
    222222== Changelog ==
    223223
    224 = 6.4.0 (03.05.2025) =
     224= 6.4.1 (03.05.2025) =
    225225* Fixed the layout of messages on the Tables page.
    226226* Tested with WordPress 6.8.
  • cyr2lat/tags/6.4.1/vendor/composer/installed.php

    r3286663 r3286669  
    22    'root' => array(
    33        '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',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        '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',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
  • cyr2lat/trunk/cyr-to-lat.php

    r3286663 r3286669  
    1111 * Plugin URI:        https://kagg.eu/cyr-to-lat/
    1212 * 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.0
     13 * Version:           6.4.1
    1414 * Requires at least: 5.3
    1515 * Requires PHP:      7.2
     
    4242 * Plugin version.
    4343 */
    44 define( 'CYR_TO_LAT_VERSION', '6.3.0' );
     44define( 'CYR_TO_LAT_VERSION', '6.4.1' );
    4545
    4646/**
  • cyr2lat/trunk/readme.txt

    r3286663 r3286669  
    44Requires at least: 5.3
    55Tested up to: 6.8
    6 Stable tag: 6.3.0
     6Stable tag: 6.4.1
    77Requires PHP: 7.2
    88License: GPLv2 or later
     
    222222== Changelog ==
    223223
    224 = 6.4.0 (03.05.2025) =
     224= 6.4.1 (03.05.2025) =
    225225* Fixed the layout of messages on the Tables page.
    226226* Tested with WordPress 6.8.
  • cyr2lat/trunk/vendor/composer/installed.php

    r3286663 r3286669  
    22    'root' => array(
    33        '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',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        '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',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.