Skip to content

Commit 4aa3a34

Browse files
committed
2 parents 7e91bc2 + 6f1739b commit 4aa3a34

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

readme.txt

Lines changed: 4 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: 4.8
55
Tested up to: 5.0
66
Requires PHP: 7.0
7-
Stable tag: 1.1.8
7+
Stable tag: 1.1.9
88
License: GPLv3 or later
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

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

3939
== Changelog ==
4040

41+
= 1.1.9 =
42+
* Při použití pravidla "Všichni bez omezení" se mohou nově přihlašovat jen ti, kteří mají propojený účet ve skautISu. Aby se zabránilo tomu, že si někdo vytvoří jen tak účet a pak se přihlásí třeba do uzavřené sekce nějakého skautského webu.
43+
4144
= 1.1.8 =
4245
* Oprava logování přihlášení/odhlášení pro pluginy, které hlídají co se na webu děje. (př.: Simple History)
4346

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.8
6+
* Version: 1.1.9
77
* Author: David Odehnal
88
* Author URI: https://davidodehnal.cz/
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.7' );
25+
define( 'SKAUTISINTEGRATION_VERSION', '1.1.9' );
2626

2727
class SkautisIntegration {
2828

0 commit comments

Comments
 (0)