Changeset 3146643
- Timestamp:
- 09/04/2024 09:19:30 PM (7 months ago)
- Location:
- woocommerce-pos
- Files:
-
- 14 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-pos/tags/1.6.5/includes/Products.php
r3146638 r3146643 78 78 */ 79 79 public function hide_pos_only_products( $query ) { 80 // Ensure this only runs for the main WooCommerce queries on product-related pages81 if ( ! is_admin() && $query->is_main_query() && ( is_shop() || is_product() || is_post_type_archive( 'product' ) || is_product_taxonomy()) ) {80 // Ensure this only runs for the main WooCommerce queries on product-related queries 81 if ( ! is_admin() && 'product' === $query->get( 'post_type' ) ) { 82 82 83 83 $settings_instance = Settings::instance(); -
woocommerce-pos/tags/1.6.5/readme.txt
r3146638 r3146643 4 4 Requires at least: 5.6 5 5 Tested up to: 6.5 6 Stable tag: 1.6. 46 Stable tag: 1.6.5 7 7 License: GPL-3.0 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 80 80 81 81 == Changelog == 82 83 = 1.6.5 - 2024/09/04 = 84 * Fix: POS Only Products appearing in the web store 82 85 83 86 = 1.6.4 - 2024/09/04 = -
woocommerce-pos/tags/1.6.5/vendor/autoload.php
r3146638 r3146643 23 23 require_once __DIR__ . '/composer/autoload_real.php'; 24 24 25 return ComposerAutoloaderInit 981f1992f777c49e9f65ce310b40a093::getLoader();25 return ComposerAutoloaderInit11c07e02f690d3c342d320bf41dbb5b1::getLoader(); -
woocommerce-pos/tags/1.6.5/vendor/composer/autoload_real.php
r3146638 r3146643 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 981f1992f777c49e9f65ce310b40a0935 class ComposerAutoloaderInit11c07e02f690d3c342d320bf41dbb5b1 6 6 { 7 7 private static $loader; … … 23 23 } 24 24 25 spl_autoload_register(array('ComposerAutoloaderInit 981f1992f777c49e9f65ce310b40a093', 'loadClassLoader'), true, true);25 spl_autoload_register(array('ComposerAutoloaderInit11c07e02f690d3c342d320bf41dbb5b1', 'loadClassLoader'), true, true); 26 26 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 27 spl_autoload_unregister(array('ComposerAutoloaderInit 981f1992f777c49e9f65ce310b40a093', 'loadClassLoader'));27 spl_autoload_unregister(array('ComposerAutoloaderInit11c07e02f690d3c342d320bf41dbb5b1', 'loadClassLoader')); 28 28 29 29 require __DIR__ . '/autoload_static.php'; 30 call_user_func(\Composer\Autoload\ComposerStaticInit 981f1992f777c49e9f65ce310b40a093::getInitializer($loader));30 call_user_func(\Composer\Autoload\ComposerStaticInit11c07e02f690d3c342d320bf41dbb5b1::getInitializer($loader)); 31 31 32 32 $loader->register(true); 33 33 34 $filesToLoad = \Composer\Autoload\ComposerStaticInit 981f1992f777c49e9f65ce310b40a093::$files;34 $filesToLoad = \Composer\Autoload\ComposerStaticInit11c07e02f690d3c342d320bf41dbb5b1::$files; 35 35 $requireFile = \Closure::bind(static function ($fileIdentifier, $file) { 36 36 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
woocommerce-pos/tags/1.6.5/vendor/composer/autoload_static.php
r3146638 r3146643 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 981f1992f777c49e9f65ce310b40a0937 class ComposerStaticInit11c07e02f690d3c342d320bf41dbb5b1 8 8 { 9 9 public static $files = array ( … … 304 304 { 305 305 return \Closure::bind(function () use ($loader) { 306 $loader->prefixLengthsPsr4 = ComposerStaticInit 981f1992f777c49e9f65ce310b40a093::$prefixLengthsPsr4;307 $loader->prefixDirsPsr4 = ComposerStaticInit 981f1992f777c49e9f65ce310b40a093::$prefixDirsPsr4;308 $loader->prefixesPsr0 = ComposerStaticInit 981f1992f777c49e9f65ce310b40a093::$prefixesPsr0;309 $loader->classMap = ComposerStaticInit 981f1992f777c49e9f65ce310b40a093::$classMap;306 $loader->prefixLengthsPsr4 = ComposerStaticInit11c07e02f690d3c342d320bf41dbb5b1::$prefixLengthsPsr4; 307 $loader->prefixDirsPsr4 = ComposerStaticInit11c07e02f690d3c342d320bf41dbb5b1::$prefixDirsPsr4; 308 $loader->prefixesPsr0 = ComposerStaticInit11c07e02f690d3c342d320bf41dbb5b1::$prefixesPsr0; 309 $loader->classMap = ComposerStaticInit11c07e02f690d3c342d320bf41dbb5b1::$classMap; 310 310 311 311 }, null, ClassLoader::class); -
woocommerce-pos/tags/1.6.5/vendor/composer/installed.php
r3146638 r3146643 2 2 'root' => array( 3 3 'name' => 'wcpos/woocommerce-pos', 4 'pretty_version' => 'v1.6. 4',5 'version' => '1.6. 4.0',6 'reference' => ' 4bb69cf78dd1dc7d973b0359933ad9fa1d58cb75',4 'pretty_version' => 'v1.6.5', 5 'version' => '1.6.5.0', 6 'reference' => '0f5157ea957993095b508dd12a680380c4019b60', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 81 81 ), 82 82 'wcpos/woocommerce-pos' => array( 83 'pretty_version' => 'v1.6. 4',84 'version' => '1.6. 4.0',85 'reference' => ' 4bb69cf78dd1dc7d973b0359933ad9fa1d58cb75',83 'pretty_version' => 'v1.6.5', 84 'version' => '1.6.5.0', 85 'reference' => '0f5157ea957993095b508dd12a680380c4019b60', 86 86 'type' => 'wordpress-plugin', 87 87 'install_path' => __DIR__ . '/../../', -
woocommerce-pos/tags/1.6.5/woocommerce-pos.php
r3146638 r3146643 4 4 * Plugin URI: https://wordpress.org/plugins/woocommerce-pos/ 5 5 * Description: A simple front-end for taking WooCommerce orders at the Point of Sale. Requires <a href="http://wordpress.org/plugins/woocommerce/">WooCommerce</a>. 6 * Version: 1.6. 46 * Version: 1.6.5 7 7 * Author: kilbot 8 8 * Author URI: http://wcpos.com … … 25 25 26 26 // Define plugin constants. 27 const VERSION = '1.6. 4';27 const VERSION = '1.6.5'; 28 28 const PLUGIN_NAME = 'woocommerce-pos'; 29 29 const SHORT_NAME = 'wcpos'; -
woocommerce-pos/trunk/includes/Products.php
r3146638 r3146643 78 78 */ 79 79 public function hide_pos_only_products( $query ) { 80 // Ensure this only runs for the main WooCommerce queries on product-related pages81 if ( ! is_admin() && $query->is_main_query() && ( is_shop() || is_product() || is_post_type_archive( 'product' ) || is_product_taxonomy()) ) {80 // Ensure this only runs for the main WooCommerce queries on product-related queries 81 if ( ! is_admin() && 'product' === $query->get( 'post_type' ) ) { 82 82 83 83 $settings_instance = Settings::instance(); -
woocommerce-pos/trunk/readme.txt
r3146638 r3146643 4 4 Requires at least: 5.6 5 5 Tested up to: 6.5 6 Stable tag: 1.6. 46 Stable tag: 1.6.5 7 7 License: GPL-3.0 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 80 80 81 81 == Changelog == 82 83 = 1.6.5 - 2024/09/04 = 84 * Fix: POS Only Products appearing in the web store 82 85 83 86 = 1.6.4 - 2024/09/04 = -
woocommerce-pos/trunk/vendor/autoload.php
r3146638 r3146643 23 23 require_once __DIR__ . '/composer/autoload_real.php'; 24 24 25 return ComposerAutoloaderInit 981f1992f777c49e9f65ce310b40a093::getLoader();25 return ComposerAutoloaderInit11c07e02f690d3c342d320bf41dbb5b1::getLoader(); -
woocommerce-pos/trunk/vendor/composer/autoload_real.php
r3146638 r3146643 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 981f1992f777c49e9f65ce310b40a0935 class ComposerAutoloaderInit11c07e02f690d3c342d320bf41dbb5b1 6 6 { 7 7 private static $loader; … … 23 23 } 24 24 25 spl_autoload_register(array('ComposerAutoloaderInit 981f1992f777c49e9f65ce310b40a093', 'loadClassLoader'), true, true);25 spl_autoload_register(array('ComposerAutoloaderInit11c07e02f690d3c342d320bf41dbb5b1', 'loadClassLoader'), true, true); 26 26 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 27 spl_autoload_unregister(array('ComposerAutoloaderInit 981f1992f777c49e9f65ce310b40a093', 'loadClassLoader'));27 spl_autoload_unregister(array('ComposerAutoloaderInit11c07e02f690d3c342d320bf41dbb5b1', 'loadClassLoader')); 28 28 29 29 require __DIR__ . '/autoload_static.php'; 30 call_user_func(\Composer\Autoload\ComposerStaticInit 981f1992f777c49e9f65ce310b40a093::getInitializer($loader));30 call_user_func(\Composer\Autoload\ComposerStaticInit11c07e02f690d3c342d320bf41dbb5b1::getInitializer($loader)); 31 31 32 32 $loader->register(true); 33 33 34 $filesToLoad = \Composer\Autoload\ComposerStaticInit 981f1992f777c49e9f65ce310b40a093::$files;34 $filesToLoad = \Composer\Autoload\ComposerStaticInit11c07e02f690d3c342d320bf41dbb5b1::$files; 35 35 $requireFile = \Closure::bind(static function ($fileIdentifier, $file) { 36 36 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
woocommerce-pos/trunk/vendor/composer/autoload_static.php
r3146638 r3146643 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 981f1992f777c49e9f65ce310b40a0937 class ComposerStaticInit11c07e02f690d3c342d320bf41dbb5b1 8 8 { 9 9 public static $files = array ( … … 304 304 { 305 305 return \Closure::bind(function () use ($loader) { 306 $loader->prefixLengthsPsr4 = ComposerStaticInit 981f1992f777c49e9f65ce310b40a093::$prefixLengthsPsr4;307 $loader->prefixDirsPsr4 = ComposerStaticInit 981f1992f777c49e9f65ce310b40a093::$prefixDirsPsr4;308 $loader->prefixesPsr0 = ComposerStaticInit 981f1992f777c49e9f65ce310b40a093::$prefixesPsr0;309 $loader->classMap = ComposerStaticInit 981f1992f777c49e9f65ce310b40a093::$classMap;306 $loader->prefixLengthsPsr4 = ComposerStaticInit11c07e02f690d3c342d320bf41dbb5b1::$prefixLengthsPsr4; 307 $loader->prefixDirsPsr4 = ComposerStaticInit11c07e02f690d3c342d320bf41dbb5b1::$prefixDirsPsr4; 308 $loader->prefixesPsr0 = ComposerStaticInit11c07e02f690d3c342d320bf41dbb5b1::$prefixesPsr0; 309 $loader->classMap = ComposerStaticInit11c07e02f690d3c342d320bf41dbb5b1::$classMap; 310 310 311 311 }, null, ClassLoader::class); -
woocommerce-pos/trunk/vendor/composer/installed.php
r3146638 r3146643 2 2 'root' => array( 3 3 'name' => 'wcpos/woocommerce-pos', 4 'pretty_version' => 'v1.6. 4',5 'version' => '1.6. 4.0',6 'reference' => ' 4bb69cf78dd1dc7d973b0359933ad9fa1d58cb75',4 'pretty_version' => 'v1.6.5', 5 'version' => '1.6.5.0', 6 'reference' => '0f5157ea957993095b508dd12a680380c4019b60', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 81 81 ), 82 82 'wcpos/woocommerce-pos' => array( 83 'pretty_version' => 'v1.6. 4',84 'version' => '1.6. 4.0',85 'reference' => ' 4bb69cf78dd1dc7d973b0359933ad9fa1d58cb75',83 'pretty_version' => 'v1.6.5', 84 'version' => '1.6.5.0', 85 'reference' => '0f5157ea957993095b508dd12a680380c4019b60', 86 86 'type' => 'wordpress-plugin', 87 87 'install_path' => __DIR__ . '/../../', -
woocommerce-pos/trunk/woocommerce-pos.php
r3146638 r3146643 4 4 * Plugin URI: https://wordpress.org/plugins/woocommerce-pos/ 5 5 * Description: A simple front-end for taking WooCommerce orders at the Point of Sale. Requires <a href="http://wordpress.org/plugins/woocommerce/">WooCommerce</a>. 6 * Version: 1.6. 46 * Version: 1.6.5 7 7 * Author: kilbot 8 8 * Author URI: http://wcpos.com … … 25 25 26 26 // Define plugin constants. 27 const VERSION = '1.6. 4';27 const VERSION = '1.6.5'; 28 28 const PLUGIN_NAME = 'woocommerce-pos'; 29 29 const SHORT_NAME = 'wcpos';
Note: See TracChangeset
for help on using the changeset viewer.