Changeset 3376208
- Timestamp:
- 10/10/2025 11:51:35 AM (5 months ago)
- Location:
- snap-blocks
- Files:
-
- 1 deleted
- 2 edited
- 6 copied
-
tags/1.1.1 (copied) (copied from snap-blocks/trunk)
-
tags/1.1.1/README.txt (copied) (copied from snap-blocks/trunk/README.txt) (2 diffs)
-
tags/1.1.1/admin (copied) (copied from snap-blocks/trunk/admin)
-
tags/1.1.1/inc (deleted)
-
tags/1.1.1/includes (copied) (copied from snap-blocks/trunk/includes)
-
tags/1.1.1/snap-blocks.php (copied) (copied from snap-blocks/trunk/snap-blocks.php) (3 diffs)
-
tags/1.1.1/vendor (copied) (copied from snap-blocks/trunk/vendor)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/snap-blocks.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
snap-blocks/tags/1.1.1/README.txt
r3373574 r3376208 3 3 Tags: elementor, template, content blocks, repeatable blocks, layout 4 4 Requires PHP: 7.4 5 Stable tag: 1.1. 05 Stable tag: 1.1.1 6 6 Tested up to: 6.8 7 7 License: GPLv2 or later … … 130 130 = 1.1.0 = 131 131 132 *2025-10-10* 133 134 * Fix: Freemius integration 135 136 137 = 1.1.0 = 138 132 139 *2025-10-06* 133 140 -
snap-blocks/tags/1.1.1/snap-blocks.php
r3373574 r3376208 4 4 * Plugin Name: Snap Blocks 5 5 * Description: Snap blocks with popular page builder support via shortcode or widget. 6 * Version: 1.1. 06 * Version: 1.1.1 7 7 * Requires at least: 6.4 8 8 * Requires PHP: 7.4 … … 31 31 if (!isset($devnet_sb_fs)) { 32 32 // Include Freemius SDK. 33 // SDK is auto-loaded through composer 33 require_once __DIR__ . '/vendor/freemius/wordpress-sdk/start.php'; 34 34 35 $devnet_sb_fs = fs_dynamic_init([ 35 36 'id' => '21030', … … 83 84 } 84 85 85 define('DEVNET_SNAP_BLOCKS_VERSION', '1.1. 0');86 define('DEVNET_SNAP_BLOCKS_VERSION', '1.1.1'); 86 87 define('DEVNET_SNAP_BLOCKS_NAME', 'snap-blocks'); 87 88 define('DEVNET_SNAP_BLOCKS_PATH_DIR', plugin_dir_path(__FILE__)); -
snap-blocks/trunk/README.txt
r3373574 r3376208 3 3 Tags: elementor, template, content blocks, repeatable blocks, layout 4 4 Requires PHP: 7.4 5 Stable tag: 1.1. 05 Stable tag: 1.1.1 6 6 Tested up to: 6.8 7 7 License: GPLv2 or later … … 130 130 = 1.1.0 = 131 131 132 *2025-10-10* 133 134 * Fix: Freemius integration 135 136 137 = 1.1.0 = 138 132 139 *2025-10-06* 133 140 -
snap-blocks/trunk/snap-blocks.php
r3373574 r3376208 4 4 * Plugin Name: Snap Blocks 5 5 * Description: Snap blocks with popular page builder support via shortcode or widget. 6 * Version: 1.1. 06 * Version: 1.1.1 7 7 * Requires at least: 6.4 8 8 * Requires PHP: 7.4 … … 31 31 if (!isset($devnet_sb_fs)) { 32 32 // Include Freemius SDK. 33 // SDK is auto-loaded through composer 33 require_once __DIR__ . '/vendor/freemius/wordpress-sdk/start.php'; 34 34 35 $devnet_sb_fs = fs_dynamic_init([ 35 36 'id' => '21030', … … 83 84 } 84 85 85 define('DEVNET_SNAP_BLOCKS_VERSION', '1.1. 0');86 define('DEVNET_SNAP_BLOCKS_VERSION', '1.1.1'); 86 87 define('DEVNET_SNAP_BLOCKS_NAME', 'snap-blocks'); 87 88 define('DEVNET_SNAP_BLOCKS_PATH_DIR', plugin_dir_path(__FILE__));
Note: See TracChangeset
for help on using the changeset viewer.