Skip to content

Commit

Permalink
Merge pull request #112 from sesamyab/julianidiart/manual-release
Browse files Browse the repository at this point in the history
fix: manual release
  • Loading branch information
julianidiart authored Apr 25, 2024
2 parents 6a44a8c + 8ef0df4 commit bd15f54
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions src/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: sesamy, paywall
Requires at least: 5.0.1
Requires PHP: 7.4
Tested up to: 6.4.2
Stable tag: 2.0.4
Stable tag: 2.0.5
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -102,9 +102,12 @@ The following filters can be used to modify the default output from the plugin:

== Changelog ==

= 2.0.5 =
* Fix a duplicated preview in unlocked content with "Embed" lock mode

= 2.0.4 =
* Fix public access to event and signed url lock modes
* Fix hide paywall if public
* Fix to display the content in "Public" access for "Event" and "Signed URL" lock modes
* Fix to hide the paywall if the content is public

= 2.0.1 =
* Fixed show content if signed url not locked
Expand Down
4 changes: 2 additions & 2 deletions src/sesamy.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Plugin Name: Sesamy
* Plugin URI: https://sesamy.com
* Description: Add paywall functionality with Sesamy (sesamy.com) to your WordPress website.
* Version: 2.0.4
* Version: 2.0.5
* Author: Sesamy AB
* Author URI: https://sesamy.com
* License: GPL-2.0+
Expand All @@ -34,7 +34,7 @@
* Start at version 1.0.0 and use SemVer - https://semver.org
* Rename this for your plugin and update it as you release new versions.
*/
define( 'SESAMY_VERSION', '2.0.4' );
define( 'SESAMY_VERSION', '2.0.5' );

/**
* The code that runs during plugin activation.
Expand Down
2 changes: 1 addition & 1 deletion src/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
* @package Sesamy
*/

define( 'SESAMY_VERSION', '2.0.4' );
define( 'SESAMY_VERSION', '2.0.5' );

0 comments on commit bd15f54

Please sign in to comment.