Plugin Directory

Changeset 3409882


Ignore:
Timestamp:
12/03/2025 04:53:41 PM (2 months ago)
Author:
wpxero
Message:

v0.2.2 released

Location:
marqueex
Files:
345 added
5 edited

Legend:

Unmodified
Added
Removed
  • marqueex/trunk/changelog.txt

    r3384312 r3409882  
    11== Changelog ==
     2
     3= 0.2.2 – December 4, 2025 =
     4* Fixed: WordPress 6.9 compatibility issues.
    25
    36= 0.2.1 – October 25, 2025 =
  • marqueex/trunk/marqueeX.php

    r3384312 r3409882  
    66 * Requires at least: 6.0
    77 * Requires PHP:      7.4
    8  * Version:           0.2.1
     8 * Version:           0.2.2
    99 * Author:            WPXERO
    1010 * Author URI:        https://wpxero.com
     
    109109        define('MARQUEEX_NAMESPACE', 'MARQUEEX');
    110110        define('MARQUEEX_SLUG', 'marqueex');
    111         define('MARQUEEX_VERSION', '0.2.1');
     111        define('MARQUEEX_VERSION', '0.2.2');
    112112        define('MARQUEEX_DIR_PATH', plugin_dir_path(__FILE__));
    113113        define('MARQUEEX_ADMIN_URL', plugin_dir_url(__FILE__));
  • marqueex/trunk/readme.txt

    r3384312 r3409882  
    44Requires at least: 6.0
    55Tested up to: 6.8
    6 Stable tag: 0.2.1
     6Stable tag: 0.2.2
    77Requires PHP: 7.4
    88License: GPL v2 or later
     
    172172== Changelog ==
    173173
     174= 0.2.2 – December 4, 2025 =
     175* Fixed: WordPress 6.9 compatibility issues.
     176
    174177= 0.2.1 – October 25, 2025 =
    175 * Fixed: WordPress 6.8.3 compatibility issues .
     178* Fixed: WordPress 6.8.3 compatibility issues.
    176179* Fixed: Elementor 3.32.5 compatibility issues.
    177180
  • marqueex/trunk/vendor/composer/autoload_static.php

    r3377683 r3409882  
    1212
    1313    public static $prefixLengthsPsr4 = array (
    14         'W' => 
     14        'W' =>
    1515        array (
    1616            'Wpxero\\Marqueex\\' => 16,
     
    1919
    2020    public static $prefixDirsPsr4 = array (
    21         'Wpxero\\Marqueex\\' => 
     21        'Wpxero\\Marqueex\\' =>
    2222        array (
    2323            0 => __DIR__ . '/../..' . '/includes',
  • marqueex/trunk/vendor/composer/installed.php

    r3384312 r3409882  
    22    'root' => array(
    33        'name' => 'wpxero/marqueex',
    4         'pretty_version' => '0.2.1',
    5         'version' => '0.2.1.0',
    6         'reference' => '2f0f3d48cb08a64e97d9bcf744166e7bc83832bf',
     4        'pretty_version' => '0.2.2',
     5        'version' => '0.2.2.0',
     6        'reference' => 'ad7729e583d32eb3f74d2a641bcb557aa06f473f',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    2323        ),
    2424        'wpxero/marqueex' => array(
    25             'pretty_version' => '0.2.1',
    26             'version' => '0.2.1.0',
    27             'reference' => '2f0f3d48cb08a64e97d9bcf744166e7bc83832bf',
     25            'pretty_version' => '0.2.2',
     26            'version' => '0.2.2.0',
     27            'reference' => 'ad7729e583d32eb3f74d2a641bcb557aa06f473f',
    2828            'type' => 'library',
    2929            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.