Plugin Directory

Changeset 3486629


Ignore:
Timestamp:
03/19/2026 03:40:50 PM (13 days ago)
Author:
devscred
Message:

updated plugin to 1.25

Location:
exclusive-blocks/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • exclusive-blocks/trunk/exclusive-blocks.php

    r3139552 r3486629  
    66 * Author: ExclusiveBlocks.com
    77 * Author URI: https://exclusiveblocks.com/
    8  * Version: 1.2.2
     8 * Version: 1.2.5
    99 * License: GPL2+
    1010 * License URI: https://www.gnu.org/licenses/gpl-2.0.txt
     
    2323define( 'EXB_URL', plugins_url( '/', EXB_FILE ) );
    2424define( 'EXB_ASSETS', plugins_url( '/assets', EXB_FILE ) );
    25 define( 'EXB_VER', '1.2.2' );
     25define( 'EXB_VER', '1.2.5' );
    2626define( 'EXB_ROOT', dirname( plugin_basename( EXB_FILE ) ) );
    2727define( 'EXB_ASSET_VER', get_option( '__exb_asset_version', EXB_VER ) );
  • exclusive-blocks/trunk/readme.txt

    r3139552 r3486629  
    33Tags:              gutenberg, blocks, gutenberg blocks, editor, exclusive
    44Requires at least: 4.7
    5 Tested up to:      6.4.3
    6 Stable tag:        1.2.2
     5Tested up to:      6.9.4
     6Stable tag:        1.2.5
    77License:           GPL-2.0-or-later
    88License URI:       https://www.gnu.org/licenses/gpl-2.0.html
     
    9494= Can I disable blocks that I don’t use? =
    9595
    96 Yes, you can desable blocks that you don't need. You can do that from the dashboard of Design Blocks.
     96Yes, you can disable blocks that you don't need. You can do that from the dashboard of Design Blocks.
    9797
    9898
     
    111111== Changelog ==
    112112
     113= 1.2.5 - 07/01/2026 =
     114- Tweak: Maintaining Backward Compatibility.
     115
    113116= 1.2.2 - 22/08/2024 =
    114117- Tweak: Updated the Description.
Note: See TracChangeset for help on using the changeset viewer.