Skip to content

Commit 32f080f

Browse files
authored
Merge pull request #363 from skaut/version-1.1.28
Version 1.1.28
2 parents 6ae3f32 + c3cb192 commit 32f080f

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
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.27",
3+
"version": "1.1.28",
44
"description": "A WordPress plugin for integration with SkautIS",
55
"keywords": [
66
"wordpress",

src/php/skautis-integration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Plugin Name: skautIS integration
1212
Plugin URI: https://github.com/skaut/skautis-integration
1313
Description: Integrace WordPressu se skautISem
14-
Version: 1.1.27
14+
Version: 1.1.28
1515
Author: Junák - český skaut
1616
Author URI: https://github.com/skaut
1717
License: GPLv3
@@ -30,7 +30,7 @@
3030
define( 'SKAUTIS_INTEGRATION_PATH', plugin_dir_path( __FILE__ ) );
3131
define( 'SKAUTIS_INTEGRATION_URL', plugin_dir_url( __FILE__ ) );
3232
define( 'SKAUTIS_INTEGRATION_NAME', 'skautis-integration' );
33-
define( 'SKAUTIS_INTEGRATION_VERSION', '1.1.27' );
33+
define( 'SKAUTIS_INTEGRATION_VERSION', '1.1.28' );
3434

3535
require __DIR__ . '/class-skautis-integration.php';
3636

src/txt/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: 5.0
55
Tested up to: 6.0
66
Requires PHP: 7.4
7-
Stable tag: 1.1.27
7+
Stable tag: 1.1.28
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.28 =
42+
* Fixed page visibility rules not being saved
43+
4144
= 1.1.27 =
4245
* Fixed role switcher on the user management page
4346
* Fixed an error on PHP 7

0 commit comments

Comments
 (0)