Skip to content

Commit

Permalink
Bump version: 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sofyansitorus committed Feb 17, 2018
1 parent ed2fa75 commit 316dd6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions woogosend.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Plugin Name: WooGoSend
* Plugin URI: https://github.com/sofyansitorus/WooGoSend
* Description: WooCommerce per kilometer shipping rates calculator for GoSend Go-Jek Indonesia courier.
* Version: 1.2.5
* Version: 1.2.6
* Author: Sofyan Sitorus
* Author URI: https://github.com/sofyansitorus
* License: GPL-2.0+
Expand All @@ -24,7 +24,7 @@
* Domain Path: /languages
*
* WC requires at least: 3.0.0
* WC tested up to: 3.3.0
* WC tested up to: 3.4.0
*/

// If this file is called directly, abort.
Expand All @@ -42,7 +42,7 @@
// Defines plugin named constants.
define( 'WOOGOSEND_PATH', plugin_dir_path( __FILE__ ) );
define( 'WOOGOSEND_URL', plugin_dir_url( __FILE__ ) );
define( 'WOOGOSEND_VERSION', '1.2.5' );
define( 'WOOGOSEND_VERSION', '1.2.6' );
define( 'WOOGOSEND_METHOD_ID', 'woogosend' );
define( 'WOOGOSEND_METHOD_TITLE', 'WooGoSend' );
define( 'WOOGOSEND_MAP_SECRET_KEY', 'QUl6YVN5Qk82MVFJUm52Zkc5c2tKTW1HV1JVbWhsSU5lcUZXaTdV' );
Expand Down

0 comments on commit 316dd6b

Please sign in to comment.