Plugin Directory

Changeset 3007545


Ignore:
Timestamp:
12/09/2023 05:55:58 AM (2 years ago)
Author:
idpayir
Message:

fix and update version 3.1.1

Location:
idpay-gateway-gravity-forms/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • idpay-gateway-gravity-forms/trunk/idpay-gravity-forms.php

    r3005639 r3007545  
    55 * Author: IDPay
    66 * Description: IDPay is Secure Payment Gateway For Wp Gravity Forms.
    7  * Version: 3.1.0
     7 * Version: 3.1.1
    88 * Author URI: https://idpay.ir
    99 * Author Email: info@idpay.ir
  • idpay-gateway-gravity-forms/trunk/lib/JDate.php

    r3005497 r3007545  
    311311    }
    312312}
    313 
    314 function parsidate( $input, $datetime = 'now', $lang = 'per' ) {
    315     $bndate = bn_parsidate::getInstance();
    316 
    317     return $bndate->persian_date( $input, $datetime, $lang );
    318 }
    319 
    320 function gregdate( $input, $datetime ) {
    321     $bndate = bn_parsidate::getInstance();
    322 
    323     return $bndate->gregorian_date( $input, $datetime );
    324 }
  • idpay-gateway-gravity-forms/trunk/readme.txt

    r3005639 r3007545  
    33title : IDPay For Wp Gravity Forms
    44Tags: gravityforms, gravity-forms, payment, idpay, gateway, آیدی پی
    5 Stable tag: 3.1.0
     5Stable tag: 3.1.1
    66Tested up to: 6.4.1
    77Contributors: MimDeveloper.Tv (Mohammad-Malek)
     
    2727== Changelog ==
    2828
    29 == 3.1.0, DEC 04, 2023 ==
     29== 3.1.1, DEC 04, 2023 ==
    3030* New Version Plugin And Many Add Features
    3131* Fix All Problems
Note: See TracChangeset for help on using the changeset viewer.