Changeset 1923234
- Timestamp:
- 08/11/2018 05:23:30 AM (8 years ago)
- Location:
- woo-voguepay/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
includes/class.voguepay.php (modified) (2 diffs)
-
woo-voguepay.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woo-voguepay/trunk/README.txt
r1921987 r1923234 4 4 Requires at least: 4.4 5 5 Tested up to: 4.9 6 Stable tag: 1. 06 Stable tag: 1.1.0 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
woo-voguepay/trunk/includes/class.voguepay.php
r1921987 r1923234 163 163 'desc_tip' => true 164 164 ), 165 166 'developer_code' => array( 167 'title' => 'Developer Code (Optional)', 168 'type' => 'text', 169 'description' => '' 170 ), 171 165 172 166 ); 173 167 … … 289 283 ); 290 284 291 $request = wp_remote_get( $voguepay_redirect, $args ); 285 $request = wp_remote_get( $voguepay_redirect, $args ); 292 286 293 287 $valid_url = strpos( $request['body'], $this->url.'pay' ); -
woo-voguepay/trunk/woo-voguepay.php
r1921987 r1923234 10 10 * Plugin URI: https://wordpress.org/plugins/woo-voguepay/ 11 11 * Description: VoguePay plugin for WooCommerce. 12 * Version: 1.1 12 * Version: 1.1.0 13 13 * Author: kunlexzy 14 14 * Author URI: https://voguepay.com/3445-0056682 15 * Text Domain: woo-voguepay 15 * Text Domain: woo-voguepay 16 16 * License: GPL-2.0+ 17 17 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt … … 22 22 23 23 define( 'VPWOO_VOGUEPAY_BASE', __FILE__ ); 24 define( 'VPWOO_VOGUEPAY_VERSION', '1.1 ' );24 define( 'VPWOO_VOGUEPAY_VERSION', '1.1.0' ); 25 25 26 26 function vpwoo_voguepay_init()
Note: See TracChangeset
for help on using the changeset viewer.