Skip to content

Commit

Permalink
Ready to release 2.2.0 on wp.org
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Lannoy committed Feb 23, 2021
1 parent 28f520a commit 7a09ddf
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to **Sessions** are documented in this *changelog*.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and **Sessions** adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [2.2.0] - 2021-02-24

### Added
- Compatibility with WordPress 5.7.
Expand Down
2 changes: 1 addition & 1 deletion init.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
define( 'POSE_PRODUCT_SHORTNAME', 'Sessions' );
define( 'POSE_PRODUCT_ABBREVIATION', 'posessions' );
define( 'POSE_SLUG', 'sessions' );
define( 'POSE_VERSION', '2.1.0-dev0' );
define( 'POSE_VERSION', '2.2.0' );
define( 'POSE_CODENAME', '"-"' );
define( 'POSE_CDN_AVAILABLE', true );

32 changes: 16 additions & 16 deletions languages/sessions.pot
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"Project-Id-Version: Sessions\n"
"POT-Creation-Date: 2020-11-28 15:47+0100\n"
"POT-Creation-Date: 2021-02-23 23:34+0100\n"
"PO-Revision-Date: 2019-07-08 14:07+0200\n"
"Last-Translator: Pierre Lannoy <pierre@lannoy.fr>\n"
"Language-Team: Pierre Lannoy <pierre@lannoy.fr>\n"
Expand Down Expand Up @@ -188,22 +188,22 @@ msgstr ""
msgid "Note: Sessions respects DISABLE_NAG_NOTICES flag."
msgstr ""

#: admin/class-sessions-admin.php:446
#: admin/class-sessions-admin.php:446 admin/class-sessions-admin.php:609
#, php-format
msgid "%d month"
msgid_plural "%d months"
msgstr[0] ""
msgstr[1] ""

#: admin/class-sessions-admin.php:450
#: admin/class-sessions-admin.php:450 admin/class-sessions-admin.php:613
#, php-format
msgid "%d year"
msgid_plural "%d years"
msgstr[0] ""
msgstr[1] ""

#: admin/class-sessions-admin.php:463
msgid "Disabled - Don't limit application sessions usage by roles"
msgid "Disabled - Don't limit sessions by roles"
msgstr ""

#: admin/class-sessions-admin.php:464
Expand Down Expand Up @@ -353,33 +353,33 @@ msgid_plural "%d weeks"
msgstr[0] ""
msgstr[1] ""

#: admin/class-sessions-admin.php:619
#: admin/class-sessions-admin.php:627
msgid "Allowed logins."
msgstr ""

#: admin/class-sessions-admin.php:635
#: admin/class-sessions-admin.php:643
msgid ""
"Maximal number of IP per user. Requires IP follow-up to be activated - see "
"\"Options\" tab."
msgstr ""

#: admin/class-sessions-admin.php:651
#: admin/class-sessions-admin.php:659
msgid "Maximal number of sessions for users."
msgstr ""

#: admin/class-sessions-admin.php:667
#: admin/class-sessions-admin.php:675
msgid "Method to be used when the maximal number of sessions is reached."
msgstr ""

#: admin/class-sessions-admin.php:683
#: admin/class-sessions-admin.php:691
msgid "Idle sessions supervision."
msgstr ""

#: admin/class-sessions-admin.php:699
#: admin/class-sessions-admin.php:707
msgid "Standard cookie duration."
msgstr ""

#: admin/class-sessions-admin.php:715
#: admin/class-sessions-admin.php:723
msgid "\"Remember Me\" cookie duration."
msgstr ""

Expand Down Expand Up @@ -822,7 +822,7 @@ msgid "operating system"
msgstr ""

#: includes/features/class-sessions.php:224
#: includes/features/class-wpcli.php:662
#: includes/features/class-wpcli.php:660
msgid "Generic"
msgstr ""

Expand Down Expand Up @@ -1147,19 +1147,19 @@ msgid_plural "hours"
msgstr[0] ""
msgstr[1] ""

#: includes/system/class-environment.php:193
#: includes/system/class-environment.php:206
msgid "log"
msgstr ""

#: includes/system/class-environment.php:198
#: includes/system/class-environment.php:211
msgid "display"
msgstr ""

#: includes/system/class-environment.php:204
#: includes/system/class-environment.php:217
msgid "Debug enabled"
msgstr ""

#: includes/system/class-environment.php:204
#: includes/system/class-environment.php:217
msgid "Debug disabled"
msgstr ""

Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: PierreLannoy
Tags: authentication, login, protection, role, session
Requires at least: 5.2
Requires PHP: 7.2
Tested up to: 5.6
Stable tag: 2.1.0
Tested up to: 5.7
Stable tag: 2.2.0
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down
2 changes: 1 addition & 1 deletion sessions.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Plugin Name: Sessions
* Plugin URI: https://github.com/Pierre-Lannoy/wp-sessions
* Description: Powerful sessions manager for WordPress with sessions limiter and full analytics reporting capabilities.
* Version: 2.1.0
* Version: 2.2.0
* Requires at least: 5.2
* Requires PHP: 7.2
* Author: Pierre Lannoy
Expand Down

0 comments on commit 7a09ddf

Please sign in to comment.