Plugin Directory

Changeset 3399966


Ignore:
Timestamp:
11/20/2025 06:43:32 PM (4 months ago)
Author:
iamjaydip
Message:

Checked compatibility with latest wordpress version - 6.8.3

Location:
advance-block-extend/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • advance-block-extend/trunk/README.txt

    r2414698 r3399966  
    44Requires at least: 5.0
    55Donate link: #
    6 Tested up to: 5.5.3
    7 Stable tag: 1.0.2
    8 Requires PHP: 7.2
     6Tested up to: 6.8.3
     7Stable tag: 1.0.3
     8Requires PHP: 7.4
    99License: GPLv2
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5959== Changelog ==
    6060
     61= 1.0.4 =
     62* Fixed some php related errors
     63
    6164= 1.0.2 =
    6265* Fixed some php related errors
  • advance-block-extend/trunk/gutenberg-block.php

    r2536044 r3399966  
    66 * Author URI: https://www.linkedin.com/in/thejaydip/
    77 * Text Domain: advance-block-extend
    8  * Version: 1.0.3
     8 * Version: 1.0.4
    99 */
    1010
     
    1313
    1414if ( ! defined( 'GE_VERSION' ) ) {
    15     define( 'GE_VERSION', '1.0.3' );
     15    define( 'GE_VERSION', '1.0.4' );
    1616}
    1717
Note: See TracChangeset for help on using the changeset viewer.