Skip to content

Commit 9fdde24

Browse files
committed
Version 1.1.19
1 parent 87e2188 commit 9fdde24

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-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.17",
3+
"version": "1.1.19",
44
"description": "A WordPress plugin for integration with SkautIS",
55
"keywords": [
66
"wordpress",

src/readme.txt

Lines changed: 9 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.17
7+
Stable tag: 1.1.19
88
License: GPLv3 or later
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -37,6 +37,14 @@ Plugin po aktivaci bude vyžadovat APP ID, bez toho nebude plugin vůbec fungova
3737

3838

3939
== Changelog ==
40+
41+
= 1.1.19 =
42+
* Switched from session to WP transients for Skautis user management
43+
44+
= 1.1.18 =
45+
* Fixed security issues
46+
* Replaced dependencies loaded from CDN with bundled ones
47+
4048
= 1.1.17 =
4149
* oprava chyb
4250

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.17
6+
* Version: 1.1.19
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.17' );
25+
define( 'SKAUTISINTEGRATION_VERSION', '1.1.19' );
2626

2727
class SkautisIntegration {
2828

0 commit comments

Comments
 (0)