Plugin Directory

Changeset 2811482


Ignore:
Timestamp:
11/03/2022 09:17:08 PM (3 years ago)
Author:
keylorcr
Message:

Check for compatibility

Location:
wc-pickup-store
Files:
38 added
2 edited

Legend:

Unmodified
Added
Removed
  • wc-pickup-store/trunk/readme.txt

    r2694876 r2811482  
    44Tags: ecommerce, e-commerce, store, local pickup, store pickup, woocommerce, local shipping, store post type, recoger en tienda
    55Requires at least: 4.7
    6 Tested up to: 5.9.2
    7 Stable tag: 1.8.3
     6Tested up to: 6.1
     7Stable tag: 1.8.4
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    122122
    123123== Changelog ==
     124= 1.8.4 =
     125* Update: Check for compatibility
     126
    124127= 1.8.3 =
    125128* Fix: Issues in query that affects all the post types.
  • wc-pickup-store/trunk/wc-pickup-store.php

    r2694599 r2811482  
    44 * Plugin URI: https://www.keylormendoza.com/plugins/wc-pickup-store/
    55 * Description: Allows you to set up a custom post type for stores available to use it as shipping method Local pickup in WooCommerce. It also allows your clients to choose an store on the Checkout page and also adds the store fields to the order details and email.
    6  * Version: 1.8.3
     6 * Version: 1.8.4
    77 * Requires at least: 4.7
    8  * Tested up to: 5.9.2
     8 * Tested up to: 6.1
    99 * WC requires at least: 3.0
    10  * WC tested up to: 6.3.1
     10 * WC tested up to: 7.0.1
    1111 * Author: Keylor Mendoza A.
    1212 * Author URI: https://www.keylormendoza.com
     
    2222
    2323if ( !defined( 'WPS_PLUGIN_VERSION' ) ) {
    24     define( 'WPS_PLUGIN_VERSION', '1.8.3' );
     24    define( 'WPS_PLUGIN_VERSION', '1.8.4' );
    2525}
    2626
Note: See TracChangeset for help on using the changeset viewer.