Skip to content

Commit

Permalink
Merge pull request #185 from skaut/version-1.1.25
Browse files Browse the repository at this point in the history
Version 1.1.25, second try
  • Loading branch information
marekdedic authored Feb 14, 2022
2 parents 7c67947 + 097fa3a commit 83843de
Show file tree
Hide file tree
Showing 4 changed files with 8 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.24",
"version": "1.1.25",
"description": "A WordPress plugin for integration with SkautIS",
"keywords": [
"wordpress",
Expand Down
5 changes: 4 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.9
Requires PHP: 7.4
Stable tag: 1.1.24
Stable tag: 1.1.25
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 1.1.25 =
* Security fixes

= 1.1.24 =
* Added support for PHP 8.1
* Raised minimum PHP version to 7.4
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.24
* Version: 1.1.25
* 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.24' );
define( 'SKAUTISINTEGRATION_VERSION', '1.1.25' );

class SkautisIntegration {

Expand Down

0 comments on commit 83843de

Please sign in to comment.