Plugin Directory

Changeset 3362249


Ignore:
Timestamp:
09/16/2025 06:57:45 AM (3 months ago)
Author:
athemes
Message:

v1.1.2

Location:
athemes-blocks/trunk
Files:
3 edited

Legend:

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

    r3353793 r3362249  
    33 * Plugin Name:       aThemes Blocks
    44 * Description:       aThemes Blocks is a Gutenberg plugin extending the WordPress editor with awesome blocks.
    5  * Version:           1.1.1
     5 * Version:           1.1.2
    66 * Author:            aThemes
    77 * Author URI:        https://athemes.com
     
    2121use AThemes_Blocks\PluginLoader;
    2222
    23 define( 'ATHEMES_BLOCKS_VERSION', '1.1.1' );
     23define( 'ATHEMES_BLOCKS_VERSION', '1.1.2' );
    2424define( 'ATHEMES_BLOCKS_FILE', __FILE__ );
    2525define( 'ATHEMES_BLOCKS_PATH', plugin_dir_path( ATHEMES_BLOCKS_FILE ) );
  • athemes-blocks/trunk/includes/PluginLoader.php

    r3343697 r3362249  
    225225        require_once $v1_path . 'classes/class-athemes-blocks-css.php';
    226226        require_once $v1_path . 'classes/class-athemes-blocks-init.php';
    227 
    228         // Initialize v1 blocks (this will handle asset registration and block registration).
    229         if ( class_exists( 'ATBLOCKS_Init' ) ) {
    230             new \ATBLOCKS_Init();
    231         }
    232227    }
    233228}
  • athemes-blocks/trunk/readme.txt

    r3353793 r3362249  
    44Tested up to: 6.6
    55Requires PHP: 5.6
    6 Stable tag: 1.1.1
     6Stable tag: 1.1.2
    77Contributors: aThemes
    88License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.