Plugin Directory

Changeset 2680802


Ignore:
Timestamp:
02/17/2022 12:23:27 PM (4 years ago)
Author:
avitrop
Message:

Update to version 2.0.8 from GitHub

Location:
storeman
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • storeman/tags/2.0.8/README.txt

    r2679145 r2680802  
    44Requires at lest: 3.0.1
    55Tested up to: 5.9
    6 Stable tag: 2.0.7
     6Stable tag: 2.0.8
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • storeman/tags/2.0.8/admin/class-storeman-admin.php

    r2679145 r2680802  
    140140    public function remove_product_webhook_action($object)
    141141    {
    142         $this->removeTopic = ['product.updated','product.created','product.update_variation'];
     142        $this->removeTopic = ['product.updated','product.created'
     143        // ,'product.update_variation'
     144        ];
    143145        return $object;
    144146    }
  • storeman/tags/2.0.8/storeman.php

    r2679145 r2680802  
    1717 * Plugin URI:        https://storeman.co.il
    1818 * Description:       add storeman to your WordPress site.
    19  * Version:           2.0.7
     19 * Version:           2.0.8
    2020 * Author:            avitrop
    2121 * Author URI:        https://profiles.wordpress.org/avitrop/
     
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define( 'STOREMAN_VERSION', '2.0.7' );
     38define( 'STOREMAN_VERSION', '2.0.8' );
    3939
    4040/**
  • storeman/trunk/README.txt

    r2679145 r2680802  
    44Requires at lest: 3.0.1
    55Tested up to: 5.9
    6 Stable tag: 2.0.7
     6Stable tag: 2.0.8
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • storeman/trunk/admin/class-storeman-admin.php

    r2679145 r2680802  
    140140    public function remove_product_webhook_action($object)
    141141    {
    142         $this->removeTopic = ['product.updated','product.created','product.update_variation'];
     142        $this->removeTopic = ['product.updated','product.created'
     143        // ,'product.update_variation'
     144        ];
    143145        return $object;
    144146    }
  • storeman/trunk/storeman.php

    r2679145 r2680802  
    1717 * Plugin URI:        https://storeman.co.il
    1818 * Description:       add storeman to your WordPress site.
    19  * Version:           2.0.7
     19 * Version:           2.0.8
    2020 * Author:            avitrop
    2121 * Author URI:        https://profiles.wordpress.org/avitrop/
     
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define( 'STOREMAN_VERSION', '2.0.7' );
     38define( 'STOREMAN_VERSION', '2.0.8' );
    3939
    4040/**
Note: See TracChangeset for help on using the changeset viewer.