Skip to content

Commit 2bf3b8b

Browse files
committed
Version 1.1.26
1 parent 0711fd1 commit 2bf3b8b

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-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.25",
3+
"version": "1.1.26",
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.25
14+
Version: 1.1.26
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.25' );
33+
define( 'SKAUTIS_INTEGRATION_VERSION', '1.1.26' );
3434

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

src/txt/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.9
66
Requires PHP: 7.4
7-
Stable tag: 1.1.25
7+
Stable tag: 1.1.26
88
License: GPLv3 or later
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

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

3939
== Changelog ==
4040

41+
= 1.1.26 =
42+
* Security fixes
43+
* Improved error handling
44+
* Improved translations
45+
* Enabled asset minification, leading to faster loading
46+
* Improved asset caching, leading to faster loading
47+
* Fixed corner-case issues in rule processing
48+
4149
= 1.1.25 =
4250
* Security fixes
4351

0 commit comments

Comments
 (0)