Changeset 2721766
- Timestamp:
- 05/11/2022 07:52:36 AM (4 years ago)
- Location:
- appmaker-woocommerce-mobile-app-manager/trunk
- Files:
-
- 3 edited
-
lib/class-appmaker-wc-helper.php (modified) (5 diffs)
-
plugin.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
appmaker-woocommerce-mobile-app-manager/trunk/lib/class-appmaker-wc-helper.php
r2720601 r2721766 56 56 'key' => '_stock_status', 57 57 'value' => 'outofstock', 58 'compare' => ' =',58 'compare' => '!=', 59 59 ); 60 60 } … … 117 117 'key' => '_stock_status', 118 118 'value' => 'outofstock', 119 'compare' => ' =',119 'compare' => '!=', 120 120 ); 121 121 } … … 159 159 'key' => '_stock_status', 160 160 'value' => 'outofstock', 161 'compare' => ' =',161 'compare' => '!=', 162 162 ); 163 163 } … … 195 195 'key' => '_stock_status', 196 196 'value' => 'outofstock', 197 'compare' => ' =',197 'compare' => '!=', 198 198 ); 199 199 } … … 243 243 'key' => '_stock_status', 244 244 'value' => 'outofstock', 245 'compare' => ' =',245 'compare' => '!=', 246 246 ); 247 247 } -
appmaker-woocommerce-mobile-app-manager/trunk/plugin.php
r2720601 r2721766 6 6 * Plugin URI: https://appmaker.xyz 7 7 * Description: This Plugin is used to manage Android and iOS mobile app created for your WooCommerce store 8 * Version: 1.36. 48 * Version: 1.36.5 9 9 * Author: Appmaker 10 10 * Author URI: https://appmaker.xyz/woocommerce … … 32 32 * @var string 33 33 */ 34 static $version = '1.36. 4';34 static $version = '1.36.5'; 35 35 36 36 /** -
appmaker-woocommerce-mobile-app-manager/trunk/readme.txt
r2720601 r2721766 5 5 Requires at least: 4.5.0 6 6 Tested up to: 5.8 7 Stable tag: 1.36. 47 Stable tag: 1.36.5 8 8 Requires PHP: 5.2 9 9 This Plugin is used to manage Android and iOS mobile app created for your WooCommerce store … … 166 166 167 167 168 = 1.36.5 = 169 170 Updated Date: 11/05/22 171 172 * Outofstock products on scrollers issue fix 173 168 174 = 1.36.4 = 169 175
Note: See TracChangeset
for help on using the changeset viewer.