Skip to content

Commit

Permalink
Merge pull request #1126 from skaut/version-1.1.30
Browse files Browse the repository at this point in the history
Version 1.1.30
  • Loading branch information
marekdedic authored Dec 22, 2024
2 parents ee2e1ae + c70d8c1 commit b89cefd
Show file tree
Hide file tree
Showing 8 changed files with 1,666 additions and 1,750 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches: "*"
pull_request:
env:
php-version: 8.1
php-version: 8.2
cache-version: 1
jobs:
platform-check:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
tags:
- "*"
env:
php-version: 8.1
php-version: 8.2
cache-version: 1
jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"phpmd/phpmd": "^2.10",
"phpcompatibility/phpcompatibility-wp": "^2.1",
"wp-coding-standards/wpcs": "^3.0",
"humbug/php-scoper": "^0.18.1",
"humbug/php-scoper": "^0.18.9 <0.18.10",
"skaut/wordpress-stubs": "^2.1",
"phpstan/phpstan": "^2.0",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0"
Expand Down
362 changes: 180 additions & 182 deletions composer.lock

Large diffs are not rendered by default.

3,037 changes: 1,476 additions & 1,561 deletions package-lock.json

Large diffs are not rendered by default.

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.29",
"version": "1.1.30",
"description": "A WordPress plugin for integration with SkautIS",
"keywords": [
"wordpress",
Expand Down
4 changes: 2 additions & 2 deletions src/php/skautis-integration.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Plugin Name: skautIS integration
Plugin URI: https://github.com/skaut/skautis-integration
Description: Integrace WordPressu se skautISem
Version: 1.1.29
Version: 1.1.30
Author: Junák - český skaut
Author URI: https://github.com/skaut
License: GPLv3
Expand All @@ -30,7 +30,7 @@
define( 'SKAUTIS_INTEGRATION_PATH', plugin_dir_path( __FILE__ ) );
define( 'SKAUTIS_INTEGRATION_URL', plugin_dir_url( __FILE__ ) );
define( 'SKAUTIS_INTEGRATION_NAME', 'skautis-integration' );
define( 'SKAUTIS_INTEGRATION_VERSION', '1.1.29' );
define( 'SKAUTIS_INTEGRATION_VERSION', '1.1.30' );

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

Expand Down
5 changes: 4 additions & 1 deletion src/txt/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: skaut, multisite, shortcode, skautIS, registrace
Requires at least: 5.0
Tested up to: 6.7
Requires PHP: 7.4
Stable tag: 1.1.29
Stable tag: 1.1.30
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.30 =
* Fixed errors in rule editor

= 1.1.29 =
* Support for WordPress 6.6
* DataTables updates
Expand Down

0 comments on commit b89cefd

Please sign in to comment.