Plugin Directory

Changeset 3305807


Ignore:
Timestamp:
06/03/2025 01:23:20 PM (10 months ago)
Author:
productbird
Message:

Update to version 1.3.1 from GitHub

Location:
productbird
Files:
18 added
16 deleted
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • productbird/tags/1.3.1/assets/dist/manifest.json

    r3305783 r3305807  
    44    "src": "_app-C7v3lRCb.css"
    55  },
    6   "_app-rRGItP6f.js": {
    7     "file": "js/app-rRGItP6f.js",
     6  "_app-CX74RUEH.js": {
     7    "file": "js/app-CX74RUEH.js",
    88    "name": "app",
    99    "css": [
     
    1515    "src": "_checkbox-B15nk-DD.css"
    1616  },
    17   "_checkbox-DTXX17xB.js": {
    18     "file": "js/checkbox-DTXX17xB.js",
     17  "_checkbox-CJoO4kYU.js": {
     18    "file": "js/checkbox-CJoO4kYU.js",
    1919    "name": "checkbox",
    2020    "imports": [
    21       "_app-rRGItP6f.js"
     21      "_app-CX74RUEH.js"
    2222    ],
    2323    "css": [
     
    2525    ]
    2626  },
    27   "_sparkles-7kwsbR4C.js": {
    28     "file": "js/sparkles-7kwsbR4C.js",
     27  "_sparkles-RBBW0Whr.js": {
     28    "file": "js/sparkles-RBBW0Whr.js",
    2929    "name": "sparkles",
    3030    "imports": [
    31       "_app-rRGItP6f.js"
     31      "_app-CX74RUEH.js"
    3232    ]
    3333  },
    34   "_x-T7OPErBH.js": {
    35     "file": "js/x-T7OPErBH.js",
     34  "_x-DRo50HBZ.js": {
     35    "file": "js/x-DRo50HBZ.js",
    3636    "name": "x",
    3737    "imports": [
    38       "_app-rRGItP6f.js"
     38      "_app-CX74RUEH.js"
    3939    ]
    4040  },
    4141  "assets/ts/admin-settings/index.ts": {
    42     "file": "js/index-DrcyCBIc.js",
     42    "file": "js/index-NiypyFDT.js",
    4343    "name": "index",
    4444    "src": "assets/ts/admin-settings/index.ts",
    4545    "isEntry": true,
    4646    "imports": [
    47       "_app-rRGItP6f.js",
    48       "_checkbox-DTXX17xB.js",
    49       "_sparkles-7kwsbR4C.js"
     47      "_app-CX74RUEH.js",
     48      "_checkbox-CJoO4kYU.js",
     49      "_sparkles-RBBW0Whr.js"
    5050    ],
    5151    "css": [
    52       "css/index-vV5uzzhq.css"
     52      "css/index-OqxUC7-S.css"
    5353    ]
    5454  },
    5555  "assets/ts/product-status-cell/index.ts": {
    56     "file": "js/index-BdOUJzbY.js",
     56    "file": "js/index-DcRCDKm4.js",
    5757    "name": "index",
    5858    "src": "assets/ts/product-status-cell/index.ts",
    5959    "isEntry": true,
    6060    "imports": [
    61       "_app-rRGItP6f.js",
    62       "_x-T7OPErBH.js",
    63       "_sparkles-7kwsbR4C.js"
     61      "_app-CX74RUEH.js",
     62      "_x-DRo50HBZ.js",
     63      "_sparkles-RBBW0Whr.js"
    6464    ]
    6565  },
    6666  "assets/ts/tools/magic-descriptions/index.ts": {
    67     "file": "js/index-BGBIEUSJ.js",
     67    "file": "js/index-BariophB.js",
    6868    "name": "index",
    6969    "src": "assets/ts/tools/magic-descriptions/index.ts",
    7070    "isEntry": true,
    7171    "imports": [
    72       "_app-rRGItP6f.js",
    73       "_checkbox-DTXX17xB.js",
    74       "_x-T7OPErBH.js"
     72      "_app-CX74RUEH.js",
     73      "_checkbox-CJoO4kYU.js",
     74      "_x-DRo50HBZ.js"
    7575    ],
    7676    "css": [
  • productbird/tags/1.3.1/productbird.php

    r3305783 r3305807  
    2323}
    2424
    25 define( 'PRODUCTBIRD_VERSION', '1.3.0' );
     25define( 'PRODUCTBIRD_VERSION', '1.3.1' );
    2626define( 'PRODUCTBIRD_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2727
  • productbird/tags/1.3.1/readme.txt

    r3305804 r3305807  
    44Requires at least: 5.0
    55Tested up to: 6.8
    6 Stable tag: 1.3.1
     6Stable tag: 1.2.5
    77Requires PHP: 8.0
    88Requires Plugins: woocommerce
  • productbird/tags/1.3.1/src/Plugin.php

    r3305783 r3305807  
    1313use Productbird\Rest\ToolMagicDescriptionsEndpoints;
    1414use Productbird\Rest\ClearProductMetaEndpoint;
     15use Productbird\Rest\ClearQueuedProductsEndpoint;
    1516use Productbird\FeatureFlags;
    1617
     
    100101        ( new SettingsEndpoint() )->init();
    101102        ( new ClearProductMetaEndpoint() )->init();
     103        ( new ClearQueuedProductsEndpoint() )->init();
    102104
    103105        /**
     
    137139        }
    138140
    139         // Set a transient to indicate we should redirect
     141        // Set a transient to indicate we should redirect.
    140142        set_transient( 'productbird_activation_redirect', true, 30 );
    141143    }
  • productbird/tags/1.3.1/vendor/composer/installed.php

    r3305783 r3305807  
    22    'root' => array(
    33        'name' => 'productbird/productbird',
    4         'pretty_version' => '1.3.0',
    5         'version' => '1.3.0.0',
    6         'reference' => '87a1f24d86961eaa71187a9fc6983f6721494ea5',
     4        'pretty_version' => '1.3.1',
     5        'version' => '1.3.1.0',
     6        'reference' => 'b2a4d851168383d96a8108c78773c63bdb09f9de',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    2121        ),
    2222        'productbird/productbird' => array(
    23             'pretty_version' => '1.3.0',
    24             'version' => '1.3.0.0',
    25             'reference' => '87a1f24d86961eaa71187a9fc6983f6721494ea5',
     23            'pretty_version' => '1.3.1',
     24            'version' => '1.3.1.0',
     25            'reference' => 'b2a4d851168383d96a8108c78773c63bdb09f9de',
    2626            'type' => 'wordpress-plugin',
    2727            'install_path' => __DIR__ . '/../../',
  • productbird/trunk/assets/dist/manifest.json

    r3305783 r3305807  
    44    "src": "_app-C7v3lRCb.css"
    55  },
    6   "_app-rRGItP6f.js": {
    7     "file": "js/app-rRGItP6f.js",
     6  "_app-CX74RUEH.js": {
     7    "file": "js/app-CX74RUEH.js",
    88    "name": "app",
    99    "css": [
     
    1515    "src": "_checkbox-B15nk-DD.css"
    1616  },
    17   "_checkbox-DTXX17xB.js": {
    18     "file": "js/checkbox-DTXX17xB.js",
     17  "_checkbox-CJoO4kYU.js": {
     18    "file": "js/checkbox-CJoO4kYU.js",
    1919    "name": "checkbox",
    2020    "imports": [
    21       "_app-rRGItP6f.js"
     21      "_app-CX74RUEH.js"
    2222    ],
    2323    "css": [
     
    2525    ]
    2626  },
    27   "_sparkles-7kwsbR4C.js": {
    28     "file": "js/sparkles-7kwsbR4C.js",
     27  "_sparkles-RBBW0Whr.js": {
     28    "file": "js/sparkles-RBBW0Whr.js",
    2929    "name": "sparkles",
    3030    "imports": [
    31       "_app-rRGItP6f.js"
     31      "_app-CX74RUEH.js"
    3232    ]
    3333  },
    34   "_x-T7OPErBH.js": {
    35     "file": "js/x-T7OPErBH.js",
     34  "_x-DRo50HBZ.js": {
     35    "file": "js/x-DRo50HBZ.js",
    3636    "name": "x",
    3737    "imports": [
    38       "_app-rRGItP6f.js"
     38      "_app-CX74RUEH.js"
    3939    ]
    4040  },
    4141  "assets/ts/admin-settings/index.ts": {
    42     "file": "js/index-DrcyCBIc.js",
     42    "file": "js/index-NiypyFDT.js",
    4343    "name": "index",
    4444    "src": "assets/ts/admin-settings/index.ts",
    4545    "isEntry": true,
    4646    "imports": [
    47       "_app-rRGItP6f.js",
    48       "_checkbox-DTXX17xB.js",
    49       "_sparkles-7kwsbR4C.js"
     47      "_app-CX74RUEH.js",
     48      "_checkbox-CJoO4kYU.js",
     49      "_sparkles-RBBW0Whr.js"
    5050    ],
    5151    "css": [
    52       "css/index-vV5uzzhq.css"
     52      "css/index-OqxUC7-S.css"
    5353    ]
    5454  },
    5555  "assets/ts/product-status-cell/index.ts": {
    56     "file": "js/index-BdOUJzbY.js",
     56    "file": "js/index-DcRCDKm4.js",
    5757    "name": "index",
    5858    "src": "assets/ts/product-status-cell/index.ts",
    5959    "isEntry": true,
    6060    "imports": [
    61       "_app-rRGItP6f.js",
    62       "_x-T7OPErBH.js",
    63       "_sparkles-7kwsbR4C.js"
     61      "_app-CX74RUEH.js",
     62      "_x-DRo50HBZ.js",
     63      "_sparkles-RBBW0Whr.js"
    6464    ]
    6565  },
    6666  "assets/ts/tools/magic-descriptions/index.ts": {
    67     "file": "js/index-BGBIEUSJ.js",
     67    "file": "js/index-BariophB.js",
    6868    "name": "index",
    6969    "src": "assets/ts/tools/magic-descriptions/index.ts",
    7070    "isEntry": true,
    7171    "imports": [
    72       "_app-rRGItP6f.js",
    73       "_checkbox-DTXX17xB.js",
    74       "_x-T7OPErBH.js"
     72      "_app-CX74RUEH.js",
     73      "_checkbox-CJoO4kYU.js",
     74      "_x-DRo50HBZ.js"
    7575    ],
    7676    "css": [
  • productbird/trunk/productbird.php

    r3305783 r3305807  
    2323}
    2424
    25 define( 'PRODUCTBIRD_VERSION', '1.3.0' );
     25define( 'PRODUCTBIRD_VERSION', '1.3.1' );
    2626define( 'PRODUCTBIRD_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2727
  • productbird/trunk/readme.txt

    r3305804 r3305807  
    44Requires at least: 5.0
    55Tested up to: 6.8
    6 Stable tag: 1.3.1
     6Stable tag: 1.2.5
    77Requires PHP: 8.0
    88Requires Plugins: woocommerce
  • productbird/trunk/src/Plugin.php

    r3305783 r3305807  
    1313use Productbird\Rest\ToolMagicDescriptionsEndpoints;
    1414use Productbird\Rest\ClearProductMetaEndpoint;
     15use Productbird\Rest\ClearQueuedProductsEndpoint;
    1516use Productbird\FeatureFlags;
    1617
     
    100101        ( new SettingsEndpoint() )->init();
    101102        ( new ClearProductMetaEndpoint() )->init();
     103        ( new ClearQueuedProductsEndpoint() )->init();
    102104
    103105        /**
     
    137139        }
    138140
    139         // Set a transient to indicate we should redirect
     141        // Set a transient to indicate we should redirect.
    140142        set_transient( 'productbird_activation_redirect', true, 30 );
    141143    }
  • productbird/trunk/vendor/composer/installed.php

    r3305783 r3305807  
    22    'root' => array(
    33        'name' => 'productbird/productbird',
    4         'pretty_version' => '1.3.0',
    5         'version' => '1.3.0.0',
    6         'reference' => '87a1f24d86961eaa71187a9fc6983f6721494ea5',
     4        'pretty_version' => '1.3.1',
     5        'version' => '1.3.1.0',
     6        'reference' => 'b2a4d851168383d96a8108c78773c63bdb09f9de',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    2121        ),
    2222        'productbird/productbird' => array(
    23             'pretty_version' => '1.3.0',
    24             'version' => '1.3.0.0',
    25             'reference' => '87a1f24d86961eaa71187a9fc6983f6721494ea5',
     23            'pretty_version' => '1.3.1',
     24            'version' => '1.3.1.0',
     25            'reference' => 'b2a4d851168383d96a8108c78773c63bdb09f9de',
    2626            'type' => 'wordpress-plugin',
    2727            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.