Skip to content

Commit

Permalink
Version 1.1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Aug 24, 2021
1 parent b71fbb3 commit d2133d5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skautis-integration",
"version": "1.1.19",
"version": "1.1.21",
"description": "A WordPress plugin for integration with SkautIS",
"keywords": [
"wordpress",
Expand Down
8 changes: 7 additions & 1 deletion src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: skaut, multisite, plugin, shortcode, skautIS, registrace
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0
Stable tag: 1.1.19
Stable tag: 1.1.21
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 1.1.21 =
* Fixed an issue from 1.1.19 where the plugin would cause a fatal error on some sites

= 1.1.20 =
* Re-released version 1.1.18

= 1.1.19 =
* Switched from session to WP transients for Skautis user management

Expand Down
4 changes: 2 additions & 2 deletions src/skautis-integration.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: skautIS integration
* Plugin URI: https://github.com/skaut/skautis-integration
* Description: Integrace WordPressu se skautISem
* Version: 1.1.19
* Version: 1.1.21
* Author: Junák - český skaut
* Author URI: https://github.com/skaut
* Text Domain: skautis-integration
Expand All @@ -22,7 +22,7 @@
define( 'SKAUTISINTEGRATION_PATH', plugin_dir_path( __FILE__ ) );
define( 'SKAUTISINTEGRATION_URL', plugin_dir_url( __FILE__ ) );
define( 'SKAUTISINTEGRATION_NAME', 'skautis-integration' );
define( 'SKAUTISINTEGRATION_VERSION', '1.1.19' );
define( 'SKAUTISINTEGRATION_VERSION', '1.1.21' );

class SkautisIntegration {

Expand Down

0 comments on commit d2133d5

Please sign in to comment.