Plugin Directory

Changeset 2861266


Ignore:
Timestamp:
02/07/2023 08:11:03 AM (3 years ago)
Author:
indigonl
Message:

tested with latest WordPress and Gravity forms version

Location:
gf-mollie-by-indigo
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • gf-mollie-by-indigo/tags/1.11.6/gf-mollie-by-indigo.php

    r2721019 r2861266  
    44Plugin URI: http://www.indigowebstudio.nl
    55Description: Integrates Gravity Forms with Mollie, enabling end users to purchase goods and services through Gravity Forms.
    6 Version: 1.11.5
     6Version: 1.11.6
    77Author: Indigo webstudio
    88Author URI: http://www.indigowebstudio.nl
     
    3030
    3131
    32 define( 'GF_MOLLIE_BY_INDIGO_VERSION', '1.11.5' );
     32define( 'GF_MOLLIE_BY_INDIGO_VERSION', '1.11.6' );
    3333
    3434add_action( 'gform_loaded', array( 'GF_Mollie_Bootstrap', 'load' ), 5 );
  • gf-mollie-by-indigo/tags/1.11.6/readme.txt

    r2721019 r2861266  
    33Tags: gravity forms, ideal, bancontact, mollie
    44Requires at least: 4.9.7
    5 Tested up to: 6.0
    6 Stable tag: 1.11.5
     5Tested up to: 6.2
     6Stable tag: 1.11.6
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    2828Website: https://www.gravityforms.com/
    2929Requires at least version: 2.2.5
    30 Tested till version: 2.6.2
     30Tested till version: 2.6.8
    3131
    3232Payment methods supported
  • gf-mollie-by-indigo/trunk/gf-mollie-by-indigo.php

    r2721019 r2861266  
    44Plugin URI: http://www.indigowebstudio.nl
    55Description: Integrates Gravity Forms with Mollie, enabling end users to purchase goods and services through Gravity Forms.
    6 Version: 1.11.5
     6Version: 1.11.6
    77Author: Indigo webstudio
    88Author URI: http://www.indigowebstudio.nl
     
    3030
    3131
    32 define( 'GF_MOLLIE_BY_INDIGO_VERSION', '1.11.5' );
     32define( 'GF_MOLLIE_BY_INDIGO_VERSION', '1.11.6' );
    3333
    3434add_action( 'gform_loaded', array( 'GF_Mollie_Bootstrap', 'load' ), 5 );
  • gf-mollie-by-indigo/trunk/readme.txt

    r2721019 r2861266  
    33Tags: gravity forms, ideal, bancontact, mollie
    44Requires at least: 4.9.7
    5 Tested up to: 6.0
    6 Stable tag: 1.11.5
     5Tested up to: 6.2
     6Stable tag: 1.11.6
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    2828Website: https://www.gravityforms.com/
    2929Requires at least version: 2.2.5
    30 Tested till version: 2.6.2
     30Tested till version: 2.6.8
    3131
    3232Payment methods supported
Note: See TracChangeset for help on using the changeset viewer.