Plugin Directory

Changeset 3409985


Ignore:
Timestamp:
12/03/2025 07:02:22 PM (4 months ago)
Author:
maalypay
Message:

feat: update version

Location:
maaly-pay/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • maaly-pay/trunk/includes/class-maaly-pay-gateway-blocks.php

    r3409959 r3409985  
    6060            : array(
    6161                'dependencies' => array(),
    62                 'version' => '1.1.3'
     62                'version' => '1.1.4'
    6363            );
    6464        $script_url = MAALY_PAY_REL_PLUGIN_URL . $script_path;
  • maaly-pay/trunk/maaly-pay.php

    r3409984 r3409985  
    33Plugin Name: Maaly Pay
    44Description: Accept cryptocurrency payments via Maaly Pay API (WooCommerce gateway integration).
    5 Version: 1.1.3
     5Version: 1.1.4
    66Author: Your Name
    77Requires at least: 5.2
     
    2222// CONSTANTS
    2323// -----------------------------------------------------------------------------
    24 define('MAALY_PAY_VERSION', '1.1.3');
     24define('MAALY_PAY_VERSION', '1.1.4');
    2525define('MAALY_PAY_PLUGIN_FILE', __FILE__);
    2626define('MAALY_PAY_PLUGIN_DIR', plugin_dir_path(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.