Plugin Directory

Changeset 2721766


Ignore:
Timestamp:
05/11/2022 07:52:36 AM (4 years ago)
Author:
appmaker
Message:

1.36.5 = 1.36.5 =

Updated Date: 11/05/22


  • Outofstock products on scrollers issue fix
Location:
appmaker-woocommerce-mobile-app-manager/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • appmaker-woocommerce-mobile-app-manager/trunk/lib/class-appmaker-wc-helper.php

    r2720601 r2721766  
    5656                    'key'     => '_stock_status',
    5757                    'value'   => 'outofstock',
    58                     'compare' => '=',
     58                    'compare' => '!=',
    5959                );
    6060            }
     
    117117                    'key'     => '_stock_status',
    118118                    'value'   => 'outofstock',
    119                     'compare' => '=',
     119                    'compare' => '!=',
    120120                );
    121121            }
     
    159159                    'key'     => '_stock_status',
    160160                    'value'   => 'outofstock',
    161                     'compare' => '=',
     161                    'compare' => '!=',
    162162                );
    163163            }
     
    195195                    'key'     => '_stock_status',
    196196                    'value'   => 'outofstock',
    197                     'compare' => '=',
     197                    'compare' => '!=',
    198198                );
    199199            }
     
    243243                'key'     => '_stock_status',
    244244                'value'   => 'outofstock',
    245                 'compare' => '=',
     245                'compare' => '!=',
    246246            );
    247247        }
  • appmaker-woocommerce-mobile-app-manager/trunk/plugin.php

    r2720601 r2721766  
    66 * Plugin URI: https://appmaker.xyz
    77 * Description: This Plugin is used to manage Android and iOS mobile app created for your WooCommerce store
    8  * Version: 1.36.4
     8 * Version: 1.36.5
    99 * Author: Appmaker
    1010 * Author URI: https://appmaker.xyz/woocommerce
     
    3232     * @var string
    3333     */
    34     static $version = '1.36.4';
     34    static $version = '1.36.5';
    3535
    3636    /**
  • appmaker-woocommerce-mobile-app-manager/trunk/readme.txt

    r2720601 r2721766  
    55Requires at least: 4.5.0
    66Tested up to: 5.8
    7 Stable tag: 1.36.4
     7Stable tag: 1.36.5
    88Requires PHP: 5.2
    99This Plugin is used to manage Android and iOS mobile app created for your WooCommerce store
     
    166166
    167167
     168= 1.36.5 =
     169
     170Updated Date: 11/05/22
     171
     172* Outofstock products on scrollers issue fix
     173
    168174= 1.36.4 =
    169175
Note: See TracChangeset for help on using the changeset viewer.