Changeset 2197018
- Timestamp:
- 11/20/2019 03:14:54 AM (6 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
r2196121 r2197018 5 5 * Plugin URI: https://idpay.my 6 6 * Description: Enable payment by salary deduction. Currently IDPay service is only available for customer that working as government servants in Malaysia. 7 * Version: 1. 67 * Version: 1.7 8 8 * Author: IDSB Digital Sdn. Bhd. 9 9 * Author URI: https://idsb.my … … 377 377 // Use WC builtin select2 plugin for multiselect and select 378 378 add_action( 'admin_head', function() { 379 if( is_admin() ) {379 if( is_admin() && $_GET['section'] == 'idpay' ) { 380 380 ?> 381 381 <script> -
idpay/trunk/readme.txt
r2196121 r2197018 4 4 Requires at least: 2.4 5 5 Tested up to: 5.2 6 Stable tag: 1. 66 Stable tag: 1.7 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 30 30 == Changelog == 31 31 32 = 1.7 = 33 * fix select2 to load in idpay setting 34 32 35 = 1.6 = 33 36 * add months in allowable tenures
Note: See TracChangeset
for help on using the changeset viewer.