Skip to content

Commit

Permalink
chore(release): 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maicol07 committed Apr 10, 2021
1 parent f59e6ff commit 5093d45
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 18 deletions.
6 changes: 4 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://paypal.me/maicol072001/10eur
Tags: flarum, sso, extension, plugin, php, authentication, forum, auth
Requires at least: 4.4
Tested up to: 5.7
Stable tag: 2.1
Stable tag: 2.1.1
Requires PHP: 7.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand All @@ -27,7 +27,6 @@ There are some premium addon you can subscribe to if you want to use them. You c
### Integrations
- This plugin integrates with the Memberpress plugin, allowing to sync user role in Flarum


== Installation ==

1. Upload `sso-flarum.zip` to the `/wp-content/plugins/` directory
Expand All @@ -48,6 +47,9 @@ You can check the [documentation](https://docs.maicol07.it/en/flarum-sso/plugins
If that didn't help, you can open a discussion on the [community](https://community.maicol07.it) in the relevant category.

== Changelog ==
= 2.1.1 =
- 🐛 Fixed a bug where deleting one or multiple users from the WP dashboard causes a server exception

= 2.1 =
- ✨ Update to PHP plugin v3
- 🐛 Fixed a bug where deactivating the plugin from WP dashboard caused a fatal error ([FSSOE-16](https://tracker.maicol07.it/issue/FSSOE-16))
Expand Down
26 changes: 11 additions & 15 deletions languages/sso-flarum.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the same license as the SSO for Flarum plugin.
msgid ""
msgstr ""
"Project-Id-Version: SSO for Flarum 2.1\n"
"Project-Id-Version: SSO for Flarum 2.1.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/flarum_sso_wp_plugin\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2021-04-09T17:15:07+02:00\n"
"POT-Creation-Date: 2021-04-10T10:17:08+02:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.4.0\n"
"X-Domain: sso-flarum\n"
Expand Down Expand Up @@ -70,38 +70,38 @@ msgid "Password Token"
msgstr ""

#: admin/class-sso-flarum-admin.php:164
#: svn/admin/class-sso-flarum-admin.php:175
#: svn/admin/class-sso-flarum-admin.php:164
msgid "Verify SSL"
msgstr ""

#: admin/class-sso-flarum-admin.php:175
#: svn/admin/class-sso-flarum-admin.php:186
#: svn/admin/class-sso-flarum-admin.php:175
msgid "SSL certificate absolute path"
msgstr ""

#: admin/class-sso-flarum-admin.php:282
#: admin/class-sso-flarum-admin.php:312
#: svn/admin/class-sso-flarum-admin.php:294
#: svn/admin/class-sso-flarum-admin.php:324
#: svn/admin/class-sso-flarum-admin.php:282
#: svn/admin/class-sso-flarum-admin.php:312
msgid "Settings"
msgstr ""

#: admin/class-sso-flarum-admin.php:285
#: admin/class-sso-flarum-admin.php:314
#: admin/class-sso-flarum-admin.php:315
#: svn/admin/class-sso-flarum-admin.php:297
#: svn/admin/class-sso-flarum-admin.php:326
#: svn/admin/class-sso-flarum-admin.php:327
#: svn/admin/class-sso-flarum-admin.php:285
#: svn/admin/class-sso-flarum-admin.php:314
#: svn/admin/class-sso-flarum-admin.php:315
msgid "Donate"
msgstr ""

#: admin/class-sso-flarum-admin.php:288
#: svn/admin/class-sso-flarum-admin.php:300
#: svn/admin/class-sso-flarum-admin.php:288
msgid "Docs"
msgstr ""

#: admin/class-sso-flarum-admin.php:313
#: svn/admin/class-sso-flarum-admin.php:325
#: svn/admin/class-sso-flarum-admin.php:313
msgid "Leave a review"
msgstr ""

Expand Down Expand Up @@ -139,7 +139,3 @@ msgstr ""
#: svn/admin/partials/sso-flarum-admin-settings-display.php:55
msgid "NOT ACTIVE"
msgstr ""

#: svn/admin/class-sso-flarum-admin.php:164
msgid "Token Lifetime"
msgstr ""
2 changes: 1 addition & 1 deletion sso-flarum.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Plugin Name: SSO for Flarum
* Plugin URI: https://github.com/maicol07/flarum-sso-wp-plugin
* Description: Plugin for your WordPress website to get the SSO extension working
* Version: 2.1
* Version: 2.1.1
* Author: maicol07
* Author URI: https://maicol07.it
* License: GPL-2.0+
Expand Down

0 comments on commit 5093d45

Please sign in to comment.