Skip to content

Commit 6684eca

Browse files
authored
Fix issue with settings link (#3)
1 parent 0ef7c9a commit 6684eca

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
lines changed

changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
== Changelog ==
22

3+
= 1.1.0 2024-04-29 =
4+
* Added - Duitnow QR in payment method whitelist option.
5+
* Changed - Updated CSF.
6+
* Fixed - Error after payment completion.
7+
38
= 1.0.9 2023-12-12 =
49
* Added - Now purchase will include with Form Title and Submission Id.
510
* Changed - Use new Fluent Form action hooks.

chip-for-fluent-forms.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
* Plugin Name: CHIP for Fluent Forms
55
* Plugin URI: https://wordpress.org/plugins/chip-for-fluent-forms/
66
* Description: CHIP - Digital Finance Platform
7-
* Version: 1.1.0
7+
* Version: 1.1.1
88
* Author: Chip In Sdn Bhd
99
* Author URI: http://www.chip-in.asia
1010
*
11-
* Copyright: © 2023 CHIP
11+
* Copyright: © 2024 CHIP
1212
* License: GNU General Public License v3.0
1313
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
1414
*
1515
*/
1616

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

19-
define('FF_CHIP_MODULE_VERSION', 'v1.1.0');
19+
define('FF_CHIP_MODULE_VERSION', 'v1.1.1');
2020

2121
class Chip_Fluent_Forms {
2222

@@ -70,7 +70,7 @@ public function add_actions() {
7070
public function setting_link($links) {
7171
$new_links = array(
7272
'settings' => sprintf(
73-
'<a href="%1$s">%2$s</a>', admin_url('admin.php?page=chip'), esc_html__('Settings', 'chip-for-fluent-forms')
73+
'<a href="%1$s">%2$s</a>', admin_url('admin.php?page=chip-for-fluent-forms'), esc_html__('Settings', 'chip-for-fluent-forms')
7474
)
7575
);
7676

readme.txt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: chipasia, wanzulnet
33
Tags: chip
44
Requires at least: 4.7
5-
Tested up to: 6.5
6-
Stable tag: 1.1.0
5+
Tested up to: 6.6
6+
Stable tag: 1.1.1
77
Requires PHP: 7.1
88
License: GPLv3
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
@@ -31,10 +31,8 @@ This plugin will enable your Fluent Forms Pro to be integrated with CHIP as per
3131

3232
== Changelog ==
3333

34-
= 1.1.0 2024-04-29 =
35-
* Added - Duitnow QR in payment method whitelist option.
36-
* Changed - Updated CSF.
37-
* Fixed - Error after payment completion.
34+
= 1.1.1 2024-08-21 =
35+
* Fixed - Fix settings link.
3836

3937
[See changelog for all versions](https://raw.githubusercontent.com/CHIPAsia/chip-for-fluent-forms/main/changelog.txt).
4038

0 commit comments

Comments
 (0)