Changeset 2674870
- Timestamp:
- 02/08/2022 10:01:19 AM (4 years ago)
- Location:
- simpleshop-cz
- Files:
-
- 2 edited
- 9 copied
-
tags/2.6.1 (copied) (copied from simpleshop-cz/trunk)
-
tags/2.6.1/LICENSE (copied) (copied from simpleshop-cz/trunk/LICENSE)
-
tags/2.6.1/readme.txt (copied) (copied from simpleshop-cz/trunk/readme.txt) (2 diffs)
-
tags/2.6.1/simpleshop-cz.php (copied) (copied from simpleshop-cz/trunk/simpleshop-cz.php) (2 diffs)
-
tags/2.6.1/src/Gutenberg.php (copied) (copied from simpleshop-cz/trunk/src/Gutenberg.php)
-
tags/2.6.1/src/Loader.php (copied) (copied from simpleshop-cz/trunk/src/Loader.php)
-
tags/2.6.1/src/Membership.php (copied) (copied from simpleshop-cz/trunk/src/Membership.php)
-
tags/2.6.1/src/Rest.php (copied) (copied from simpleshop-cz/trunk/src/Rest.php)
-
tags/2.6.1/vendor/composer/installed.php (copied) (copied from simpleshop-cz/trunk/vendor/composer/installed.php)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/simpleshop-cz.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simpleshop-cz/tags/2.6.1/readme.txt
r2671122 r2674870 1 === SimpleShop .cz===1 === SimpleShop === 2 2 Contributors: redbitcz, simpleshopcz, jakubboucek, vasikgreif 3 3 Tags: simpleshop, simpleshop.cz, membership, member, access control, selling form … … 5 5 Tested up to: 5.8 6 6 Requires PHP: 5.6.20 7 Stable tag: 2.6. 07 Stable tag: 2.6.1 8 8 License: MIT 9 9 License URI: https://github.com/redbitcz/simpleshop-wp-plugin/blob/master/LICENSE -
simpleshop-cz/tags/2.6.1/simpleshop-cz.php
r2671122 r2674870 13 13 * Author: Redbit s.r.o. 14 14 * Author URI: https://www.redbit.cz 15 * Version: 2.6. 015 * Version: 2.6.1 16 16 * Text Domain: simpleshop-cz 17 17 * Requires at least: 5.0.0 … … 23 23 require_once __DIR__ . '/vendor/autoload.php'; 24 24 25 define( 'SIMPLESHOP_PLUGIN_VERSION', 'v2.6. 0' );25 define( 'SIMPLESHOP_PLUGIN_VERSION', 'v2.6.1' ); 26 26 define( 'SIMPLESHOP_PREFIX', '_ssc_' ); 27 27 -
simpleshop-cz/trunk/readme.txt
r2671122 r2674870 1 === SimpleShop .cz===1 === SimpleShop === 2 2 Contributors: redbitcz, simpleshopcz, jakubboucek, vasikgreif 3 3 Tags: simpleshop, simpleshop.cz, membership, member, access control, selling form … … 5 5 Tested up to: 5.8 6 6 Requires PHP: 5.6.20 7 Stable tag: 2.6. 07 Stable tag: 2.6.1 8 8 License: MIT 9 9 License URI: https://github.com/redbitcz/simpleshop-wp-plugin/blob/master/LICENSE -
simpleshop-cz/trunk/simpleshop-cz.php
r2671122 r2674870 13 13 * Author: Redbit s.r.o. 14 14 * Author URI: https://www.redbit.cz 15 * Version: 2.6. 015 * Version: 2.6.1 16 16 * Text Domain: simpleshop-cz 17 17 * Requires at least: 5.0.0 … … 23 23 require_once __DIR__ . '/vendor/autoload.php'; 24 24 25 define( 'SIMPLESHOP_PLUGIN_VERSION', 'v2.6. 0' );25 define( 'SIMPLESHOP_PLUGIN_VERSION', 'v2.6.1' ); 26 26 define( 'SIMPLESHOP_PREFIX', '_ssc_' ); 27 27
Note: See TracChangeset
for help on using the changeset viewer.