Plugin Directory

Changeset 3485043


Ignore:
Timestamp:
03/17/2026 06:48:29 PM (11 days ago)
Author:
aminurislam01
Message:

Update to version 1.0.0-beta2 from GitHub

Location:
storesuite
Files:
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • storesuite/tags/1.0.0-beta2/includes/StoreSuite.php

    r3485034 r3485043  
    1919     * @var string
    2020     */
    21     public $version = '1.0.0-beta1';
     21    public $version = '1.0.0-beta2';
    2222
    2323    /**
  • storesuite/tags/1.0.0-beta2/readme.txt

    r3485034 r3485043  
    1 === StoreSuite ===
     1=== StoreSuite - A frontend dashboard to manage your WooCommerce store ===
    22Contributors: aminurislam01
    33Tags: woocommerce, store management, shop manager, store suite, front-end shop manager
     
    55Tested up to: 6.9
    66Requires PHP: 8.1
    7 Stable tag: 1.0.0-beta1
     7Stable tag: 1.0.0-beta2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • storesuite/tags/1.0.0-beta2/storesuite.php

    r3485034 r3485043  
    44 * Plugin URI:  https://wordpress.org/plugins/storesuite/
    55 * Description: Manage your WooCommerce store easily from a front-end dashboard.
    6  * Version: 1.0.0-beta1
     6 * Version: 1.0.0-beta2
    77 * Author: Aminur Islam Arnob
    88 * Author URI: https://github.com/aminurislamarnob/
  • storesuite/tags/1.0.0-beta2/vendor/composer/installed.php

    r3485034 r3485043  
    22    'root' => array(
    33        'name' => 'pluginizelab/storesuite',
    4         'pretty_version' => 'v1.0.0-beta1',
    5         'version' => '1.0.0.0-beta1',
    6         'reference' => '24b4887d63d6fe7c9274dd434eeeb4ab5c3e468a',
     4        'pretty_version' => 'v1.0.0-beta2',
     5        'version' => '1.0.0.0-beta2',
     6        'reference' => 'ba77a4a6d780f32ddad05d6fc376b280fbd0addd',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        'pluginizelab/storesuite' => array(
    14             'pretty_version' => 'v1.0.0-beta1',
    15             'version' => '1.0.0.0-beta1',
    16             'reference' => '24b4887d63d6fe7c9274dd434eeeb4ab5c3e468a',
     14            'pretty_version' => 'v1.0.0-beta2',
     15            'version' => '1.0.0.0-beta2',
     16            'reference' => 'ba77a4a6d780f32ddad05d6fc376b280fbd0addd',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
  • storesuite/trunk/includes/StoreSuite.php

    r3485034 r3485043  
    1919     * @var string
    2020     */
    21     public $version = '1.0.0-beta1';
     21    public $version = '1.0.0-beta2';
    2222
    2323    /**
  • storesuite/trunk/readme.txt

    r3485034 r3485043  
    1 === StoreSuite ===
     1=== StoreSuite - A frontend dashboard to manage your WooCommerce store ===
    22Contributors: aminurislam01
    33Tags: woocommerce, store management, shop manager, store suite, front-end shop manager
     
    55Tested up to: 6.9
    66Requires PHP: 8.1
    7 Stable tag: 1.0.0-beta1
     7Stable tag: 1.0.0-beta2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • storesuite/trunk/storesuite.php

    r3485034 r3485043  
    44 * Plugin URI:  https://wordpress.org/plugins/storesuite/
    55 * Description: Manage your WooCommerce store easily from a front-end dashboard.
    6  * Version: 1.0.0-beta1
     6 * Version: 1.0.0-beta2
    77 * Author: Aminur Islam Arnob
    88 * Author URI: https://github.com/aminurislamarnob/
  • storesuite/trunk/vendor/composer/installed.php

    r3485034 r3485043  
    22    'root' => array(
    33        'name' => 'pluginizelab/storesuite',
    4         'pretty_version' => 'v1.0.0-beta1',
    5         'version' => '1.0.0.0-beta1',
    6         'reference' => '24b4887d63d6fe7c9274dd434eeeb4ab5c3e468a',
     4        'pretty_version' => 'v1.0.0-beta2',
     5        'version' => '1.0.0.0-beta2',
     6        'reference' => 'ba77a4a6d780f32ddad05d6fc376b280fbd0addd',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        'pluginizelab/storesuite' => array(
    14             'pretty_version' => 'v1.0.0-beta1',
    15             'version' => '1.0.0.0-beta1',
    16             'reference' => '24b4887d63d6fe7c9274dd434eeeb4ab5c3e468a',
     14            'pretty_version' => 'v1.0.0-beta2',
     15            'version' => '1.0.0.0-beta2',
     16            'reference' => 'ba77a4a6d780f32ddad05d6fc376b280fbd0addd',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.