Changeset 2680802
- Timestamp:
- 02/17/2022 12:23:27 PM (4 years ago)
- Location:
- storeman
- Files:
-
- 6 edited
- 1 copied
-
tags/2.0.8 (copied) (copied from storeman/trunk)
-
tags/2.0.8/README.txt (modified) (1 diff)
-
tags/2.0.8/admin/class-storeman-admin.php (modified) (1 diff)
-
tags/2.0.8/storeman.php (modified) (2 diffs)
-
trunk/README.txt (modified) (1 diff)
-
trunk/admin/class-storeman-admin.php (modified) (1 diff)
-
trunk/storeman.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
storeman/tags/2.0.8/README.txt
r2679145 r2680802 4 4 Requires at lest: 3.0.1 5 5 Tested up to: 5.9 6 Stable tag: 2.0. 76 Stable tag: 2.0.8 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
storeman/tags/2.0.8/admin/class-storeman-admin.php
r2679145 r2680802 140 140 public function remove_product_webhook_action($object) 141 141 { 142 $this->removeTopic = ['product.updated','product.created','product.update_variation']; 142 $this->removeTopic = ['product.updated','product.created' 143 // ,'product.update_variation' 144 ]; 143 145 return $object; 144 146 } -
storeman/tags/2.0.8/storeman.php
r2679145 r2680802 17 17 * Plugin URI: https://storeman.co.il 18 18 * Description: add storeman to your WordPress site. 19 * Version: 2.0. 719 * Version: 2.0.8 20 20 * Author: avitrop 21 21 * Author URI: https://profiles.wordpress.org/avitrop/ … … 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define( 'STOREMAN_VERSION', '2.0. 7' );38 define( 'STOREMAN_VERSION', '2.0.8' ); 39 39 40 40 /** -
storeman/trunk/README.txt
r2679145 r2680802 4 4 Requires at lest: 3.0.1 5 5 Tested up to: 5.9 6 Stable tag: 2.0. 76 Stable tag: 2.0.8 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
storeman/trunk/admin/class-storeman-admin.php
r2679145 r2680802 140 140 public function remove_product_webhook_action($object) 141 141 { 142 $this->removeTopic = ['product.updated','product.created','product.update_variation']; 142 $this->removeTopic = ['product.updated','product.created' 143 // ,'product.update_variation' 144 ]; 143 145 return $object; 144 146 } -
storeman/trunk/storeman.php
r2679145 r2680802 17 17 * Plugin URI: https://storeman.co.il 18 18 * Description: add storeman to your WordPress site. 19 * Version: 2.0. 719 * Version: 2.0.8 20 20 * Author: avitrop 21 21 * Author URI: https://profiles.wordpress.org/avitrop/ … … 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define( 'STOREMAN_VERSION', '2.0. 7' );38 define( 'STOREMAN_VERSION', '2.0.8' ); 39 39 40 40 /**
Note: See TracChangeset
for help on using the changeset viewer.