Plugin Directory

Changeset 3009347


Ignore:
Timestamp:
12/13/2023 10:54:21 AM (2 years ago)
Author:
indigonl
Message:

version 2.0.2

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

Legend:

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

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

    r3009319 r3009347  
    44Requires at least: 6.4.2
    55Tested up to: 6.4.2
    6 Stable tag: 2.0.0
     6Stable tag: 2.0.2
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    4848
    4949== Changelog ==
     50=2.0.0=
     51Solved some issues that caused errors during updates
     52
    5053=2.0.0=
    5154Tested up to WP 6.4.2 & GF 2.8.0
  • gf-mollie-by-indigo/trunk/gf-mollie-by-indigo.php

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

    r3009319 r3009347  
    44Requires at least: 6.4.2
    55Tested up to: 6.4.2
    6 Stable tag: 2.0.0
     6Stable tag: 2.0.2
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    4848
    4949== Changelog ==
     50=2.0.0=
     51Solved some issues that caused errors during updates
     52
    5053=2.0.0=
    5154Tested up to WP 6.4.2 & GF 2.8.0
Note: See TracChangeset for help on using the changeset viewer.