Changeset 3077293
- Timestamp:
- 04/25/2024 10:54:52 PM (11 months ago)
- Location:
- sesamy
- Files:
-
- 8 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
sesamy/tags/2.0.5/README.txt
r3073808 r3077293 5 5 Requires PHP: 7.4 6 6 Tested up to: 6.4.2 7 Stable tag: 2.0. 17 Stable tag: 2.0.5 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 103 103 == Changelog == 104 104 105 = 2.0.5 = 106 * Fix a duplicated preview in unlocked content with "Embed" lock mode 107 108 = 2.0.4 = 109 * Fix to display the content in "Public" access for "Event" and "Signed URL" lock modes 110 * Fix to hide the paywall if the content is public 111 105 112 = 2.0.1 = 106 113 * Fixed show content if signed url not locked -
sesamy/tags/2.0.5/sesamy.php
r3073808 r3077293 16 16 * Plugin URI: https://sesamy.com 17 17 * Description: Add paywall functionality with Sesamy (sesamy.com) to your WordPress website. 18 * Version: 2.0. 118 * Version: 2.0.5 19 19 * Author: Sesamy AB 20 20 * Author URI: https://sesamy.com … … 35 35 * Rename this for your plugin and update it as you release new versions. 36 36 */ 37 define( 'SESAMY_VERSION', '2.0. 1' );37 define( 'SESAMY_VERSION', '2.0.5' ); 38 38 39 39 /** -
sesamy/tags/2.0.5/vendor/composer/installed.php
r3077290 r3077293 2 2 'root' => array( 3 3 'name' => '__root__', 4 'pretty_version' => '2.0. 4',5 'version' => '2.0. 4.0',6 'reference' => ' e16b8df37ee03e0eb4ae1709ba0610e047d64d04',4 'pretty_version' => '2.0.5', 5 'version' => '2.0.5.0', 6 'reference' => '982d96fbf2d5f6d2efc5e0450739298cbe30e7a8', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 '__root__' => array( 14 'pretty_version' => '2.0. 4',15 'version' => '2.0. 4.0',16 'reference' => ' e16b8df37ee03e0eb4ae1709ba0610e047d64d04',14 'pretty_version' => '2.0.5', 15 'version' => '2.0.5.0', 16 'reference' => '982d96fbf2d5f6d2efc5e0450739298cbe30e7a8', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../', -
sesamy/tags/2.0.5/version.php
r3073808 r3077293 9 9 */ 10 10 11 define( 'SESAMY_VERSION', '2.0. 1' );11 define( 'SESAMY_VERSION', '2.0.5' ); -
sesamy/trunk/README.txt
r3073808 r3077293 5 5 Requires PHP: 7.4 6 6 Tested up to: 6.4.2 7 Stable tag: 2.0. 17 Stable tag: 2.0.5 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 103 103 == Changelog == 104 104 105 = 2.0.5 = 106 * Fix a duplicated preview in unlocked content with "Embed" lock mode 107 108 = 2.0.4 = 109 * Fix to display the content in "Public" access for "Event" and "Signed URL" lock modes 110 * Fix to hide the paywall if the content is public 111 105 112 = 2.0.1 = 106 113 * Fixed show content if signed url not locked -
sesamy/trunk/sesamy.php
r3073808 r3077293 16 16 * Plugin URI: https://sesamy.com 17 17 * Description: Add paywall functionality with Sesamy (sesamy.com) to your WordPress website. 18 * Version: 2.0. 118 * Version: 2.0.5 19 19 * Author: Sesamy AB 20 20 * Author URI: https://sesamy.com … … 35 35 * Rename this for your plugin and update it as you release new versions. 36 36 */ 37 define( 'SESAMY_VERSION', '2.0. 1' );37 define( 'SESAMY_VERSION', '2.0.5' ); 38 38 39 39 /** -
sesamy/trunk/vendor/composer/installed.php
r3077290 r3077293 2 2 'root' => array( 3 3 'name' => '__root__', 4 'pretty_version' => '2.0. 4',5 'version' => '2.0. 4.0',6 'reference' => ' e16b8df37ee03e0eb4ae1709ba0610e047d64d04',4 'pretty_version' => '2.0.5', 5 'version' => '2.0.5.0', 6 'reference' => '982d96fbf2d5f6d2efc5e0450739298cbe30e7a8', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 '__root__' => array( 14 'pretty_version' => '2.0. 4',15 'version' => '2.0. 4.0',16 'reference' => ' e16b8df37ee03e0eb4ae1709ba0610e047d64d04',14 'pretty_version' => '2.0.5', 15 'version' => '2.0.5.0', 16 'reference' => '982d96fbf2d5f6d2efc5e0450739298cbe30e7a8', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../', -
sesamy/trunk/version.php
r3073808 r3077293 9 9 */ 10 10 11 define( 'SESAMY_VERSION', '2.0. 1' );11 define( 'SESAMY_VERSION', '2.0.5' );
Note: See TracChangeset
for help on using the changeset viewer.