Skip to content

Commit f4ed41d

Browse files
update version number
1 parent 9d33f47 commit f4ed41d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

admin/class-paystack-forms-admin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function kkd_pff_paystack_setting_page()
6262
<tr valign="top">
6363
<th scope="row">Test Secret Key</th>
6464
<td>
65-
<input type="text" name="tsk" value="<?php echo esc_attr(get_option('tsk')); ?>" />
65+
<input type="password" name="tsk" value="<?php echo esc_attr(get_option('tsk')); ?>" />
6666
</td>
6767
</tr>
6868

@@ -73,7 +73,7 @@ function kkd_pff_paystack_setting_page()
7373

7474
<tr valign="top">
7575
<th scope="row">Live Secret Key</th>
76-
<td><input type="text" name="lsk" value="<?php echo esc_attr(get_option('lsk')); ?>" /></td>
76+
<td><input type="password" name="lsk" value="<?php echo esc_attr(get_option('lsk')); ?>" /></td>
7777
</tr>
7878
<tr valign="top">
7979
<th scope="row">Live Public Key</th>

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: paystack, kendysond, steveamaza, sourcecodeink
33
Donate link: https://paystack.com/demo
44
Tags: paystack, recurrent payments, nigeria, mastercard, visa, target, Naira, payments, verve, donation, church, NGO, form, contact form 7, form
55
Requires at least: 3.1
6-
Tested up to: 5.9
6+
Tested up to: 6.4
77
Stable tag: 3.4.2
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html

0 commit comments

Comments
 (0)