Skip to content

Commit

Permalink
Prepare v. 1.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Foti <foti.giuseppe@gmail.com>
  • Loading branch information
MocioF committed Sep 28, 2024
1 parent cdcef2a commit 6db0896
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
8 changes: 4 additions & 4 deletions no-unsafe-inline.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
* Plugin Name: No unsafe-inline
* Plugin URI: https://github.com/MocioF/No-unsafe-inline
* Description: This plugin helps you to build a CSP to avoid using 'unsafe-inline' in your .htaccess
* Version: 1.2.1
* Version: 1.2.2
* Author: Giuseppe Foti
* Author URI: https://profiles.wordpress.org/mociofiletto/
* License: GPL-2.0-or-later
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
* Text Domain: no-unsafe-inline
* Domain Path: /languages
* Requires at least: 5.2
* Requires at least: 5.9
* Requires PHP: 7.4
*/

Expand All @@ -36,9 +36,9 @@
* Start at version 1.0.0 and use SemVer - https://semver.org
* Rename this for your plugin and update it as you release new versions.
*/
define( 'NO_UNSAFE_INLINE_VERSION', '1.2.1' );
define( 'NO_UNSAFE_INLINE_VERSION', '1.2.2' );
define( 'NO_UNSAFE_INLINE_DB_VERSION', '1.0' );
define( 'NO_UNSAFE_INLINE_MINIMUM_WP_VERSION', '5.2' );
define( 'NO_UNSAFE_INLINE_MINIMUM_WP_VERSION', '5.9' );
define( 'NO_UNSAFE_INLINE_MINIMUM_PHP_VERSION', '7.4' );
define( 'NO_UNSAFE_INLINE_PLUGIN', __FILE__ );
define( 'NO_UNSAFE_INLINE_PLUGIN_BASENAME', plugin_basename( NO_UNSAFE_INLINE_PLUGIN ) );
Expand Down
9 changes: 8 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: mociofiletto
Donate link: https://paypal.me/GiuseppeF77
Tags: Content Security Policy, unsafe-inline, security, multisite, CSP
Requires at least: 5.2
Tested up to: 6.5
Tested up to: 6.6
Requires PHP: 7.4
Stable tag: 1.2.1
License: GPLv2 or later
Expand Down Expand Up @@ -157,6 +157,13 @@ No.
5. A database summary table at the bottom of tools tab.

== Changelog ==
= 1.2.2 =
* Update mu-plugin to run callbacks attached to lower buffer levels and to the shutdown hook
* Extend overriding of native js functions
* Adding jqueryui v. 1.13.3 theme
* Remove legacy dependencies from distribution package
* Bug fixes

= 1.2.1 =
Bug fixes

Expand Down

0 comments on commit 6db0896

Please # to comment.