Plugin Directory

Changeset 3463020


Ignore:
Timestamp:
02/17/2026 03:30:24 AM (7 weeks ago)
Author:
ecartpay
Message:

Version 2.0.8

Location:
ecart-pay
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • ecart-pay/tags/2.0.8/ecartpay.php

    r3459544 r3463020  
    77 * Author URI: https://tendencys.com
    88 * Description: The safest and easiest online payment processor.
    9  * Version: 2.0.7
     9 * Version: 2.0.8
    1010 * License: GPL2
    1111 * text-domain: ecartpay
     
    174174
    175175        public function ecartpay_enqueue_scripts() {
    176             if (is_checkout()) {
     176            if (is_checkout() && $this->enabled === 'yes') {
    177177                wp_enqueue_style(
    178178                    'ecartpay-checkout',
     
    216216             
    217217        public function ecartpay_enqueue_payjs() {
    218             if (is_checkout()) {
     218            if (is_checkout() && $this->enabled === 'yes') {
    219219                wp_enqueue_script(
    220220                    'ecartpayjs',
  • ecart-pay/tags/2.0.8/languages/ecartpay-es_ES.po

    r3459544 r3463020  
    44msgid ""
    55msgstr ""
    6 "Project-Id-Version: Ecart Pay 2.0.7\n"
     6"Project-Id-Version: Ecart Pay 2.0.8\n"
    77"Report-Msgid-Bugs-To: https://ecartpay.com\n"
    88"POT-Creation-Date: 2026-01-30 00:00+0000\n"
  • ecart-pay/tags/2.0.8/languages/ecartpay-es_MX.po

    r3459544 r3463020  
    44msgid ""
    55msgstr ""
    6 "Project-Id-Version: Ecart Pay 2.0.7\n"
     6"Project-Id-Version: Ecart Pay 2.0.8\n"
    77"Report-Msgid-Bugs-To: https://ecartpay.com\n"
    88"POT-Creation-Date: 2026-01-30 00:00+0000\n"
  • ecart-pay/tags/2.0.8/readme.txt

    r3459544 r3463020  
    55Requires at least: 5.0 
    66Tested up to: 6.6.2
    7 Stable tag: 2.0.7 
     7Stable tag: 2.0.8 
    88Requires PHP: 7.2 
    99WC Blocks support: yes
  • ecart-pay/trunk/ecartpay.php

    r3459544 r3463020  
    77 * Author URI: https://tendencys.com
    88 * Description: The safest and easiest online payment processor.
    9  * Version: 2.0.7
     9 * Version: 2.0.8
    1010 * License: GPL2
    1111 * text-domain: ecartpay
     
    174174
    175175        public function ecartpay_enqueue_scripts() {
    176             if (is_checkout()) {
     176            if (is_checkout() && $this->enabled === 'yes') {
    177177                wp_enqueue_style(
    178178                    'ecartpay-checkout',
     
    216216             
    217217        public function ecartpay_enqueue_payjs() {
    218             if (is_checkout()) {
     218            if (is_checkout() && $this->enabled === 'yes') {
    219219                wp_enqueue_script(
    220220                    'ecartpayjs',
  • ecart-pay/trunk/languages/ecartpay-es_ES.po

    r3459544 r3463020  
    44msgid ""
    55msgstr ""
    6 "Project-Id-Version: Ecart Pay 2.0.7\n"
     6"Project-Id-Version: Ecart Pay 2.0.8\n"
    77"Report-Msgid-Bugs-To: https://ecartpay.com\n"
    88"POT-Creation-Date: 2026-01-30 00:00+0000\n"
  • ecart-pay/trunk/languages/ecartpay-es_MX.po

    r3459544 r3463020  
    44msgid ""
    55msgstr ""
    6 "Project-Id-Version: Ecart Pay 2.0.7\n"
     6"Project-Id-Version: Ecart Pay 2.0.8\n"
    77"Report-Msgid-Bugs-To: https://ecartpay.com\n"
    88"POT-Creation-Date: 2026-01-30 00:00+0000\n"
  • ecart-pay/trunk/readme.txt

    r3459544 r3463020  
    55Requires at least: 5.0 
    66Tested up to: 6.6.2
    7 Stable tag: 2.0.7 
     7Stable tag: 2.0.8 
    88Requires PHP: 7.2 
    99WC Blocks support: yes
Note: See TracChangeset for help on using the changeset viewer.