Plugin Directory

Changeset 3206848


Ignore:
Timestamp:
12/12/2024 09:59:25 AM (15 months ago)
Author:
vitvavra
Message:

Plugin simpleshop.cz: Release v2.12.2

Location:
simpleshop-cz
Files:
3 edited
159 copied

Legend:

Unmodified
Added
Removed
  • simpleshop-cz/tags/2.12.2/readme.txt

    r3189427 r3206848  
    55Tested up to: 6.7
    66Requires PHP: 7.4
    7 Stable tag: trunk
     7Stable tag: 2.12.2
    88License: MIT
    99License URI: https://github.com/redbitcz/simpleshop-wp-plugin/blob/master/LICENSE
  • simpleshop-cz/tags/2.12.2/simpleshop-cz.php

    r3189422 r3206848  
    1111 * Plugin URI: https://podpora.redbit.cz/stitek/wp-plugin/
    1212 * Description: The SimpleShop WP plugin easily connects your WordPress website with a SimpleShop account and allows you to restrict the access to the web content only for members.
    13  * Version: v2.12.1
     13 * Version: 2.12.2
    1414 * Requires at least: 5.3
    1515 * Requires PHP: 7.4
     
    2525require_once __DIR__ . '/vendor/autoload.php';
    2626
    27 define( 'SIMPLESHOP_PLUGIN_VERSION', 'dev-master' );
     27define( 'SIMPLESHOP_PLUGIN_VERSION', 'v2.12.2' );
    2828define( 'SIMPLESHOP_PREFIX', '_ssc_' );
    2929
  • simpleshop-cz/tags/2.12.2/vendor/composer/installed.php

    r3189370 r3206848  
    22    'root' => array(
    33        'name' => 'redbit/simpleshop-wp-plugin',
    4         'pretty_version' => '2.12.0.x-dev',
    5         'version' => '2.12.0.9999999-dev',
    6         'reference' => '22aadf4754315b9b66ce46030d3610e1b693b8b0',
     4        'pretty_version' => 'dev-master',
     5        'version' => 'dev-master',
     6        'reference' => '579cf71e079a721e45b294ee55bbccac88498721',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    3030        ),
    3131        'redbit/simpleshop-wp-plugin' => array(
    32             'pretty_version' => '2.12.0.x-dev',
    33             'version' => '2.12.0.9999999-dev',
    34             'reference' => '22aadf4754315b9b66ce46030d3610e1b693b8b0',
     32            'pretty_version' => 'dev-master',
     33            'version' => 'dev-master',
     34            'reference' => '579cf71e079a721e45b294ee55bbccac88498721',
    3535            'type' => 'wordpress-plugin',
    3636            'install_path' => __DIR__ . '/../../',
  • simpleshop-cz/trunk/readme.txt

    r3189427 r3206848  
    55Tested up to: 6.7
    66Requires PHP: 7.4
    7 Stable tag: trunk
     7Stable tag: 2.12.2
    88License: MIT
    99License URI: https://github.com/redbitcz/simpleshop-wp-plugin/blob/master/LICENSE
  • simpleshop-cz/trunk/simpleshop-cz.php

    r3189422 r3206848  
    1111 * Plugin URI: https://podpora.redbit.cz/stitek/wp-plugin/
    1212 * Description: The SimpleShop WP plugin easily connects your WordPress website with a SimpleShop account and allows you to restrict the access to the web content only for members.
    13  * Version: v2.12.1
     13 * Version: 2.12.2
    1414 * Requires at least: 5.3
    1515 * Requires PHP: 7.4
     
    2525require_once __DIR__ . '/vendor/autoload.php';
    2626
    27 define( 'SIMPLESHOP_PLUGIN_VERSION', 'dev-master' );
     27define( 'SIMPLESHOP_PLUGIN_VERSION', 'v2.12.2' );
    2828define( 'SIMPLESHOP_PREFIX', '_ssc_' );
    2929
  • simpleshop-cz/trunk/vendor/composer/installed.php

    r3189370 r3206848  
    22    'root' => array(
    33        'name' => 'redbit/simpleshop-wp-plugin',
    4         'pretty_version' => '2.12.0.x-dev',
    5         'version' => '2.12.0.9999999-dev',
    6         'reference' => '22aadf4754315b9b66ce46030d3610e1b693b8b0',
     4        'pretty_version' => 'dev-master',
     5        'version' => 'dev-master',
     6        'reference' => '579cf71e079a721e45b294ee55bbccac88498721',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    3030        ),
    3131        'redbit/simpleshop-wp-plugin' => array(
    32             'pretty_version' => '2.12.0.x-dev',
    33             'version' => '2.12.0.9999999-dev',
    34             'reference' => '22aadf4754315b9b66ce46030d3610e1b693b8b0',
     32            'pretty_version' => 'dev-master',
     33            'version' => 'dev-master',
     34            'reference' => '579cf71e079a721e45b294ee55bbccac88498721',
    3535            'type' => 'wordpress-plugin',
    3636            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.