Changeset 3080151
- Timestamp:
- 05/02/2024 07:33:32 AM (22 months ago)
- Location:
- simpleshop-cz
- Files:
-
- 14 edited
- 1 copied
-
tags/2.10.3 (copied) (copied from simpleshop-cz/trunk)
-
tags/2.10.3/readme.txt (modified) (1 diff)
-
tags/2.10.3/simpleshop-cz.php (modified) (2 diffs)
-
tags/2.10.3/src/Settings.php (modified) (1 diff)
-
tags/2.10.3/vendor/autoload.php (modified) (1 diff)
-
tags/2.10.3/vendor/composer/autoload_real.php (modified) (2 diffs)
-
tags/2.10.3/vendor/composer/autoload_static.php (modified) (2 diffs)
-
tags/2.10.3/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/simpleshop-cz.php (modified) (2 diffs)
-
trunk/src/Settings.php (modified) (1 diff)
-
trunk/vendor/autoload.php (modified) (1 diff)
-
trunk/vendor/composer/autoload_real.php (modified) (2 diffs)
-
trunk/vendor/composer/autoload_static.php (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simpleshop-cz/tags/2.10.3/readme.txt
r3047222 r3080151 5 5 Tested up to: 6.4.2 6 6 Requires PHP: 7.4 7 Stable tag: 2.10. 17 Stable tag: 2.10.3 8 8 License: MIT 9 9 License URI: https://github.com/redbitcz/simpleshop-wp-plugin/blob/master/LICENSE -
simpleshop-cz/tags/2.10.3/simpleshop-cz.php
r3047222 r3080151 13 13 * Author: Redbit s.r.o. 14 14 * Author URI: https://www.redbit.cz 15 * Version: 2.10. 115 * Version: 2.10.3 16 16 * Text Domain: simpleshop-cz 17 17 * Requires at least: 5.0.0 … … 23 23 require_once __DIR__ . '/vendor/autoload.php'; 24 24 25 define( 'SIMPLESHOP_PLUGIN_VERSION', 'v2.10. 1' );25 define( 'SIMPLESHOP_PLUGIN_VERSION', 'v2.10.3' ); 26 26 define( 'SIMPLESHOP_PREFIX', '_ssc_' ); 27 27 -
simpleshop-cz/tags/2.10.3/src/Settings.php
r3044882 r3080151 346 346 */ 347 347 public function maybe_disconnect_simpleshop() { 348 if ( ! isset( $_GET['disconnect_simpleshop'] ) || $_GET['disconnect_simpleshop'] !== '1' ) { 349 return; 350 } 348 351 if ( ! isset( $_GET['_wpnonce'] ) || ! wp_verify_nonce( $_GET['_wpnonce'] ) ) { 349 352 return; 350 353 } 351 352 if ( ! isset( $_GET['disconnect_simpleshop'] ) || $_GET['disconnect_simpleshop'] !== '1' ) { 354 if ( ! current_user_can( 'administrator' )) { 353 355 return; 354 356 } -
simpleshop-cz/tags/2.10.3/vendor/autoload.php
r2829151 r3080151 23 23 require_once __DIR__ . '/composer/autoload_real.php'; 24 24 25 return ComposerAutoloaderInit 04d46cae7cb78b2f35213c16daef7812::getLoader();25 return ComposerAutoloaderInitcf2a7baf3fc17ce36047e39f41c1d6e1::getLoader(); -
simpleshop-cz/tags/2.10.3/vendor/composer/autoload_real.php
r2917320 r3080151 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 04d46cae7cb78b2f35213c16daef78125 class ComposerAutoloaderInitcf2a7baf3fc17ce36047e39f41c1d6e1 6 6 { 7 7 private static $loader; … … 23 23 } 24 24 25 spl_autoload_register(array('ComposerAutoloaderInit 04d46cae7cb78b2f35213c16daef7812', 'loadClassLoader'), true, false);25 spl_autoload_register(array('ComposerAutoloaderInitcf2a7baf3fc17ce36047e39f41c1d6e1', 'loadClassLoader'), true, false); 26 26 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 27 spl_autoload_unregister(array('ComposerAutoloaderInit 04d46cae7cb78b2f35213c16daef7812', 'loadClassLoader'));27 spl_autoload_unregister(array('ComposerAutoloaderInitcf2a7baf3fc17ce36047e39f41c1d6e1', 'loadClassLoader')); 28 28 29 29 require __DIR__ . '/autoload_static.php'; 30 call_user_func(\Composer\Autoload\ComposerStaticInit 04d46cae7cb78b2f35213c16daef7812::getInitializer($loader));30 call_user_func(\Composer\Autoload\ComposerStaticInitcf2a7baf3fc17ce36047e39f41c1d6e1::getInitializer($loader)); 31 31 32 32 $loader->register(false); 33 33 34 $filesToLoad = \Composer\Autoload\ComposerStaticInit 04d46cae7cb78b2f35213c16daef7812::$files;34 $filesToLoad = \Composer\Autoload\ComposerStaticInitcf2a7baf3fc17ce36047e39f41c1d6e1::$files; 35 35 $requireFile = \Closure::bind(static function ($fileIdentifier, $file) { 36 36 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
simpleshop-cz/tags/2.10.3/vendor/composer/autoload_static.php
r2829151 r3080151 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 04d46cae7cb78b2f35213c16daef78127 class ComposerStaticInitcf2a7baf3fc17ce36047e39f41c1d6e1 8 8 { 9 9 public static $files = array ( … … 37 37 { 38 38 return \Closure::bind(function () use ($loader) { 39 $loader->classMap = ComposerStaticInit 04d46cae7cb78b2f35213c16daef7812::$classMap;39 $loader->classMap = ComposerStaticInitcf2a7baf3fc17ce36047e39f41c1d6e1::$classMap; 40 40 41 41 }, null, ClassLoader::class); -
simpleshop-cz/tags/2.10.3/vendor/composer/installed.php
r3047222 r3080151 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' 94765405884e7750e91f07d65628cbe6abb6ab89',6 'reference' => '640fc65ed32c4a6d338fce67517eed63bf937eee', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 23 23 'pretty_version' => 'dev-master', 24 24 'version' => 'dev-master', 25 'reference' => ' 94765405884e7750e91f07d65628cbe6abb6ab89',25 'reference' => '640fc65ed32c4a6d338fce67517eed63bf937eee', 26 26 'type' => 'wordpress-plugin', 27 27 'install_path' => __DIR__ . '/../../', -
simpleshop-cz/trunk/readme.txt
r3047222 r3080151 5 5 Tested up to: 6.4.2 6 6 Requires PHP: 7.4 7 Stable tag: 2.10. 17 Stable tag: 2.10.3 8 8 License: MIT 9 9 License URI: https://github.com/redbitcz/simpleshop-wp-plugin/blob/master/LICENSE -
simpleshop-cz/trunk/simpleshop-cz.php
r3047222 r3080151 13 13 * Author: Redbit s.r.o. 14 14 * Author URI: https://www.redbit.cz 15 * Version: 2.10. 115 * Version: 2.10.3 16 16 * Text Domain: simpleshop-cz 17 17 * Requires at least: 5.0.0 … … 23 23 require_once __DIR__ . '/vendor/autoload.php'; 24 24 25 define( 'SIMPLESHOP_PLUGIN_VERSION', 'v2.10. 1' );25 define( 'SIMPLESHOP_PLUGIN_VERSION', 'v2.10.3' ); 26 26 define( 'SIMPLESHOP_PREFIX', '_ssc_' ); 27 27 -
simpleshop-cz/trunk/src/Settings.php
r3044882 r3080151 346 346 */ 347 347 public function maybe_disconnect_simpleshop() { 348 if ( ! isset( $_GET['disconnect_simpleshop'] ) || $_GET['disconnect_simpleshop'] !== '1' ) { 349 return; 350 } 348 351 if ( ! isset( $_GET['_wpnonce'] ) || ! wp_verify_nonce( $_GET['_wpnonce'] ) ) { 349 352 return; 350 353 } 351 352 if ( ! isset( $_GET['disconnect_simpleshop'] ) || $_GET['disconnect_simpleshop'] !== '1' ) { 354 if ( ! current_user_can( 'administrator' )) { 353 355 return; 354 356 } -
simpleshop-cz/trunk/vendor/autoload.php
r2829151 r3080151 23 23 require_once __DIR__ . '/composer/autoload_real.php'; 24 24 25 return ComposerAutoloaderInit 04d46cae7cb78b2f35213c16daef7812::getLoader();25 return ComposerAutoloaderInitcf2a7baf3fc17ce36047e39f41c1d6e1::getLoader(); -
simpleshop-cz/trunk/vendor/composer/autoload_real.php
r2917320 r3080151 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 04d46cae7cb78b2f35213c16daef78125 class ComposerAutoloaderInitcf2a7baf3fc17ce36047e39f41c1d6e1 6 6 { 7 7 private static $loader; … … 23 23 } 24 24 25 spl_autoload_register(array('ComposerAutoloaderInit 04d46cae7cb78b2f35213c16daef7812', 'loadClassLoader'), true, false);25 spl_autoload_register(array('ComposerAutoloaderInitcf2a7baf3fc17ce36047e39f41c1d6e1', 'loadClassLoader'), true, false); 26 26 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 27 spl_autoload_unregister(array('ComposerAutoloaderInit 04d46cae7cb78b2f35213c16daef7812', 'loadClassLoader'));27 spl_autoload_unregister(array('ComposerAutoloaderInitcf2a7baf3fc17ce36047e39f41c1d6e1', 'loadClassLoader')); 28 28 29 29 require __DIR__ . '/autoload_static.php'; 30 call_user_func(\Composer\Autoload\ComposerStaticInit 04d46cae7cb78b2f35213c16daef7812::getInitializer($loader));30 call_user_func(\Composer\Autoload\ComposerStaticInitcf2a7baf3fc17ce36047e39f41c1d6e1::getInitializer($loader)); 31 31 32 32 $loader->register(false); 33 33 34 $filesToLoad = \Composer\Autoload\ComposerStaticInit 04d46cae7cb78b2f35213c16daef7812::$files;34 $filesToLoad = \Composer\Autoload\ComposerStaticInitcf2a7baf3fc17ce36047e39f41c1d6e1::$files; 35 35 $requireFile = \Closure::bind(static function ($fileIdentifier, $file) { 36 36 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
simpleshop-cz/trunk/vendor/composer/autoload_static.php
r2829151 r3080151 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 04d46cae7cb78b2f35213c16daef78127 class ComposerStaticInitcf2a7baf3fc17ce36047e39f41c1d6e1 8 8 { 9 9 public static $files = array ( … … 37 37 { 38 38 return \Closure::bind(function () use ($loader) { 39 $loader->classMap = ComposerStaticInit 04d46cae7cb78b2f35213c16daef7812::$classMap;39 $loader->classMap = ComposerStaticInitcf2a7baf3fc17ce36047e39f41c1d6e1::$classMap; 40 40 41 41 }, null, ClassLoader::class); -
simpleshop-cz/trunk/vendor/composer/installed.php
r3047222 r3080151 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' 94765405884e7750e91f07d65628cbe6abb6ab89',6 'reference' => '640fc65ed32c4a6d338fce67517eed63bf937eee', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 23 23 'pretty_version' => 'dev-master', 24 24 'version' => 'dev-master', 25 'reference' => ' 94765405884e7750e91f07d65628cbe6abb6ab89',25 'reference' => '640fc65ed32c4a6d338fce67517eed63bf937eee', 26 26 'type' => 'wordpress-plugin', 27 27 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.