Plugin Directory

Changeset 2674870


Ignore:
Timestamp:
02/08/2022 10:01:19 AM (4 years ago)
Author:
jakubboucek
Message:

Plugin SimpleShop.cz: Release v2.6.1

Location:
simpleshop-cz
Files:
2 edited
9 copied

Legend:

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

    r2671122 r2674870  
    1 === SimpleShop.cz ===
     1=== SimpleShop ===
    22Contributors: redbitcz, simpleshopcz, jakubboucek, vasikgreif
    33Tags: simpleshop, simpleshop.cz, membership, member, access control, selling form
     
    55Tested up to: 5.8
    66Requires PHP: 5.6.20
    7 Stable tag: 2.6.0
     7Stable tag: 2.6.1
    88License: MIT
    99License URI: https://github.com/redbitcz/simpleshop-wp-plugin/blob/master/LICENSE
  • simpleshop-cz/tags/2.6.1/simpleshop-cz.php

    r2671122 r2674870  
    1313 * Author:  Redbit s.r.o.
    1414 * Author URI: https://www.redbit.cz
    15  * Version: 2.6.0
     15 * Version: 2.6.1
    1616 * Text Domain: simpleshop-cz
    1717 * Requires at least: 5.0.0
     
    2323require_once __DIR__ . '/vendor/autoload.php';
    2424
    25 define( 'SIMPLESHOP_PLUGIN_VERSION', 'v2.6.0' );
     25define( 'SIMPLESHOP_PLUGIN_VERSION', 'v2.6.1' );
    2626define( 'SIMPLESHOP_PREFIX', '_ssc_' );
    2727
  • simpleshop-cz/trunk/readme.txt

    r2671122 r2674870  
    1 === SimpleShop.cz ===
     1=== SimpleShop ===
    22Contributors: redbitcz, simpleshopcz, jakubboucek, vasikgreif
    33Tags: simpleshop, simpleshop.cz, membership, member, access control, selling form
     
    55Tested up to: 5.8
    66Requires PHP: 5.6.20
    7 Stable tag: 2.6.0
     7Stable tag: 2.6.1
    88License: MIT
    99License URI: https://github.com/redbitcz/simpleshop-wp-plugin/blob/master/LICENSE
  • simpleshop-cz/trunk/simpleshop-cz.php

    r2671122 r2674870  
    1313 * Author:  Redbit s.r.o.
    1414 * Author URI: https://www.redbit.cz
    15  * Version: 2.6.0
     15 * Version: 2.6.1
    1616 * Text Domain: simpleshop-cz
    1717 * Requires at least: 5.0.0
     
    2323require_once __DIR__ . '/vendor/autoload.php';
    2424
    25 define( 'SIMPLESHOP_PLUGIN_VERSION', 'v2.6.0' );
     25define( 'SIMPLESHOP_PLUGIN_VERSION', 'v2.6.1' );
    2626define( 'SIMPLESHOP_PREFIX', '_ssc_' );
    2727
Note: See TracChangeset for help on using the changeset viewer.