Changeset 2966834
- Timestamp:
- 09/14/2023 05:51:45 AM (2 years ago)
- Location:
- idpay/trunk
- Files:
-
- 2 edited
-
index.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
idpay/trunk/index.php
r2341952 r2966834 5 5 * Plugin URI: https://idpay.my 6 6 * Description: Enable payment by salary deduction. Currently IDPay service is only available for customer working in Malaysia government and public sector. 7 * Version: 1. 97 * Version: 1.10.0 8 8 * Author: IDSB Digital Sdn. Bhd. 9 9 * Author URI: https://idsb.my … … 388 388 // Use WC builtin select2 plugin for multiselect and select 389 389 add_action( 'admin_head', function() { 390 if( is_admin() && $_GET['section'] == 'idpay' ) {390 if( is_admin() && isset($_GET['section']) && $_GET['section'] == 'idpay' ) { 391 391 ?> 392 392 <script> -
idpay/trunk/readme.txt
r2341952 r2966834 4 4 Requires at least: 2.4 5 5 Tested up to: 5.4 6 Stable tag: 1. 96 Stable tag: 1.10.0 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 29 29 30 30 == Changelog == 31 32 = 1.10.0 = 33 * versioning change to semver format 34 * add check in GET to fix warning message 31 35 32 36 = 1.9 =
Note: See TracChangeset
for help on using the changeset viewer.