Skip to content

Commit

Permalink
Bump stable tag
Browse files Browse the repository at this point in the history
  • Loading branch information
wzul committed May 10, 2023
1 parent 4c4574f commit 3923271
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions chip-for-fluent-forms.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: CHIP for Fluent Forms
* Plugin URI: https://wordpress.org/plugins/chip-for-fluent-forms/
* Description: CHIP - Better Payment & Business Solutions
* Version: 1.0.5
* Version: 1.0.6
* Author: Chip In Sdn Bhd
* Author URI: http://www.chip-in.asia
*
Expand All @@ -16,7 +16,7 @@

if ( ! defined( 'ABSPATH' ) ) { die; } // Cannot access directly.

define('FF_CHIP_MODULE_VERSION', 'v1.0.5');
define('FF_CHIP_MODULE_VERSION', 'v1.0.6');

class Chip_Fluent_Forms {

Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: chipasia, wanzulnet
Tags: chip
Requires at least: 4.7
Tested up to: 6.2
Stable tag: 1.0.5
Stable tag: 1.0.6
Requires PHP: 7.1
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Expand All @@ -27,6 +27,9 @@ This plugin will enable your Fluent Forms site to be integrated with CHIP as per

== Changelog ==

= 1.0.6 - 2023-05-10 =
* Added - Add execution for processFormSubmissionData to ensure compatibility with Google Sheet

= 1.0.5 - 2023-04-29 =
* Added - Add filter "ff_chip_create_purchase_params", "ff_chip_handle_paid_data" and action "ff_chip_after_purchase_create"

Expand Down

0 comments on commit 3923271

Please sign in to comment.