Changeset 3234768
- Timestamp:
- 02/04/2025 01:41:04 PM (8 weeks ago)
- Location:
- sesamy
- Files:
-
- 8 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
sesamy/tags/3.0.5/README.txt
r3171461 r3234768 4 4 Requires at least: 5.0.1 5 5 Requires PHP: 7.4 6 Tested up to: 6. 4.27 Stable tag: 3.0. 06 Tested up to: 6.7.1 7 Stable tag: 3.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 = 3.0.5 = 106 * Remove in_the_loop check when applying content filter. 107 105 108 = 3.0.0 = 106 109 * Use the paywall wizard config from the portal. -
sesamy/tags/3.0.5/sesamy.php
r3171461 r3234768 16 16 * Plugin URI: https://sesamy.com 17 17 * Description: Add paywall functionality with Sesamy (sesamy.com) to your WordPress website. 18 * Version: 3.0. 018 * Version: 3.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', '3.0. 0' );37 define( 'SESAMY_VERSION', '3.0.5' ); 38 38 39 39 /** -
sesamy/tags/3.0.5/vendor/composer/installed.php
r3234605 r3234768 2 2 'root' => array( 3 3 'name' => '__root__', 4 'pretty_version' => '3.0. 4',5 'version' => '3.0. 4.0',6 'reference' => ' 211349e772fec850d5594e111592863c64307e9d',4 'pretty_version' => '3.0.5', 5 'version' => '3.0.5.0', 6 'reference' => '7c7228ccce59239df28f2727bee9c983fe6851a4', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 '__root__' => array( 14 'pretty_version' => '3.0. 4',15 'version' => '3.0. 4.0',16 'reference' => ' 211349e772fec850d5594e111592863c64307e9d',14 'pretty_version' => '3.0.5', 15 'version' => '3.0.5.0', 16 'reference' => '7c7228ccce59239df28f2727bee9c983fe6851a4', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../', -
sesamy/tags/3.0.5/version.php
r3171461 r3234768 9 9 */ 10 10 11 define( 'SESAMY_VERSION', '3.0. 0' );11 define( 'SESAMY_VERSION', '3.0.5' ); -
sesamy/trunk/README.txt
r3171461 r3234768 4 4 Requires at least: 5.0.1 5 5 Requires PHP: 7.4 6 Tested up to: 6. 4.27 Stable tag: 3.0. 06 Tested up to: 6.7.1 7 Stable tag: 3.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 = 3.0.5 = 106 * Remove in_the_loop check when applying content filter. 107 105 108 = 3.0.0 = 106 109 * Use the paywall wizard config from the portal. -
sesamy/trunk/sesamy.php
r3171461 r3234768 16 16 * Plugin URI: https://sesamy.com 17 17 * Description: Add paywall functionality with Sesamy (sesamy.com) to your WordPress website. 18 * Version: 3.0. 018 * Version: 3.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', '3.0. 0' );37 define( 'SESAMY_VERSION', '3.0.5' ); 38 38 39 39 /** -
sesamy/trunk/vendor/composer/installed.php
r3234605 r3234768 2 2 'root' => array( 3 3 'name' => '__root__', 4 'pretty_version' => '3.0. 4',5 'version' => '3.0. 4.0',6 'reference' => ' 211349e772fec850d5594e111592863c64307e9d',4 'pretty_version' => '3.0.5', 5 'version' => '3.0.5.0', 6 'reference' => '7c7228ccce59239df28f2727bee9c983fe6851a4', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 '__root__' => array( 14 'pretty_version' => '3.0. 4',15 'version' => '3.0. 4.0',16 'reference' => ' 211349e772fec850d5594e111592863c64307e9d',14 'pretty_version' => '3.0.5', 15 'version' => '3.0.5.0', 16 'reference' => '7c7228ccce59239df28f2727bee9c983fe6851a4', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../', -
sesamy/trunk/version.php
r3171461 r3234768 9 9 */ 10 10 11 define( 'SESAMY_VERSION', '3.0. 0' );11 define( 'SESAMY_VERSION', '3.0.5' );
Note: See TracChangeset
for help on using the changeset viewer.