Plugin Directory

Changeset 2928195


Ignore:
Timestamp:
06/19/2023 07:01:48 PM (3 years ago)
Author:
devcashfree
Message:

Update to version 1.2.5

Location:
cashfree-gravity-forms
Files:
12 added
3 edited

Legend:

Unmodified
Added
Removed
  • cashfree-gravity-forms/trunk/README.md

    r2648249 r2928195  
    11111. Wordpress v3.9.2 and later
    12122. Gravity Forms v1.9.3 and later
    13 3. PHP v5.6.0 and later
     133. PHP v7.0 and later
    14144. php-curl
    1515
  • cashfree-gravity-forms/trunk/cashfree.php

    r2749467 r2928195  
    44Plugin URI: https://wordpress.org/plugins/cashfree-gravity-forms
    55Description: Integrates Gravity Forms with Cashfree Payments, enabling end users to purchase goods and services through Gravity Forms.
    6 Version: 1.2.4
    7 Stable tag: 1.2.4
     6Version: 1.2.5
     7Stable tag: 1.2.5
    88Author: Dev Cashfree
    99Author URI: https://cashfree.com
     
    1919
    2020
    21 define('GF_CASHFREE_VERSION', '1.2.3');
     21define('GF_CASHFREE_VERSION', '1.2.5');
    2222
    2323add_action('admin_post_nopriv_gf_cashfree_notify', "gf_cashfree_notify_init", 10);
     
    4444        add_filter('gform_currencies', function (array $currencies) {
    4545            $currencies['INR'] = array(
    46                 'name' => __('Indian Rupee', 'gravityforms'),
    47                 'symbol_left' => '₹',
    48                 'symbol_right' => '',
    49                 'symbol_padding' => ' ',
     46                'name'               => __( 'India Rupee', 'gravityforms' ),
     47                'code'               => 'INR',
     48                'symbol_left'        => '₹',
     49                'symbol_right'       => '',
     50                'symbol_padding'     => ' ',
    5051                'thousand_separator' => ',',
    51                 'decimal_separator' => '.',
    52                 'decimals' => 2
     52                'decimal_separator'  => '.',
     53                'decimals'           => 2
    5354            );
    5455
  • cashfree-gravity-forms/trunk/readme.txt

    r2749467 r2928195  
    55Tags: cashfree payments, gravityforms, E-commerce
    66Requires at least: 3.9.2
    7 Tested up to: 5.8
    8 Stable tag: 1.2.4
     7Tested up to: 6.2
     8Stable tag: 1.2.5
    99Requires PHP: 7.0
    1010License: GPLv2 or later
     
    4747== Changelog ==
    4848
     49= 1.2.5 =
     50* Bugfix for currency code
     51
    4952= 1.2.4 =
    5053* Bugfix for confliction in plugin
Note: See TracChangeset for help on using the changeset viewer.