Changeset 2703794
- Timestamp:
- 04/02/2022 10:00:15 PM (4 years ago)
- Location:
- avify-payments-for-woocommerce
- Files:
-
- 6 edited
- 1 copied
-
tags/1.0.5 (copied) (copied from avify-payments-for-woocommerce/trunk)
-
tags/1.0.5/avify-payments-initializer.php (modified) (1 diff)
-
tags/1.0.5/avify-payments-shipping.php (modified) (1 diff)
-
tags/1.0.5/readme.txt (modified) (2 diffs)
-
trunk/avify-payments-initializer.php (modified) (1 diff)
-
trunk/avify-payments-shipping.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
avify-payments-for-woocommerce/tags/1.0.5/avify-payments-initializer.php
r2702167 r2703794 7 7 * Plugin URI: 8 8 * Description: Accept card payments in WooCommerce through Avify Payments. 9 * Version: 1.0. 49 * Version: 1.0.5 10 10 * Author: Avify 11 11 * Author URI: https://avify.com/ -
avify-payments-for-woocommerce/tags/1.0.5/avify-payments-shipping.php
r2702167 r2703794 66 66 $this->method_title = __('Avify Deliveries'); // Title shown in admin 67 67 $this->method_description = __('All deliveries in one plugin'); // Description shown in admin 68 $this->tax_status = 'none'; 68 69 $this->enabled = "yes"; // This can be added as an setting but for this example its forced enabled 69 70 $this->supports = array( -
avify-payments-for-woocommerce/tags/1.0.5/readme.txt
r2702167 r2703794 4 4 Requires at least: 5.6 5 5 Tested up to: 5.9 6 Stable tag: 1.0. 46 Stable tag: 1.0.5 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 57 57 == Changelog == 58 58 59 = 1.0.5 = 60 * Remove taxable class from shipping. 61 59 62 = 1.0.4 = 60 63 * Fixed order save Avify metadata. -
avify-payments-for-woocommerce/trunk/avify-payments-initializer.php
r2702167 r2703794 7 7 * Plugin URI: 8 8 * Description: Accept card payments in WooCommerce through Avify Payments. 9 * Version: 1.0. 49 * Version: 1.0.5 10 10 * Author: Avify 11 11 * Author URI: https://avify.com/ -
avify-payments-for-woocommerce/trunk/avify-payments-shipping.php
r2702167 r2703794 66 66 $this->method_title = __('Avify Deliveries'); // Title shown in admin 67 67 $this->method_description = __('All deliveries in one plugin'); // Description shown in admin 68 $this->tax_status = 'none'; 68 69 $this->enabled = "yes"; // This can be added as an setting but for this example its forced enabled 69 70 $this->supports = array( -
avify-payments-for-woocommerce/trunk/readme.txt
r2702167 r2703794 4 4 Requires at least: 5.6 5 5 Tested up to: 5.9 6 Stable tag: 1.0. 46 Stable tag: 1.0.5 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 57 57 == Changelog == 58 58 59 = 1.0.5 = 60 * Remove taxable class from shipping. 61 59 62 = 1.0.4 = 60 63 * Fixed order save Avify metadata.
Note: See TracChangeset
for help on using the changeset viewer.