Changeset 2346744
- Timestamp:
- 07/26/2020 02:27:07 PM (6 years ago)
- Location:
- orderbee/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
orderbee.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
orderbee/trunk/README.txt
r2346626 r2346744 4 4 Requires at least: 4.0.1 5 5 Tested up to: 5.4.2 6 Stable tag: 1.2. 06 Stable tag: 1.2.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 37 37 38 38 == Changelog == 39 40 = 1.2.1 = 41 * Editing security issue 39 42 40 43 = 1.2.0 = -
orderbee/trunk/orderbee.php
r2346626 r2346744 17 17 * Plugin URI: https://www.orderbee.be 18 18 * Description: This plugin makes a fast and safe connection between your Woocommerce and OrderBee. 19 * Version: 1.2. 019 * Version: 1.2.1 20 20 * Author: OrderBee 21 21 * Author URI: https://www.orderbee.be … … 35 35 * Rename this for your plugin and update it as you release new versions. 36 36 */ 37 define('ORDERBEE_VERSION', '1.2. 0');37 define('ORDERBEE_VERSION', '1.2.1'); 38 38 39 39 /** … … 267 267 */ 268 268 269 if (!function_exists('obfrwc_push_product_to_server')) { 269 270 function obfrwc_push_product_to_server( $product_id ) { 270 271 … … 332 333 } 333 334 //add_action( 'save_post_product', 'obfrwc_push_product_to_server', 10, 1 ); 334 add_action('wp_insert_post', 'obfrwc_push_product_to_server', 99, 3); 335 add_action('wp_insert_post', 'obfrwc_push_product_to_server', 10, 3); 336 } 335 337 /** 336 338 * Notice when orderbee needs an update
Note: See TracChangeset
for help on using the changeset viewer.