Changeset 3463020
- Timestamp:
- 02/17/2026 03:30:24 AM (7 weeks ago)
- Location:
- ecart-pay
- Files:
-
- 8 edited
- 1 copied
-
tags/2.0.8 (copied) (copied from ecart-pay/trunk)
-
tags/2.0.8/ecartpay.php (modified) (3 diffs)
-
tags/2.0.8/languages/ecartpay-es_ES.po (modified) (1 diff)
-
tags/2.0.8/languages/ecartpay-es_MX.po (modified) (1 diff)
-
tags/2.0.8/readme.txt (modified) (1 diff)
-
trunk/ecartpay.php (modified) (3 diffs)
-
trunk/languages/ecartpay-es_ES.po (modified) (1 diff)
-
trunk/languages/ecartpay-es_MX.po (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ecart-pay/tags/2.0.8/ecartpay.php
r3459544 r3463020 7 7 * Author URI: https://tendencys.com 8 8 * Description: The safest and easiest online payment processor. 9 * Version: 2.0. 79 * Version: 2.0.8 10 10 * License: GPL2 11 11 * text-domain: ecartpay … … 174 174 175 175 public function ecartpay_enqueue_scripts() { 176 if (is_checkout() ) {176 if (is_checkout() && $this->enabled === 'yes') { 177 177 wp_enqueue_style( 178 178 'ecartpay-checkout', … … 216 216 217 217 public function ecartpay_enqueue_payjs() { 218 if (is_checkout() ) {218 if (is_checkout() && $this->enabled === 'yes') { 219 219 wp_enqueue_script( 220 220 'ecartpayjs', -
ecart-pay/tags/2.0.8/languages/ecartpay-es_ES.po
r3459544 r3463020 4 4 msgid "" 5 5 msgstr "" 6 "Project-Id-Version: Ecart Pay 2.0. 7\n"6 "Project-Id-Version: Ecart Pay 2.0.8\n" 7 7 "Report-Msgid-Bugs-To: https://ecartpay.com\n" 8 8 "POT-Creation-Date: 2026-01-30 00:00+0000\n" -
ecart-pay/tags/2.0.8/languages/ecartpay-es_MX.po
r3459544 r3463020 4 4 msgid "" 5 5 msgstr "" 6 "Project-Id-Version: Ecart Pay 2.0. 7\n"6 "Project-Id-Version: Ecart Pay 2.0.8\n" 7 7 "Report-Msgid-Bugs-To: https://ecartpay.com\n" 8 8 "POT-Creation-Date: 2026-01-30 00:00+0000\n" -
ecart-pay/tags/2.0.8/readme.txt
r3459544 r3463020 5 5 Requires at least: 5.0 6 6 Tested up to: 6.6.2 7 Stable tag: 2.0. 77 Stable tag: 2.0.8 8 8 Requires PHP: 7.2 9 9 WC Blocks support: yes -
ecart-pay/trunk/ecartpay.php
r3459544 r3463020 7 7 * Author URI: https://tendencys.com 8 8 * Description: The safest and easiest online payment processor. 9 * Version: 2.0. 79 * Version: 2.0.8 10 10 * License: GPL2 11 11 * text-domain: ecartpay … … 174 174 175 175 public function ecartpay_enqueue_scripts() { 176 if (is_checkout() ) {176 if (is_checkout() && $this->enabled === 'yes') { 177 177 wp_enqueue_style( 178 178 'ecartpay-checkout', … … 216 216 217 217 public function ecartpay_enqueue_payjs() { 218 if (is_checkout() ) {218 if (is_checkout() && $this->enabled === 'yes') { 219 219 wp_enqueue_script( 220 220 'ecartpayjs', -
ecart-pay/trunk/languages/ecartpay-es_ES.po
r3459544 r3463020 4 4 msgid "" 5 5 msgstr "" 6 "Project-Id-Version: Ecart Pay 2.0. 7\n"6 "Project-Id-Version: Ecart Pay 2.0.8\n" 7 7 "Report-Msgid-Bugs-To: https://ecartpay.com\n" 8 8 "POT-Creation-Date: 2026-01-30 00:00+0000\n" -
ecart-pay/trunk/languages/ecartpay-es_MX.po
r3459544 r3463020 4 4 msgid "" 5 5 msgstr "" 6 "Project-Id-Version: Ecart Pay 2.0. 7\n"6 "Project-Id-Version: Ecart Pay 2.0.8\n" 7 7 "Report-Msgid-Bugs-To: https://ecartpay.com\n" 8 8 "POT-Creation-Date: 2026-01-30 00:00+0000\n" -
ecart-pay/trunk/readme.txt
r3459544 r3463020 5 5 Requires at least: 5.0 6 6 Tested up to: 6.6.2 7 Stable tag: 2.0. 77 Stable tag: 2.0.8 8 8 Requires PHP: 7.2 9 9 WC Blocks support: yes
Note: See TracChangeset
for help on using the changeset viewer.