Changeset 2677469
- Timestamp:
- 02/12/2022 01:35:25 AM (4 years ago)
- Location:
- woocommerce-quick-buy
- Files:
-
- 16 edited
- 1 copied
-
tags/2.8.4 (copied) (copied from woocommerce-quick-buy/trunk)
-
tags/2.8.4/classmaps.php (modified) (1 diff)
-
tags/2.8.4/i18n/wc-quick-buy.pot (modified) (2 diffs)
-
tags/2.8.4/includes/class-button-placement.php (modified) (2 diffs)
-
tags/2.8.4/readme.txt (modified) (2 diffs)
-
tags/2.8.4/vendor/autoload.php (modified) (1 diff)
-
tags/2.8.4/vendor/composer/autoload_real.php (modified) (5 diffs)
-
tags/2.8.4/vendor/composer/autoload_static.php (modified) (2 diffs)
-
tags/2.8.4/wc-quick-buy.php (modified) (2 diffs)
-
trunk/classmaps.php (modified) (1 diff)
-
trunk/i18n/wc-quick-buy.pot (modified) (2 diffs)
-
trunk/includes/class-button-placement.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)
-
trunk/wc-quick-buy.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-quick-buy/tags/2.8.4/classmaps.php
r2676863 r2677469 1 1 <?php 2 // Last Updated: Fri 11-Feb-2022 | 11:31:27:am2 // Last Updated: Sat 12-Feb-2022 | 07:00:37:am 3 3 // Total Class: 14 4 4 -
woocommerce-quick-buy/tags/2.8.4/i18n/wc-quick-buy.pot
r2676863 r2677469 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Quick Buy For WooCommerce 2.8. 23\n"5 "Project-Id-Version: Quick Buy For WooCommerce 2.8.4\n" 6 6 "Report-Msgid-Bugs-To: https:\/\/wordpress.org\/support\/plugin\/woocommerce-quick-buy\n\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2022-02-1 1T11:31:28+05:30\n"12 "POT-Creation-Date: 2022-02-12T07:00:38+05:30\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.2.0\n" -
woocommerce-quick-buy/tags/2.8.4/includes/class-button-placement.php
r2676863 r2677469 93 93 ); 94 94 $instance = new Button_Generator( $args ); 95 echo $instance->html();95 echo wp_kses_post( $instance->html() ); 96 96 } 97 97 } … … 106 106 $args = array( 'product' => $product ); 107 107 $instance = new Button_Generator( $args ); 108 echo $instance->html();108 echo wp_kses_post( $instance->html() ); 109 109 } 110 110 } -
woocommerce-quick-buy/tags/2.8.4/readme.txt
r2676863 r2677469 7 7 Requires at least: 3.0 8 8 Tested up to: 5.9 9 Stable tag: 2.8. 39 Stable tag: 2.8.4 10 10 Requires PHP: 7.0 11 11 License: GPLv2 or later … … 130 130 == Changelog == 131 131 132 = 2.8.4 12/02/2022 = 133 * Updated : Filterd XSS attacks in Strings 134 * Tested : WordPress 5.9 135 * Tested : WooCommerce 6.2.0 136 132 137 = 2.8.3 11/02/2022 = 133 138 * Updated : Filterd XSS attacks in Strings -
woocommerce-quick-buy/tags/2.8.4/vendor/autoload.php
r2676863 r2677469 5 5 require_once __DIR__ . '/composer/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit b803841a5f6c8233b4445da86ee70bed::getLoader();7 return ComposerAutoloaderInitef67f2efe82aa6490c2554ba7c0e252c::getLoader(); -
woocommerce-quick-buy/tags/2.8.4/vendor/composer/autoload_real.php
r2676863 r2677469 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit b803841a5f6c8233b4445da86ee70bed5 class ComposerAutoloaderInitef67f2efe82aa6490c2554ba7c0e252c 6 6 { 7 7 private static $loader; … … 23 23 } 24 24 25 spl_autoload_register(array('ComposerAutoloaderInit b803841a5f6c8233b4445da86ee70bed', 'loadClassLoader'), true, true);25 spl_autoload_register(array('ComposerAutoloaderInitef67f2efe82aa6490c2554ba7c0e252c', 'loadClassLoader'), true, true); 26 26 self::$loader = $loader = new \Composer\Autoload\ClassLoader(); 27 spl_autoload_unregister(array('ComposerAutoloaderInit b803841a5f6c8233b4445da86ee70bed', 'loadClassLoader'));27 spl_autoload_unregister(array('ComposerAutoloaderInitef67f2efe82aa6490c2554ba7c0e252c', '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_once __DIR__ . '/autoload_static.php'; 32 32 33 call_user_func(\Composer\Autoload\ComposerStaticInit b803841a5f6c8233b4445da86ee70bed::getInitializer($loader));33 call_user_func(\Composer\Autoload\ComposerStaticInitef67f2efe82aa6490c2554ba7c0e252c::getInitializer($loader)); 34 34 } else { 35 35 $map = require __DIR__ . '/autoload_namespaces.php'; … … 52 52 53 53 if ($useStaticLoader) { 54 $includeFiles = Composer\Autoload\ComposerStaticInit b803841a5f6c8233b4445da86ee70bed::$files;54 $includeFiles = Composer\Autoload\ComposerStaticInitef67f2efe82aa6490c2554ba7c0e252c::$files; 55 55 } else { 56 56 $includeFiles = require __DIR__ . '/autoload_files.php'; 57 57 } 58 58 foreach ($includeFiles as $fileIdentifier => $file) { 59 composerRequire b803841a5f6c8233b4445da86ee70bed($fileIdentifier, $file);59 composerRequireef67f2efe82aa6490c2554ba7c0e252c($fileIdentifier, $file); 60 60 } 61 61 … … 64 64 } 65 65 66 function composerRequire b803841a5f6c8233b4445da86ee70bed($fileIdentifier, $file)66 function composerRequireef67f2efe82aa6490c2554ba7c0e252c($fileIdentifier, $file) 67 67 { 68 68 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
woocommerce-quick-buy/tags/2.8.4/vendor/composer/autoload_static.php
r2676863 r2677469 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit b803841a5f6c8233b4445da86ee70bed7 class ComposerStaticInitef67f2efe82aa6490c2554ba7c0e252c 8 8 { 9 9 public static $files = array ( … … 68 68 { 69 69 return \Closure::bind(function () use ($loader) { 70 $loader->prefixLengthsPsr4 = ComposerStaticInit b803841a5f6c8233b4445da86ee70bed::$prefixLengthsPsr4;71 $loader->prefixDirsPsr4 = ComposerStaticInit b803841a5f6c8233b4445da86ee70bed::$prefixDirsPsr4;72 $loader->classMap = ComposerStaticInit b803841a5f6c8233b4445da86ee70bed::$classMap;70 $loader->prefixLengthsPsr4 = ComposerStaticInitef67f2efe82aa6490c2554ba7c0e252c::$prefixLengthsPsr4; 71 $loader->prefixDirsPsr4 = ComposerStaticInitef67f2efe82aa6490c2554ba7c0e252c::$prefixDirsPsr4; 72 $loader->classMap = ComposerStaticInitef67f2efe82aa6490c2554ba7c0e252c::$classMap; 73 73 74 74 }, null, ClassLoader::class); -
woocommerce-quick-buy/tags/2.8.4/wc-quick-buy.php
r2676863 r2677469 4 4 * Plugin URI: https://wordpress.org/plugins/woocommerce-quick-buy/ 5 5 * Description: Add Quick buy button to redirect user to checkout / cart immediately when he click quick buy button 6 * Version: 2.8. 236 * Version: 2.8.4 7 7 * Author: Varun Sridharan 8 8 * Author URI: http://varunsridharan.in … … 19 19 20 20 defined( 'WCQB_FILE' ) || define( 'WCQB_FILE', __FILE__ ); 21 defined( 'WCQB_VERSION' ) || define( 'WCQB_VERSION', '2.8. 3' );21 defined( 'WCQB_VERSION' ) || define( 'WCQB_VERSION', '2.8.4' ); 22 22 defined( 'WCQB_NAME' ) || define( 'WCQB_NAME', __( 'Quick Buy For WooCommerce', 'wc-quick-buy' ) ); 23 23 -
woocommerce-quick-buy/trunk/classmaps.php
r2676863 r2677469 1 1 <?php 2 // Last Updated: Fri 11-Feb-2022 | 11:31:27:am2 // Last Updated: Sat 12-Feb-2022 | 07:00:37:am 3 3 // Total Class: 14 4 4 -
woocommerce-quick-buy/trunk/i18n/wc-quick-buy.pot
r2676863 r2677469 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Quick Buy For WooCommerce 2.8. 23\n"5 "Project-Id-Version: Quick Buy For WooCommerce 2.8.4\n" 6 6 "Report-Msgid-Bugs-To: https:\/\/wordpress.org\/support\/plugin\/woocommerce-quick-buy\n\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2022-02-1 1T11:31:28+05:30\n"12 "POT-Creation-Date: 2022-02-12T07:00:38+05:30\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.2.0\n" -
woocommerce-quick-buy/trunk/includes/class-button-placement.php
r2676863 r2677469 93 93 ); 94 94 $instance = new Button_Generator( $args ); 95 echo $instance->html();95 echo wp_kses_post( $instance->html() ); 96 96 } 97 97 } … … 106 106 $args = array( 'product' => $product ); 107 107 $instance = new Button_Generator( $args ); 108 echo $instance->html();108 echo wp_kses_post( $instance->html() ); 109 109 } 110 110 } -
woocommerce-quick-buy/trunk/readme.txt
r2676863 r2677469 7 7 Requires at least: 3.0 8 8 Tested up to: 5.9 9 Stable tag: 2.8. 39 Stable tag: 2.8.4 10 10 Requires PHP: 7.0 11 11 License: GPLv2 or later … … 130 130 == Changelog == 131 131 132 = 2.8.4 12/02/2022 = 133 * Updated : Filterd XSS attacks in Strings 134 * Tested : WordPress 5.9 135 * Tested : WooCommerce 6.2.0 136 132 137 = 2.8.3 11/02/2022 = 133 138 * Updated : Filterd XSS attacks in Strings -
woocommerce-quick-buy/trunk/vendor/autoload.php
r2676863 r2677469 5 5 require_once __DIR__ . '/composer/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit b803841a5f6c8233b4445da86ee70bed::getLoader();7 return ComposerAutoloaderInitef67f2efe82aa6490c2554ba7c0e252c::getLoader(); -
woocommerce-quick-buy/trunk/vendor/composer/autoload_real.php
r2676863 r2677469 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit b803841a5f6c8233b4445da86ee70bed5 class ComposerAutoloaderInitef67f2efe82aa6490c2554ba7c0e252c 6 6 { 7 7 private static $loader; … … 23 23 } 24 24 25 spl_autoload_register(array('ComposerAutoloaderInit b803841a5f6c8233b4445da86ee70bed', 'loadClassLoader'), true, true);25 spl_autoload_register(array('ComposerAutoloaderInitef67f2efe82aa6490c2554ba7c0e252c', 'loadClassLoader'), true, true); 26 26 self::$loader = $loader = new \Composer\Autoload\ClassLoader(); 27 spl_autoload_unregister(array('ComposerAutoloaderInit b803841a5f6c8233b4445da86ee70bed', 'loadClassLoader'));27 spl_autoload_unregister(array('ComposerAutoloaderInitef67f2efe82aa6490c2554ba7c0e252c', '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_once __DIR__ . '/autoload_static.php'; 32 32 33 call_user_func(\Composer\Autoload\ComposerStaticInit b803841a5f6c8233b4445da86ee70bed::getInitializer($loader));33 call_user_func(\Composer\Autoload\ComposerStaticInitef67f2efe82aa6490c2554ba7c0e252c::getInitializer($loader)); 34 34 } else { 35 35 $map = require __DIR__ . '/autoload_namespaces.php'; … … 52 52 53 53 if ($useStaticLoader) { 54 $includeFiles = Composer\Autoload\ComposerStaticInit b803841a5f6c8233b4445da86ee70bed::$files;54 $includeFiles = Composer\Autoload\ComposerStaticInitef67f2efe82aa6490c2554ba7c0e252c::$files; 55 55 } else { 56 56 $includeFiles = require __DIR__ . '/autoload_files.php'; 57 57 } 58 58 foreach ($includeFiles as $fileIdentifier => $file) { 59 composerRequire b803841a5f6c8233b4445da86ee70bed($fileIdentifier, $file);59 composerRequireef67f2efe82aa6490c2554ba7c0e252c($fileIdentifier, $file); 60 60 } 61 61 … … 64 64 } 65 65 66 function composerRequire b803841a5f6c8233b4445da86ee70bed($fileIdentifier, $file)66 function composerRequireef67f2efe82aa6490c2554ba7c0e252c($fileIdentifier, $file) 67 67 { 68 68 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
woocommerce-quick-buy/trunk/vendor/composer/autoload_static.php
r2676863 r2677469 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit b803841a5f6c8233b4445da86ee70bed7 class ComposerStaticInitef67f2efe82aa6490c2554ba7c0e252c 8 8 { 9 9 public static $files = array ( … … 68 68 { 69 69 return \Closure::bind(function () use ($loader) { 70 $loader->prefixLengthsPsr4 = ComposerStaticInit b803841a5f6c8233b4445da86ee70bed::$prefixLengthsPsr4;71 $loader->prefixDirsPsr4 = ComposerStaticInit b803841a5f6c8233b4445da86ee70bed::$prefixDirsPsr4;72 $loader->classMap = ComposerStaticInit b803841a5f6c8233b4445da86ee70bed::$classMap;70 $loader->prefixLengthsPsr4 = ComposerStaticInitef67f2efe82aa6490c2554ba7c0e252c::$prefixLengthsPsr4; 71 $loader->prefixDirsPsr4 = ComposerStaticInitef67f2efe82aa6490c2554ba7c0e252c::$prefixDirsPsr4; 72 $loader->classMap = ComposerStaticInitef67f2efe82aa6490c2554ba7c0e252c::$classMap; 73 73 74 74 }, null, ClassLoader::class); -
woocommerce-quick-buy/trunk/wc-quick-buy.php
r2676863 r2677469 4 4 * Plugin URI: https://wordpress.org/plugins/woocommerce-quick-buy/ 5 5 * Description: Add Quick buy button to redirect user to checkout / cart immediately when he click quick buy button 6 * Version: 2.8. 236 * Version: 2.8.4 7 7 * Author: Varun Sridharan 8 8 * Author URI: http://varunsridharan.in … … 19 19 20 20 defined( 'WCQB_FILE' ) || define( 'WCQB_FILE', __FILE__ ); 21 defined( 'WCQB_VERSION' ) || define( 'WCQB_VERSION', '2.8. 3' );21 defined( 'WCQB_VERSION' ) || define( 'WCQB_VERSION', '2.8.4' ); 22 22 defined( 'WCQB_NAME' ) || define( 'WCQB_NAME', __( 'Quick Buy For WooCommerce', 'wc-quick-buy' ) ); 23 23
Note: See TracChangeset
for help on using the changeset viewer.