Skip to content

Commit

Permalink
Merge pull request #117 from sesamyab/julianidiart/show-login-by-default
Browse files Browse the repository at this point in the history
fix: show login button by default
  • Loading branch information
julianidiart authored May 31, 2024
2 parents 84ca9ff + afcdc80 commit f951c3d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
7 changes: 5 additions & 2 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.1.0
Stable tag: 2.1.1
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.1.1 =
* Show login button default to true.

= 2.1.0 =
* Enable/disable paywall wizard in the edit post screen.
* Enable/disable login button in the edit post screen..
* Show/Hide login button in the edit post screen.

= 2.0.7 =
* Fix to always display the content for "None" lock mode
Expand Down
2 changes: 1 addition & 1 deletion src/includes/class-sesamy-post-properties.php
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ public static function is_locked( $post ) {
/**
* Locked post check
*
* @since 2.0.8
* @since 2.1.0
* @package Sesamy
* @param array $post post Object.
*/
Expand Down
4 changes: 2 additions & 2 deletions src/public/sesamy-global-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ function ( $p ) {
/**
* Get Paywall Wizard HTML
*
* @since 2.0.8
* @since 2.1.0
* @package Sesamy
* @param array $atts Attributes.
* @param string $content Content.
Expand All @@ -427,7 +427,7 @@ function get_sesamy_paywall_wizard( $atts = null, $content = null ) {
/**
* Paywall Wizard Shortcode With attributes
*
* @since 2.0.8
* @since 2.1.0
* @package Sesamy
* @param array $atts Attributes.
* @param string $content Content.
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.1.0
* Version: 2.1.1
* 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.1.0' );
define( 'SESAMY_VERSION', '2.1.1' );

/**
* 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.1.0' );
define( 'SESAMY_VERSION', '2.1.1' );

0 comments on commit f951c3d

Please sign in to comment.