Plugin Directory

Changeset 3393774


Ignore:
Timestamp:
11/11/2025 03:55:45 PM (3 months ago)
Author:
wpxero
Message:

v1.4.4 released

Location:
extenderx
Files:
56 added
3 edited

Legend:

Unmodified
Added
Removed
  • extenderx/trunk/changelog.txt

    r3364317 r3393774  
     1= 1.4.4 – November 11, 2025 =
     2* Improved: Enhanced overall performance and system reliability.
     3
    14= 1.4.3 – September 19, 2025 =
    25* Fixed: Resolved compatibility issues with WordPress 6.8.2 for improved stability.
  • extenderx/trunk/extenderx.php

    r3364317 r3393774  
    55 * Plugin URI:        https://wpxero.com/extenderx
    66 * Description:       Animate Gutenberg blocks with entrance, floating, tilt, and motion effects. Lightweight, responsive, and easy to use.
    7  * Version:           1.4.3
     7 * Version:           1.4.4
    88 * Author:            WPXERO
    99 * Author URI:        https://wpxero.com
     
    111111        define('XERO_EXTENDERX_FILE', __FILE__);
    112112        define('XERO_EXTENDERX_SLUG', 'extenderx');
    113         define('XERO_EXTENDERX_VERSION', '1.4.3');
     113        define('XERO_EXTENDERX_VERSION', '1.4.4');
    114114        define('XERO_EXTENDERX_DIR_PATH', plugin_dir_path(__FILE__));
    115115        define('XERO_EXTENDERX_ADMIN_URL', plugin_dir_url(__FILE__));
  • extenderx/trunk/readme.txt

    r3364317 r3393774  
    11=== Block Animation Effects – ExtenderX for Gutenberg Blocks ===
    2 Version: 1.4.3
     2Version: 1.4.4
    33Author: WPXERO
    44Author URI: https://wpxero.com/extenderx
     
    88Requires at least: 6.0
    99Tested up to: 6.8
    10 Stable tag: 1.4.3
     10Stable tag: 1.4.4
    1111Requires PHP: 7.4
    1212License: GPL v2 or later
     
    9090== Changelog ==
    9191
     92= 1.4.4 – November 11, 2025 =
     93* Improved: Enhanced overall performance and system reliability.
     94
    9295= 1.4.3 – September 19, 2025 =
    9396* Fixed: Resolved compatibility issues with WordPress 6.8.2 for improved stability.
Note: See TracChangeset for help on using the changeset viewer.