Changeset 2984564
- Timestamp:
- 10/26/2023 06:05:23 PM (2 years ago)
- Location:
- postapanduri
- Files:
-
- 3 edited
- 21 copied
-
tags/2.1.2 (copied) (copied from postapanduri/trunk)
-
tags/2.1.2/README.txt (copied) (copied from postapanduri/trunk/README.txt) (2 diffs)
-
tags/2.1.2/inc/admin/class-admin.php (copied) (copied from postapanduri/trunk/inc/admin/class-admin.php) (2 diffs)
-
tags/2.1.2/inc/admin/class-settingspage.php (copied) (copied from postapanduri/trunk/inc/admin/class-settingspage.php)
-
tags/2.1.2/inc/core/class-activator.php (copied) (copied from postapanduri/trunk/inc/core/class-activator.php)
-
tags/2.1.2/inc/core/class-init.php (copied) (copied from postapanduri/trunk/inc/core/class-init.php)
-
tags/2.1.2/inc/core/class-wc-postapanduri.php (copied) (copied from postapanduri/trunk/inc/core/class-wc-postapanduri.php)
-
tags/2.1.2/inc/front/class-front.php (copied) (copied from postapanduri/trunk/inc/front/class-front.php)
-
tags/2.1.2/inc/front/class-pachetomate.php (copied) (copied from postapanduri/trunk/inc/front/class-pachetomate.php)
-
tags/2.1.2/inc/front/css/postapanduri-public.css (copied) (copied from postapanduri/trunk/inc/front/css/postapanduri-public.css)
-
tags/2.1.2/inc/front/js/postapanduri-public-gmaps-ajax.js (copied) (copied from postapanduri/trunk/inc/front/js/postapanduri-public-gmaps-ajax.js)
-
tags/2.1.2/inc/front/js/postapanduri-public-mapbox-ajax.js (copied) (copied from postapanduri/trunk/inc/front/js/postapanduri-public-mapbox-ajax.js)
-
tags/2.1.2/inc/front/partials/plugin-postapanduri-gmaps.php (copied) (copied from postapanduri/trunk/inc/front/partials/plugin-postapanduri-gmaps.php)
-
tags/2.1.2/inc/front/partials/plugin-postapanduri-map.php (copied) (copied from postapanduri/trunk/inc/front/partials/plugin-postapanduri-map.php)
-
tags/2.1.2/inc/front/templates/mobile (copied) (copied from postapanduri/trunk/inc/front/templates/mobile)
-
tags/2.1.2/inc/libraries/class-lo.php (copied) (copied from postapanduri/trunk/inc/libraries/class-lo.php)
-
tags/2.1.2/languages/postapanduri-ro_RO-4e2b038f5590b68c789d3b5ad409d118.json (copied) (copied from postapanduri/trunk/languages/postapanduri-ro_RO-4e2b038f5590b68c789d3b5ad409d118.json)
-
tags/2.1.2/languages/postapanduri-ro_RO-8a9dc8a4ab6df6e3f049ef3a10cc7e14.json (copied) (copied from postapanduri/trunk/languages/postapanduri-ro_RO-8a9dc8a4ab6df6e3f049ef3a10cc7e14.json)
-
tags/2.1.2/languages/postapanduri-ro_RO.mo (copied) (copied from postapanduri/trunk/languages/postapanduri-ro_RO.mo)
-
tags/2.1.2/languages/postapanduri-ro_RO.po (copied) (copied from postapanduri/trunk/languages/postapanduri-ro_RO.po)
-
tags/2.1.2/postapanduri.php (copied) (copied from postapanduri/trunk/postapanduri.php) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/inc/admin/class-admin.php (modified) (2 diffs)
-
trunk/postapanduri.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
postapanduri/tags/2.1.2/README.txt
r2983666 r2984564 5 5 Requires at least: 5.0 6 6 Tested up to: 6.3 7 Stable tag: 2.1. 17 Stable tag: 2.1.2 8 8 Requires PHP: 5.5.0 9 9 License: GPLv3 … … 77 77 == Changelog == 78 78 79 = 2.1.2 = 80 * Woocommerce HPOS support fix 81 79 82 = 2.1.1 = 80 83 * Woocommerce HPOS support fix -
postapanduri/tags/2.1.2/inc/admin/class-admin.php
r2983666 r2984564 7 7 use PostaPanduri\Inc\Core\WC_PostaPanduri as WC_PostaPanduri; 8 8 use PostaPanduri\Inc\Libraries\LO as LO; 9 use WC_Order; 9 10 use WP_Post; 10 11 … … 83 84 $order = $theorder; 84 85 85 if ( OrderUtil::is_order($order->get_id(), wc_get_order_types())) {86 if ($order instanceof WC_Order && OrderUtil::is_order($order->get_id(), wc_get_order_types())) { 86 87 $screen = wc_get_container()->get(CustomOrdersTableController::class)->custom_orders_table_usage_is_enabled() 87 88 ? wc_get_page_screen_id('shop-order') -
postapanduri/tags/2.1.2/postapanduri.php
r2983666 r2984564 17 17 * Plugin URI: https://postapanduri.ro/ 18 18 * Description: Courier Services and Smartlocker pickpup. Clients who buy online and can opt to pick up the ordered packages from the nearest preset pickup point or to have the parcel delivered to their door. 19 * Version: 2.1. 119 * Version: 2.1.2 20 20 * Author: C Solution SRL 21 21 * Author URI: https://www.c-solution.biz/ … … 43 43 define(__NAMESPACE__ . '\NS', __NAMESPACE__ . '\\'); 44 44 define(NS . 'PLUGIN_NAME', 'postapanduri'); 45 define(NS . 'PLUGIN_VERSION', '2.1. 1');45 define(NS . 'PLUGIN_VERSION', '2.1.2'); 46 46 define(NS . 'PLUGIN_NAME_DIR', plugin_dir_path(__FILE__)); 47 47 define(NS . 'PLUGIN_NAME_URL', plugin_dir_url(__FILE__)); -
postapanduri/trunk/README.txt
r2983666 r2984564 5 5 Requires at least: 5.0 6 6 Tested up to: 6.3 7 Stable tag: 2.1. 17 Stable tag: 2.1.2 8 8 Requires PHP: 5.5.0 9 9 License: GPLv3 … … 77 77 == Changelog == 78 78 79 = 2.1.2 = 80 * Woocommerce HPOS support fix 81 79 82 = 2.1.1 = 80 83 * Woocommerce HPOS support fix -
postapanduri/trunk/inc/admin/class-admin.php
r2983666 r2984564 7 7 use PostaPanduri\Inc\Core\WC_PostaPanduri as WC_PostaPanduri; 8 8 use PostaPanduri\Inc\Libraries\LO as LO; 9 use WC_Order; 9 10 use WP_Post; 10 11 … … 83 84 $order = $theorder; 84 85 85 if ( OrderUtil::is_order($order->get_id(), wc_get_order_types())) {86 if ($order instanceof WC_Order && OrderUtil::is_order($order->get_id(), wc_get_order_types())) { 86 87 $screen = wc_get_container()->get(CustomOrdersTableController::class)->custom_orders_table_usage_is_enabled() 87 88 ? wc_get_page_screen_id('shop-order') -
postapanduri/trunk/postapanduri.php
r2983666 r2984564 17 17 * Plugin URI: https://postapanduri.ro/ 18 18 * Description: Courier Services and Smartlocker pickpup. Clients who buy online and can opt to pick up the ordered packages from the nearest preset pickup point or to have the parcel delivered to their door. 19 * Version: 2.1. 119 * Version: 2.1.2 20 20 * Author: C Solution SRL 21 21 * Author URI: https://www.c-solution.biz/ … … 43 43 define(__NAMESPACE__ . '\NS', __NAMESPACE__ . '\\'); 44 44 define(NS . 'PLUGIN_NAME', 'postapanduri'); 45 define(NS . 'PLUGIN_VERSION', '2.1. 1');45 define(NS . 'PLUGIN_VERSION', '2.1.2'); 46 46 define(NS . 'PLUGIN_NAME_DIR', plugin_dir_path(__FILE__)); 47 47 define(NS . 'PLUGIN_NAME_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset
for help on using the changeset viewer.