Plugin Directory

Changeset 3390720


Ignore:
Timestamp:
11/05/2025 09:45:51 PM (5 months ago)
Author:
bayarcash
Message:

Fixed issue with load_textdomain for WordPress 6.7 compatibility

Location:
bayarcash-for-fluent-forms
Files:
448 added
2 edited

Legend:

Unmodified
Added
Removed
  • bayarcash-for-fluent-forms/trunk/bayarcash-for-fluent-forms.php

    r3241320 r3390720  
    44 * Plugin URI: https://bayarcash.com
    55 * Description: Bayarcash is a local Malaysia payment gateway that support FPX, Direct Debit, DuitNow QR, DuitNow Online Banking/Wallets, BNPL (SPayLater & Boost PayFlex) as well cross-border payment (Indonesia, Singapore & Thailand).
    6  * Version: 2.0.3
     6 * Version: 2.0.4
    77 * Author: Web Impian
    88 * Author URI: https://webimpian.com
     
    1212 * Requires PHP: 7.4
    1313 * Requires at least: 5.0
    14  * Tested up to: 6.7
     14 * Tested up to: 6.8
    1515 */
    1616
     
    150150
    151151// Initialize the plugin
    152 add_action('plugins_loaded', function() {
     152add_action('init', function() {
    153153    // Check for required dependencies
    154154    if (!class_exists('FluentFormPro\Payments\PaymentHelper') ||
     
    165165
    166166    Bayarcash_Fluent_Forms::get_instance();
    167 });
     167}, 0);
  • bayarcash-for-fluent-forms/trunk/readme.txt

    r3241320 r3390720  
    33Tags: payment gateway, fluent forms, bayarcash, fpx, malaysia payment
    44Requires at least: 5.0
    5 Tested up to: 6.7
     5Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 2.0.3
     7Stable tag: 2.0.4
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    8686== Changelog ==
    8787
     88= 2.0.4 =
     89* Fixed - Fixed issue with load_textdomain for WordPress 6.7 compatibility
     90
    8891= 2.0.3 =
    8992* Update bayarcash sdk latest version
Note: See TracChangeset for help on using the changeset viewer.