Plugin Directory

Changeset 3115545


Ignore:
Timestamp:
07/10/2024 11:20:33 AM (20 months ago)
Author:
indigonl
Message:

tested up to 6.6

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

Legend:

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

    r3060320 r3115545  
    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: 2.0.3
     6Version: 2.0.4
    77Author: Indigo webstudio
    88Author URI: http://www.indigowebstudio.nl
     
    3030
    3131
    32 define( 'GF_MOLLIE_BY_INDIGO_VERSION', '2.0.3' );
     32define( 'GF_MOLLIE_BY_INDIGO_VERSION', '2.0.4' );
    3333
    3434add_action( 'gform_loaded', array( 'GF_Mollie_Bootstrap', 'load' ), 5 );
  • gf-mollie-by-indigo/tags/2.0.4/readme.txt

    r3060320 r3115545  
    22Contributors: indigonl
    33Tags: gravity forms, ideal, bancontact, mollie
    4 Requires at least: 6.4.2
    5 Tested up to: 6.5
    6 Stable tag: 2.0.3
     4Requires at least: 6.5
     5Tested up to: 6.6
     6Stable tag: 2.0.4
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    4848
    4949== Changelog ==
     50=2.0.4=
     51Tested up to WP 6.6 & GF 2.8.13
     52
    5053=2.0.3=
    5154Tested up to WP 6.5 & GF 2.8.5
  • gf-mollie-by-indigo/trunk/gf-mollie-by-indigo.php

    r3060320 r3115545  
    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: 2.0.3
     6Version: 2.0.4
    77Author: Indigo webstudio
    88Author URI: http://www.indigowebstudio.nl
     
    3030
    3131
    32 define( 'GF_MOLLIE_BY_INDIGO_VERSION', '2.0.3' );
     32define( 'GF_MOLLIE_BY_INDIGO_VERSION', '2.0.4' );
    3333
    3434add_action( 'gform_loaded', array( 'GF_Mollie_Bootstrap', 'load' ), 5 );
  • gf-mollie-by-indigo/trunk/readme.txt

    r3060320 r3115545  
    22Contributors: indigonl
    33Tags: gravity forms, ideal, bancontact, mollie
    4 Requires at least: 6.4.2
    5 Tested up to: 6.5
    6 Stable tag: 2.0.3
     4Requires at least: 6.5
     5Tested up to: 6.6
     6Stable tag: 2.0.4
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    4848
    4949== Changelog ==
     50=2.0.4=
     51Tested up to WP 6.6 & GF 2.8.13
     52
    5053=2.0.3=
    5154Tested up to WP 6.5 & GF 2.8.5
Note: See TracChangeset for help on using the changeset viewer.