Plugin Directory

Changeset 3376208


Ignore:
Timestamp:
10/10/2025 11:51:35 AM (5 months ago)
Author:
devnethr
Message:

v.1.1.1

Location:
snap-blocks
Files:
1 deleted
2 edited
6 copied

Legend:

Unmodified
Added
Removed
  • snap-blocks/tags/1.1.1/README.txt

    r3373574 r3376208  
    33Tags: elementor, template, content blocks, repeatable blocks, layout
    44Requires PHP: 7.4
    5 Stable tag: 1.1.0
     5Stable tag: 1.1.1
    66Tested up to: 6.8
    77License: GPLv2 or later
     
    130130= 1.1.0 =
    131131
     132*2025-10-10*
     133
     134* Fix: Freemius integration
     135
     136
     137= 1.1.0 =
     138
    132139*2025-10-06*
    133140
  • snap-blocks/tags/1.1.1/snap-blocks.php

    r3373574 r3376208  
    44 * Plugin Name:       Snap Blocks
    55 * Description:       Snap blocks with popular page builder support via shortcode or widget.
    6  * Version:           1.1.0
     6 * Version:           1.1.1
    77 * Requires at least: 6.4
    88 * Requires PHP:      7.4
     
    3131            if (!isset($devnet_sb_fs)) {
    3232                // Include Freemius SDK.
    33                 // SDK is auto-loaded through composer
     33                require_once __DIR__ . '/vendor/freemius/wordpress-sdk/start.php';
     34
    3435                $devnet_sb_fs = fs_dynamic_init([
    3536                    'id'               => '21030',
     
    8384    }
    8485
    85     define('DEVNET_SNAP_BLOCKS_VERSION', '1.1.0');
     86    define('DEVNET_SNAP_BLOCKS_VERSION', '1.1.1');
    8687    define('DEVNET_SNAP_BLOCKS_NAME', 'snap-blocks');
    8788    define('DEVNET_SNAP_BLOCKS_PATH_DIR', plugin_dir_path(__FILE__));
  • snap-blocks/trunk/README.txt

    r3373574 r3376208  
    33Tags: elementor, template, content blocks, repeatable blocks, layout
    44Requires PHP: 7.4
    5 Stable tag: 1.1.0
     5Stable tag: 1.1.1
    66Tested up to: 6.8
    77License: GPLv2 or later
     
    130130= 1.1.0 =
    131131
     132*2025-10-10*
     133
     134* Fix: Freemius integration
     135
     136
     137= 1.1.0 =
     138
    132139*2025-10-06*
    133140
  • snap-blocks/trunk/snap-blocks.php

    r3373574 r3376208  
    44 * Plugin Name:       Snap Blocks
    55 * Description:       Snap blocks with popular page builder support via shortcode or widget.
    6  * Version:           1.1.0
     6 * Version:           1.1.1
    77 * Requires at least: 6.4
    88 * Requires PHP:      7.4
     
    3131            if (!isset($devnet_sb_fs)) {
    3232                // Include Freemius SDK.
    33                 // SDK is auto-loaded through composer
     33                require_once __DIR__ . '/vendor/freemius/wordpress-sdk/start.php';
     34
    3435                $devnet_sb_fs = fs_dynamic_init([
    3536                    'id'               => '21030',
     
    8384    }
    8485
    85     define('DEVNET_SNAP_BLOCKS_VERSION', '1.1.0');
     86    define('DEVNET_SNAP_BLOCKS_VERSION', '1.1.1');
    8687    define('DEVNET_SNAP_BLOCKS_NAME', 'snap-blocks');
    8788    define('DEVNET_SNAP_BLOCKS_PATH_DIR', plugin_dir_path(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.