Changeset 3230964
- Timestamp:
- 01/29/2025 04:43:29 AM (14 months ago)
- Location:
- magazine-blocks
- Files:
-
- 12 edited
- 1 copied
-
tags/1.3.23 (copied) (copied from magazine-blocks/trunk)
-
tags/1.3.23/changelog.txt (modified) (1 diff)
-
tags/1.3.23/magazine-blocks.php (modified) (2 diffs)
-
tags/1.3.23/readme.txt (modified) (2 diffs)
-
tags/1.3.23/vendor/autoload.php (modified) (1 diff)
-
tags/1.3.23/vendor/composer/autoload_real.php (modified) (5 diffs)
-
tags/1.3.23/vendor/composer/autoload_static.php (modified) (2 diffs)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/magazine-blocks.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/vendor/autoload.php (modified) (1 diff)
-
trunk/vendor/composer/autoload_real.php (modified) (5 diffs)
-
trunk/vendor/composer/autoload_static.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
magazine-blocks/tags/1.3.23/changelog.txt
r3189227 r3230964 1 1 == Changelog == 2 = 1.3.23 - 29/01/2025 = 3 * Tweak - Update `Tested up to`. 4 5 = 1.3.22 - 28-01-2025 = 6 * Feature - Offset option on post blocks. 7 * Fix - Translation ready titles in Tab Post Block. 8 9 = 1.3.21 - 19-11-2024 = 10 * Fix - Blocks dynamic styles generation issue. 11 * Fix - General security measures. 12 2 13 = 1.3.19 - 15-11-2024 = 3 14 * Added - New Icon Block. -
magazine-blocks/tags/1.3.23/magazine-blocks.php
r3230227 r3230964 5 5 * Author: WPBlockArt 6 6 * Author URI: https://wpblockart.com/ 7 * Version: 1.3.2 27 * Version: 1.3.23 8 8 * Requires at least: 5.4 9 9 * Requires PHP: 7.0 … … 22 22 defined( 'ABSPATH' ) || exit; 23 23 24 ! defined( 'MAGAZINE_BLOCKS_VERSION' ) && define( 'MAGAZINE_BLOCKS_VERSION', '1.3.2 2' );24 ! defined( 'MAGAZINE_BLOCKS_VERSION' ) && define( 'MAGAZINE_BLOCKS_VERSION', '1.3.23' ); 25 25 ! defined( 'MAGAZINE_BLOCKS_PLUGIN_FILE' ) && define( 'MAGAZINE_BLOCKS_PLUGIN_FILE', __FILE__ ); 26 26 ! defined( 'MAGAZINE_BLOCKS_PLUGIN_DIR' ) && define( 'MAGAZINE_BLOCKS_PLUGIN_DIR', __DIR__ ); -
magazine-blocks/tags/1.3.23/readme.txt
r3230227 r3230964 3 3 Tags: gutenberg, editor, news, magazine blocks, post blocks 4 4 Requires at least: 5.4 5 Tested up to: 6. 65 Tested up to: 6.7 6 6 Requires PHP: 7.0 7 Stable tag: 1.3.2 27 Stable tag: 1.3.23 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 160 160 161 161 == Changelog == 162 = 1.3.23 - 29/01/2025 = 163 * Tweak - Update `Tested up to`. 164 162 165 = 1.3.22 - 28-01-2025 = 163 166 * Feature - Offset option on post blocks. -
magazine-blocks/tags/1.3.23/vendor/autoload.php
r3230227 r3230964 5 5 require_once __DIR__ . '/composer/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit 018a8d43fe98688b75c530272613e22c::getLoader();7 return ComposerAutoloaderInit976fd304aba04206803f43a8d8667505::getLoader(); -
magazine-blocks/tags/1.3.23/vendor/composer/autoload_real.php
r3230227 r3230964 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 018a8d43fe98688b75c530272613e22c5 class ComposerAutoloaderInit976fd304aba04206803f43a8d8667505 6 6 { 7 7 private static $loader; … … 23 23 } 24 24 25 spl_autoload_register(array('ComposerAutoloaderInit 018a8d43fe98688b75c530272613e22c', 'loadClassLoader'), true, true);25 spl_autoload_register(array('ComposerAutoloaderInit976fd304aba04206803f43a8d8667505', 'loadClassLoader'), true, true); 26 26 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__))); 27 spl_autoload_unregister(array('ComposerAutoloaderInit 018a8d43fe98688b75c530272613e22c', 'loadClassLoader'));27 spl_autoload_unregister(array('ComposerAutoloaderInit976fd304aba04206803f43a8d8667505', 'loadClassLoader')); 28 28 29 29 $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); … … 31 31 require __DIR__ . '/autoload_static.php'; 32 32 33 call_user_func(\Composer\Autoload\ComposerStaticInit 018a8d43fe98688b75c530272613e22c::getInitializer($loader));33 call_user_func(\Composer\Autoload\ComposerStaticInit976fd304aba04206803f43a8d8667505::getInitializer($loader)); 34 34 } else { 35 35 $map = require __DIR__ . '/autoload_namespaces.php'; … … 52 52 53 53 if ($useStaticLoader) { 54 $includeFiles = Composer\Autoload\ComposerStaticInit 018a8d43fe98688b75c530272613e22c::$files;54 $includeFiles = Composer\Autoload\ComposerStaticInit976fd304aba04206803f43a8d8667505::$files; 55 55 } else { 56 56 $includeFiles = require __DIR__ . '/autoload_files.php'; 57 57 } 58 58 foreach ($includeFiles as $fileIdentifier => $file) { 59 composerRequire 018a8d43fe98688b75c530272613e22c($fileIdentifier, $file);59 composerRequire976fd304aba04206803f43a8d8667505($fileIdentifier, $file); 60 60 } 61 61 … … 69 69 * @return void 70 70 */ 71 function composerRequire 018a8d43fe98688b75c530272613e22c($fileIdentifier, $file)71 function composerRequire976fd304aba04206803f43a8d8667505($fileIdentifier, $file) 72 72 { 73 73 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
magazine-blocks/tags/1.3.23/vendor/composer/autoload_static.php
r3230227 r3230964 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 018a8d43fe98688b75c530272613e22c7 class ComposerStaticInit976fd304aba04206803f43a8d8667505 8 8 { 9 9 public static $files = array ( … … 229 229 { 230 230 return \Closure::bind(function () use ($loader) { 231 $loader->prefixLengthsPsr4 = ComposerStaticInit 018a8d43fe98688b75c530272613e22c::$prefixLengthsPsr4;232 $loader->prefixDirsPsr4 = ComposerStaticInit 018a8d43fe98688b75c530272613e22c::$prefixDirsPsr4;233 $loader->classMap = ComposerStaticInit 018a8d43fe98688b75c530272613e22c::$classMap;231 $loader->prefixLengthsPsr4 = ComposerStaticInit976fd304aba04206803f43a8d8667505::$prefixLengthsPsr4; 232 $loader->prefixDirsPsr4 = ComposerStaticInit976fd304aba04206803f43a8d8667505::$prefixDirsPsr4; 233 $loader->classMap = ComposerStaticInit976fd304aba04206803f43a8d8667505::$classMap; 234 234 235 235 }, null, ClassLoader::class); -
magazine-blocks/trunk/changelog.txt
r3189227 r3230964 1 1 == Changelog == 2 = 1.3.23 - 29/01/2025 = 3 * Tweak - Update `Tested up to`. 4 5 = 1.3.22 - 28-01-2025 = 6 * Feature - Offset option on post blocks. 7 * Fix - Translation ready titles in Tab Post Block. 8 9 = 1.3.21 - 19-11-2024 = 10 * Fix - Blocks dynamic styles generation issue. 11 * Fix - General security measures. 12 2 13 = 1.3.19 - 15-11-2024 = 3 14 * Added - New Icon Block. -
magazine-blocks/trunk/magazine-blocks.php
r3230227 r3230964 5 5 * Author: WPBlockArt 6 6 * Author URI: https://wpblockart.com/ 7 * Version: 1.3.2 27 * Version: 1.3.23 8 8 * Requires at least: 5.4 9 9 * Requires PHP: 7.0 … … 22 22 defined( 'ABSPATH' ) || exit; 23 23 24 ! defined( 'MAGAZINE_BLOCKS_VERSION' ) && define( 'MAGAZINE_BLOCKS_VERSION', '1.3.2 2' );24 ! defined( 'MAGAZINE_BLOCKS_VERSION' ) && define( 'MAGAZINE_BLOCKS_VERSION', '1.3.23' ); 25 25 ! defined( 'MAGAZINE_BLOCKS_PLUGIN_FILE' ) && define( 'MAGAZINE_BLOCKS_PLUGIN_FILE', __FILE__ ); 26 26 ! defined( 'MAGAZINE_BLOCKS_PLUGIN_DIR' ) && define( 'MAGAZINE_BLOCKS_PLUGIN_DIR', __DIR__ ); -
magazine-blocks/trunk/readme.txt
r3230227 r3230964 3 3 Tags: gutenberg, editor, news, magazine blocks, post blocks 4 4 Requires at least: 5.4 5 Tested up to: 6. 65 Tested up to: 6.7 6 6 Requires PHP: 7.0 7 Stable tag: 1.3.2 27 Stable tag: 1.3.23 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 160 160 161 161 == Changelog == 162 = 1.3.23 - 29/01/2025 = 163 * Tweak - Update `Tested up to`. 164 162 165 = 1.3.22 - 28-01-2025 = 163 166 * Feature - Offset option on post blocks. -
magazine-blocks/trunk/vendor/autoload.php
r3230227 r3230964 5 5 require_once __DIR__ . '/composer/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit 018a8d43fe98688b75c530272613e22c::getLoader();7 return ComposerAutoloaderInit976fd304aba04206803f43a8d8667505::getLoader(); -
magazine-blocks/trunk/vendor/composer/autoload_real.php
r3230227 r3230964 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 018a8d43fe98688b75c530272613e22c5 class ComposerAutoloaderInit976fd304aba04206803f43a8d8667505 6 6 { 7 7 private static $loader; … … 23 23 } 24 24 25 spl_autoload_register(array('ComposerAutoloaderInit 018a8d43fe98688b75c530272613e22c', 'loadClassLoader'), true, true);25 spl_autoload_register(array('ComposerAutoloaderInit976fd304aba04206803f43a8d8667505', 'loadClassLoader'), true, true); 26 26 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__))); 27 spl_autoload_unregister(array('ComposerAutoloaderInit 018a8d43fe98688b75c530272613e22c', 'loadClassLoader'));27 spl_autoload_unregister(array('ComposerAutoloaderInit976fd304aba04206803f43a8d8667505', 'loadClassLoader')); 28 28 29 29 $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); … … 31 31 require __DIR__ . '/autoload_static.php'; 32 32 33 call_user_func(\Composer\Autoload\ComposerStaticInit 018a8d43fe98688b75c530272613e22c::getInitializer($loader));33 call_user_func(\Composer\Autoload\ComposerStaticInit976fd304aba04206803f43a8d8667505::getInitializer($loader)); 34 34 } else { 35 35 $map = require __DIR__ . '/autoload_namespaces.php'; … … 52 52 53 53 if ($useStaticLoader) { 54 $includeFiles = Composer\Autoload\ComposerStaticInit 018a8d43fe98688b75c530272613e22c::$files;54 $includeFiles = Composer\Autoload\ComposerStaticInit976fd304aba04206803f43a8d8667505::$files; 55 55 } else { 56 56 $includeFiles = require __DIR__ . '/autoload_files.php'; 57 57 } 58 58 foreach ($includeFiles as $fileIdentifier => $file) { 59 composerRequire 018a8d43fe98688b75c530272613e22c($fileIdentifier, $file);59 composerRequire976fd304aba04206803f43a8d8667505($fileIdentifier, $file); 60 60 } 61 61 … … 69 69 * @return void 70 70 */ 71 function composerRequire 018a8d43fe98688b75c530272613e22c($fileIdentifier, $file)71 function composerRequire976fd304aba04206803f43a8d8667505($fileIdentifier, $file) 72 72 { 73 73 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
magazine-blocks/trunk/vendor/composer/autoload_static.php
r3230227 r3230964 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 018a8d43fe98688b75c530272613e22c7 class ComposerStaticInit976fd304aba04206803f43a8d8667505 8 8 { 9 9 public static $files = array ( … … 229 229 { 230 230 return \Closure::bind(function () use ($loader) { 231 $loader->prefixLengthsPsr4 = ComposerStaticInit 018a8d43fe98688b75c530272613e22c::$prefixLengthsPsr4;232 $loader->prefixDirsPsr4 = ComposerStaticInit 018a8d43fe98688b75c530272613e22c::$prefixDirsPsr4;233 $loader->classMap = ComposerStaticInit 018a8d43fe98688b75c530272613e22c::$classMap;231 $loader->prefixLengthsPsr4 = ComposerStaticInit976fd304aba04206803f43a8d8667505::$prefixLengthsPsr4; 232 $loader->prefixDirsPsr4 = ComposerStaticInit976fd304aba04206803f43a8d8667505::$prefixDirsPsr4; 233 $loader->classMap = ComposerStaticInit976fd304aba04206803f43a8d8667505::$classMap; 234 234 235 235 }, null, ClassLoader::class);
Note: See TracChangeset
for help on using the changeset viewer.