Skip to content

Commit 6db0896

Browse files
committed
Prepare v. 1.2.2
Signed-off-by: Giuseppe Foti <foti.giuseppe@gmail.com>
1 parent cdcef2a commit 6db0896

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

no-unsafe-inline.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
* Plugin Name: No unsafe-inline
1616
* Plugin URI: https://github.com/MocioF/No-unsafe-inline
1717
* Description: This plugin helps you to build a CSP to avoid using 'unsafe-inline' in your .htaccess
18-
* Version: 1.2.1
18+
* Version: 1.2.2
1919
* Author: Giuseppe Foti
2020
* Author URI: https://profiles.wordpress.org/mociofiletto/
2121
* License: GPL-2.0-or-later
2222
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
2323
* Text Domain: no-unsafe-inline
2424
* Domain Path: /languages
25-
* Requires at least: 5.2
25+
* Requires at least: 5.9
2626
* Requires PHP: 7.4
2727
*/
2828

@@ -36,9 +36,9 @@
3636
* Start at version 1.0.0 and use SemVer - https://semver.org
3737
* Rename this for your plugin and update it as you release new versions.
3838
*/
39-
define( 'NO_UNSAFE_INLINE_VERSION', '1.2.1' );
39+
define( 'NO_UNSAFE_INLINE_VERSION', '1.2.2' );
4040
define( 'NO_UNSAFE_INLINE_DB_VERSION', '1.0' );
41-
define( 'NO_UNSAFE_INLINE_MINIMUM_WP_VERSION', '5.2' );
41+
define( 'NO_UNSAFE_INLINE_MINIMUM_WP_VERSION', '5.9' );
4242
define( 'NO_UNSAFE_INLINE_MINIMUM_PHP_VERSION', '7.4' );
4343
define( 'NO_UNSAFE_INLINE_PLUGIN', __FILE__ );
4444
define( 'NO_UNSAFE_INLINE_PLUGIN_BASENAME', plugin_basename( NO_UNSAFE_INLINE_PLUGIN ) );

readme.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: mociofiletto
33
Donate link: https://paypal.me/GiuseppeF77
44
Tags: Content Security Policy, unsafe-inline, security, multisite, CSP
55
Requires at least: 5.2
6-
Tested up to: 6.5
6+
Tested up to: 6.6
77
Requires PHP: 7.4
88
Stable tag: 1.2.1
99
License: GPLv2 or later
@@ -157,6 +157,13 @@ No.
157157
5. A database summary table at the bottom of tools tab.
158158

159159
== Changelog ==
160+
= 1.2.2 =
161+
* Update mu-plugin to run callbacks attached to lower buffer levels and to the shutdown hook
162+
* Extend overriding of native js functions
163+
* Adding jqueryui v. 1.13.3 theme
164+
* Remove legacy dependencies from distribution package
165+
* Bug fixes
166+
160167
= 1.2.1 =
161168
Bug fixes
162169

0 commit comments

Comments
 (0)