Changeset 2811482
- Timestamp:
- 11/03/2022 09:17:08 PM (3 years ago)
- Location:
- wc-pickup-store
- Files:
-
- 38 added
- 2 edited
-
tags/1.8.4 (added)
-
tags/1.8.4/assets (added)
-
tags/1.8.4/assets/css (added)
-
tags/1.8.4/assets/css/stores.css (added)
-
tags/1.8.4/assets/css/stores.min.css (added)
-
tags/1.8.4/assets/images (added)
-
tags/1.8.4/assets/images/icon_waze.svg (added)
-
tags/1.8.4/assets/images/wps_placeholder.png (added)
-
tags/1.8.4/assets/js (added)
-
tags/1.8.4/assets/js/stores.js (added)
-
tags/1.8.4/assets/js/stores.min.js (added)
-
tags/1.8.4/includes (added)
-
tags/1.8.4/includes/admin (added)
-
tags/1.8.4/includes/admin/wps-admin.php (added)
-
tags/1.8.4/includes/admin/wps-settings.php (added)
-
tags/1.8.4/includes/class-wps-init.php (added)
-
tags/1.8.4/includes/cpt-store.php (added)
-
tags/1.8.4/includes/integrations (added)
-
tags/1.8.4/includes/integrations/class-vc_stores.php (added)
-
tags/1.8.4/includes/integrations/class-widget-stores.php (added)
-
tags/1.8.4/includes/wps-functions.php (added)
-
tags/1.8.4/index.php (added)
-
tags/1.8.4/languages (added)
-
tags/1.8.4/languages/wc-pickup-store-es_CR.mo (added)
-
tags/1.8.4/languages/wc-pickup-store-es_CR.po (added)
-
tags/1.8.4/languages/wc-pickup-store-es_ES.mo (added)
-
tags/1.8.4/languages/wc-pickup-store-es_ES.po (added)
-
tags/1.8.4/languages/wc-pickup-store-fr_FR.mo (added)
-
tags/1.8.4/languages/wc-pickup-store-fr_FR.po (added)
-
tags/1.8.4/languages/wc-pickup-store.pot (added)
-
tags/1.8.4/readme.txt (added)
-
tags/1.8.4/templates (added)
-
tags/1.8.4/templates/archive-store.php (added)
-
tags/1.8.4/templates/selected-store-details.php (added)
-
tags/1.8.4/templates/single-store.php (added)
-
tags/1.8.4/templates/wrapper-store.php (added)
-
tags/1.8.4/templates/wrapper-vc_stores.php (added)
-
tags/1.8.4/wc-pickup-store.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wc-pickup-store.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wc-pickup-store/trunk/readme.txt
r2694876 r2811482 4 4 Tags: ecommerce, e-commerce, store, local pickup, store pickup, woocommerce, local shipping, store post type, recoger en tienda 5 5 Requires at least: 4.7 6 Tested up to: 5.9.27 Stable tag: 1.8. 36 Tested up to: 6.1 7 Stable tag: 1.8.4 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 122 122 123 123 == Changelog == 124 = 1.8.4 = 125 * Update: Check for compatibility 126 124 127 = 1.8.3 = 125 128 * Fix: Issues in query that affects all the post types. -
wc-pickup-store/trunk/wc-pickup-store.php
r2694599 r2811482 4 4 * Plugin URI: https://www.keylormendoza.com/plugins/wc-pickup-store/ 5 5 * 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. 36 * Version: 1.8.4 7 7 * Requires at least: 4.7 8 * Tested up to: 5.9.28 * Tested up to: 6.1 9 9 * WC requires at least: 3.0 10 * WC tested up to: 6.3.110 * WC tested up to: 7.0.1 11 11 * Author: Keylor Mendoza A. 12 12 * Author URI: https://www.keylormendoza.com … … 22 22 23 23 if ( !defined( 'WPS_PLUGIN_VERSION' ) ) { 24 define( 'WPS_PLUGIN_VERSION', '1.8. 3' );24 define( 'WPS_PLUGIN_VERSION', '1.8.4' ); 25 25 } 26 26
Note: See TracChangeset
for help on using the changeset viewer.