Plugin Directory

Changeset 3077293


Ignore:
Timestamp:
04/25/2024 10:54:52 PM (11 months ago)
Author:
markussesamy
Message:

Update to version 2.0.5 from GitHub

Location:
sesamy
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • sesamy/tags/2.0.5/README.txt

    r3073808 r3077293  
    55Requires PHP: 7.4
    66Tested up to: 6.4.2
    7 Stable tag: 2.0.1
     7Stable tag: 2.0.5
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    103103== Changelog ==
    104104
     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
    105112= 2.0.1 =
    106113* Fixed show content if signed url not locked
  • sesamy/tags/2.0.5/sesamy.php

    r3073808 r3077293  
    1616 * Plugin URI:        https://sesamy.com
    1717 * Description:       Add paywall functionality with Sesamy (sesamy.com) to your WordPress website.
    18  * Version:           2.0.1
     18 * Version:           2.0.5
    1919 * Author:            Sesamy AB
    2020 * Author URI:        https://sesamy.com
     
    3535 * Rename this for your plugin and update it as you release new versions.
    3636 */
    37 define( 'SESAMY_VERSION', '2.0.1' );
     37define( 'SESAMY_VERSION', '2.0.5' );
    3838
    3939/**
  • sesamy/tags/2.0.5/vendor/composer/installed.php

    r3077290 r3077293  
    22    'root' => array(
    33        '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',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        '__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',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
  • sesamy/tags/2.0.5/version.php

    r3073808 r3077293  
    99 */
    1010
    11 define( 'SESAMY_VERSION', '2.0.1' );
     11define( 'SESAMY_VERSION', '2.0.5' );
  • sesamy/trunk/README.txt

    r3073808 r3077293  
    55Requires PHP: 7.4
    66Tested up to: 6.4.2
    7 Stable tag: 2.0.1
     7Stable tag: 2.0.5
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    103103== Changelog ==
    104104
     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
    105112= 2.0.1 =
    106113* Fixed show content if signed url not locked
  • sesamy/trunk/sesamy.php

    r3073808 r3077293  
    1616 * Plugin URI:        https://sesamy.com
    1717 * Description:       Add paywall functionality with Sesamy (sesamy.com) to your WordPress website.
    18  * Version:           2.0.1
     18 * Version:           2.0.5
    1919 * Author:            Sesamy AB
    2020 * Author URI:        https://sesamy.com
     
    3535 * Rename this for your plugin and update it as you release new versions.
    3636 */
    37 define( 'SESAMY_VERSION', '2.0.1' );
     37define( 'SESAMY_VERSION', '2.0.5' );
    3838
    3939/**
  • sesamy/trunk/vendor/composer/installed.php

    r3077290 r3077293  
    22    'root' => array(
    33        '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',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        '__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',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
  • sesamy/trunk/version.php

    r3073808 r3077293  
    99 */
    1010
    11 define( 'SESAMY_VERSION', '2.0.1' );
     11define( 'SESAMY_VERSION', '2.0.5' );
Note: See TracChangeset for help on using the changeset viewer.