Changeset 3439577
- Timestamp:
- 01/14/2026 01:39:40 PM (3 months ago)
- Location:
- plationline
- Files:
-
- 4 edited
- 24 copied
-
tags/7.0.2 (copied) (copied from plationline/trunk)
-
tags/7.0.2/assets/js (copied) (copied from plationline/trunk/assets/js)
-
tags/7.0.2/inc/admin/class-admin-recurrence.php (copied) (copied from plationline/trunk/inc/admin/class-admin-recurrence.php) (1 diff)
-
tags/7.0.2/inc/admin/class-admin.php (copied) (copied from plationline/trunk/inc/admin/class-admin.php)
-
tags/7.0.2/inc/core/class-activator.php (copied) (copied from plationline/trunk/inc/core/class-activator.php)
-
tags/7.0.2/inc/core/class-init.php (copied) (copied from plationline/trunk/inc/core/class-init.php)
-
tags/7.0.2/inc/core/class-wc-plationline-additional.php (copied) (copied from plationline/trunk/inc/core/class-wc-plationline-additional.php)
-
tags/7.0.2/inc/core/class-wc-plationline-login.php (copied) (copied from plationline/trunk/inc/core/class-wc-plationline-login.php)
-
tags/7.0.2/inc/core/class-wc-plationline-pr.php (copied) (copied from plationline/trunk/inc/core/class-wc-plationline-pr.php)
-
tags/7.0.2/inc/core/class-wc-plationline-process.php (copied) (copied from plationline/trunk/inc/core/class-wc-plationline-process.php) (2 diffs)
-
tags/7.0.2/inc/core/class-wc-plationline-recurrence.php (copied) (copied from plationline/trunk/inc/core/class-wc-plationline-recurrence.php)
-
tags/7.0.2/inc/core/class-wc-plationline-woocommerce-subscriptions.php (copied) (copied from plationline/trunk/inc/core/class-wc-plationline-woocommerce-subscriptions.php)
-
tags/7.0.2/inc/core/class-wc-plationline.php (copied) (copied from plationline/trunk/inc/core/class-wc-plationline.php)
-
tags/7.0.2/inc/front/blocks (copied) (copied from plationline/trunk/inc/front/blocks)
-
tags/7.0.2/languages/plationline-ro_RO-2217e191e20657191aab8d29ca69e424.json (copied) (copied from plationline/trunk/languages/plationline-ro_RO-2217e191e20657191aab8d29ca69e424.json)
-
tags/7.0.2/languages/plationline-ro_RO-43d6286aff47733e013900c8acc99ffa.json (copied) (copied from plationline/trunk/languages/plationline-ro_RO-43d6286aff47733e013900c8acc99ffa.json)
-
tags/7.0.2/languages/plationline-ro_RO-51a89123b7c1baebf274d801e90a9ea4.json (copied) (copied from plationline/trunk/languages/plationline-ro_RO-51a89123b7c1baebf274d801e90a9ea4.json)
-
tags/7.0.2/languages/plationline-ro_RO-59c6cc70be8f0286d7cd4d7e5d0784da.json (copied) (copied from plationline/trunk/languages/plationline-ro_RO-59c6cc70be8f0286d7cd4d7e5d0784da.json)
-
tags/7.0.2/languages/plationline-ro_RO-9044edfbb6107b456c7a813846def95b.json (copied) (copied from plationline/trunk/languages/plationline-ro_RO-9044edfbb6107b456c7a813846def95b.json)
-
tags/7.0.2/languages/plationline-ro_RO.mo (copied) (copied from plationline/trunk/languages/plationline-ro_RO.mo)
-
tags/7.0.2/languages/plationline-ro_RO.po (copied) (copied from plationline/trunk/languages/plationline-ro_RO.po)
-
tags/7.0.2/languages/plationline.pot (copied) (copied from plationline/trunk/languages/plationline.pot)
-
tags/7.0.2/plationline.php (copied) (copied from plationline/trunk/plationline.php) (2 diffs)
-
tags/7.0.2/readme.txt (copied) (copied from plationline/trunk/readme.txt) (2 diffs)
-
trunk/inc/admin/class-admin-recurrence.php (modified) (1 diff)
-
trunk/inc/core/class-wc-plationline-process.php (modified) (2 diffs)
-
trunk/plationline.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
plationline/tags/7.0.2/inc/admin/class-admin-recurrence.php
r3437666 r3439577 79 79 } 80 80 81 function plationline_create_recurrence_checkbox_for_product()81 public function plationline_create_recurrence_checkbox_for_product() 82 82 { 83 83 echo '<div id="plationline_create_recurrence_checkbox_for_product" class="panel woocommerce_options_panel">'; -
plationline/tags/7.0.2/inc/core/class-wc-plationline-process.php
r3437666 r3439577 313 313 314 314 $f_request['customer_info'] = $customer_info; 315 if ($order->needs_shipping() && $order->has_shipping_address()) { 315 316 $has_shipping_method = count( $order->get_items( 'shipping' ) ) > 0; 317 318 if ($has_shipping_method && $order->has_shipping_address()) { 316 319 $shipping_info = array(); 317 320 … … 443 446 } 444 447 445 if ($ order->needs_shipping()) {448 if ($has_shipping_method) { 446 449 $shipping = array(); 447 450 $shipping['name'] = substr($order->get_shipping_method(), 0, 250); -
plationline/tags/7.0.2/plationline.php
r3438445 r3439577 16 16 * Plugin URI: https://plati.online 17 17 * Description: Online payment by card and Login with Plati.Online account 18 * Version: 7.0. 118 * Version: 7.0.2 19 19 * Author: PlatiOnline 20 20 * Author URI: https://plati.online … … 41 41 define(__NAMESPACE__ . '\NS', __NAMESPACE__ . '\\'); 42 42 define(NS . 'PLUGIN_NAME', 'plationline'); 43 define(NS . 'PLUGIN_VERSION', '7.0. 1');43 define(NS . 'PLUGIN_VERSION', '7.0.2'); 44 44 define(NS . 'PLUGIN_NAME_DIR', plugin_dir_path(__FILE__)); 45 45 define(NS . 'PLUGIN_NAME_URL', plugin_dir_url(__FILE__)); -
plationline/tags/7.0.2/readme.txt
r3438445 r3439577 4 4 Requires at least: 6.0 5 5 Tested up to: 6.9 6 Stable tag: 7.0. 16 Stable tag: 7.0.2 7 7 Requires PHP: 5.6 8 8 WC requires at least: 8.3.0 … … 106 106 == Changelog == 107 107 108 = 7.0.2 = 109 * fix order needs shipping for Woocommerce lower than 9.9.0 110 108 111 = 7.0.1 = 109 112 * added admin remote actions extra validation -
plationline/trunk/inc/admin/class-admin-recurrence.php
r3437666 r3439577 79 79 } 80 80 81 function plationline_create_recurrence_checkbox_for_product()81 public function plationline_create_recurrence_checkbox_for_product() 82 82 { 83 83 echo '<div id="plationline_create_recurrence_checkbox_for_product" class="panel woocommerce_options_panel">'; -
plationline/trunk/inc/core/class-wc-plationline-process.php
r3437666 r3439577 313 313 314 314 $f_request['customer_info'] = $customer_info; 315 if ($order->needs_shipping() && $order->has_shipping_address()) { 315 316 $has_shipping_method = count( $order->get_items( 'shipping' ) ) > 0; 317 318 if ($has_shipping_method && $order->has_shipping_address()) { 316 319 $shipping_info = array(); 317 320 … … 443 446 } 444 447 445 if ($ order->needs_shipping()) {448 if ($has_shipping_method) { 446 449 $shipping = array(); 447 450 $shipping['name'] = substr($order->get_shipping_method(), 0, 250); -
plationline/trunk/plationline.php
r3438445 r3439577 16 16 * Plugin URI: https://plati.online 17 17 * Description: Online payment by card and Login with Plati.Online account 18 * Version: 7.0. 118 * Version: 7.0.2 19 19 * Author: PlatiOnline 20 20 * Author URI: https://plati.online … … 41 41 define(__NAMESPACE__ . '\NS', __NAMESPACE__ . '\\'); 42 42 define(NS . 'PLUGIN_NAME', 'plationline'); 43 define(NS . 'PLUGIN_VERSION', '7.0. 1');43 define(NS . 'PLUGIN_VERSION', '7.0.2'); 44 44 define(NS . 'PLUGIN_NAME_DIR', plugin_dir_path(__FILE__)); 45 45 define(NS . 'PLUGIN_NAME_URL', plugin_dir_url(__FILE__)); -
plationline/trunk/readme.txt
r3438445 r3439577 4 4 Requires at least: 6.0 5 5 Tested up to: 6.9 6 Stable tag: 7.0. 16 Stable tag: 7.0.2 7 7 Requires PHP: 5.6 8 8 WC requires at least: 8.3.0 … … 106 106 == Changelog == 107 107 108 = 7.0.2 = 109 * fix order needs shipping for Woocommerce lower than 9.9.0 110 108 111 = 7.0.1 = 109 112 * added admin remote actions extra validation
Note: See TracChangeset
for help on using the changeset viewer.