Plugin Directory

Changeset 3305836


Ignore:
Timestamp:
06/03/2025 02:16:38 PM (10 months ago)
Author:
productbird
Message:

Update to version 1.3.3 from GitHub

Location:
productbird
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • productbird/tags/1.3.3/productbird.php

    r3305814 r3305836  
    44 * Plugin URI:  https://productbird.ai
    55 * Description: Productbird helps ecommerce owners get more done by providing various AI tools.
    6  * Version:     1.3.2
     6 * Version:     
    77 * Requires at least: 5.0
    88 * Tested up to: 6.8
     
    2323}
    2424
    25 define( 'PRODUCTBIRD_VERSION', '1.3.2' );
     25define( 'PRODUCTBIRD_VERSION', '1.3.3' );
    2626define( 'PRODUCTBIRD_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2727
  • productbird/tags/1.3.3/readme.txt

    r3305832 r3305836  
    44Requires at least: 5.0
    55Tested up to: 6.8
    6 Stable tag: 1.3.3
     6Stable tag:
    77Requires PHP: 8.0
    88Requires Plugins: woocommerce
  • productbird/tags/1.3.3/vendor/composer/installed.php

    r3305814 r3305836  
    22    'root' => array(
    33        'name' => 'productbird/productbird',
    4         'pretty_version' => '1.3.2',
    5         'version' => '1.3.2.0',
    6         'reference' => 'c1f18b3cc3e671682fdcc10e8b036e72cab005ab',
     4        'pretty_version' => '1.3.3',
     5        'version' => '1.3.3.0',
     6        'reference' => '95d8f5539258458caf75890720ae42eeca97c725',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    2121        ),
    2222        'productbird/productbird' => array(
    23             'pretty_version' => '1.3.2',
    24             'version' => '1.3.2.0',
    25             'reference' => 'c1f18b3cc3e671682fdcc10e8b036e72cab005ab',
     23            'pretty_version' => '1.3.3',
     24            'version' => '1.3.3.0',
     25            'reference' => '95d8f5539258458caf75890720ae42eeca97c725',
    2626            'type' => 'wordpress-plugin',
    2727            'install_path' => __DIR__ . '/../../',
  • productbird/trunk/productbird.php

    r3305814 r3305836  
    44 * Plugin URI:  https://productbird.ai
    55 * Description: Productbird helps ecommerce owners get more done by providing various AI tools.
    6  * Version:     1.3.2
     6 * Version:     
    77 * Requires at least: 5.0
    88 * Tested up to: 6.8
     
    2323}
    2424
    25 define( 'PRODUCTBIRD_VERSION', '1.3.2' );
     25define( 'PRODUCTBIRD_VERSION', '1.3.3' );
    2626define( 'PRODUCTBIRD_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2727
  • productbird/trunk/readme.txt

    r3305832 r3305836  
    44Requires at least: 5.0
    55Tested up to: 6.8
    6 Stable tag: 1.3.3
     6Stable tag:
    77Requires PHP: 8.0
    88Requires Plugins: woocommerce
  • productbird/trunk/vendor/composer/installed.php

    r3305814 r3305836  
    22    'root' => array(
    33        'name' => 'productbird/productbird',
    4         'pretty_version' => '1.3.2',
    5         'version' => '1.3.2.0',
    6         'reference' => 'c1f18b3cc3e671682fdcc10e8b036e72cab005ab',
     4        'pretty_version' => '1.3.3',
     5        'version' => '1.3.3.0',
     6        'reference' => '95d8f5539258458caf75890720ae42eeca97c725',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    2121        ),
    2222        'productbird/productbird' => array(
    23             'pretty_version' => '1.3.2',
    24             'version' => '1.3.2.0',
    25             'reference' => 'c1f18b3cc3e671682fdcc10e8b036e72cab005ab',
     23            'pretty_version' => '1.3.3',
     24            'version' => '1.3.3.0',
     25            'reference' => '95d8f5539258458caf75890720ae42eeca97c725',
    2626            'type' => 'wordpress-plugin',
    2727            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.