Skip to content

Commit d2133d5

Browse files
committed
Version 1.1.21
1 parent b71fbb3 commit d2133d5

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "skautis-integration",
3-
"version": "1.1.19",
3+
"version": "1.1.21",
44
"description": "A WordPress plugin for integration with SkautIS",
55
"keywords": [
66
"wordpress",

src/readme.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: skaut, multisite, plugin, shortcode, skautIS, registrace
44
Requires at least: 5.0
55
Tested up to: 5.8
66
Requires PHP: 7.0
7-
Stable tag: 1.1.19
7+
Stable tag: 1.1.21
88
License: GPLv3 or later
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -38,6 +38,12 @@ Plugin po aktivaci bude vyžadovat APP ID, bez toho nebude plugin vůbec fungova
3838

3939
== Changelog ==
4040

41+
= 1.1.21 =
42+
* Fixed an issue from 1.1.19 where the plugin would cause a fatal error on some sites
43+
44+
= 1.1.20 =
45+
* Re-released version 1.1.18
46+
4147
= 1.1.19 =
4248
* Switched from session to WP transients for Skautis user management
4349

src/skautis-integration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: skautIS integration
44
* Plugin URI: https://github.com/skaut/skautis-integration
55
* Description: Integrace WordPressu se skautISem
6-
* Version: 1.1.19
6+
* Version: 1.1.21
77
* Author: Junák - český skaut
88
* Author URI: https://github.com/skaut
99
* Text Domain: skautis-integration
@@ -22,7 +22,7 @@
2222
define( 'SKAUTISINTEGRATION_PATH', plugin_dir_path( __FILE__ ) );
2323
define( 'SKAUTISINTEGRATION_URL', plugin_dir_url( __FILE__ ) );
2424
define( 'SKAUTISINTEGRATION_NAME', 'skautis-integration' );
25-
define( 'SKAUTISINTEGRATION_VERSION', '1.1.19' );
25+
define( 'SKAUTISINTEGRATION_VERSION', '1.1.21' );
2626

2727
class SkautisIntegration {
2828

0 commit comments

Comments
 (0)