Skip to content

Commit 2d740dd

Browse files
authored
Merge pull request #10 from wpfresher/release/1.5.0
Prepare Release v1.5.0
2 parents e4b066d + c38a3c0 commit 2d740dd

File tree

6 files changed

+16
-8
lines changed

6 files changed

+16
-8
lines changed

includes/functions.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ function insertcodes_get_allowed_html() {
1919
'data-user' => array(),
2020
'id' => array(),
2121
),
22+
'style' => array(
23+
'type' => array(),
24+
'media' => array(),
25+
'src' => array(),
26+
),
2227
'noscript' => array(
2328
'type' => array(),
2429
'src' => array(),

insert-codes.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Insert Codes - The Code Snippets Manager for WordPress
44
* Plugin URI: https://urldev.com/plugins/insert-codes/
55
* Description: The "Insert Codes - The Code Snippets Manager for WordPress" plugin allows you to easily manage custom code snippets and add custom code to the header, body, and footer sections of your WordPress website.
6-
* Version: 1.4.0
6+
* Version: 1.5.0
77
* Requires at least: 5.0
88
* Requires PHP: 7.4
99
* Author: UrlDev
@@ -41,7 +41,7 @@
4141
* @return Plugin plugin initialize class.
4242
*/
4343
function insertcodes() {
44-
return Plugin::create( __FILE__, '1.4.0' );
44+
return Plugin::create( __FILE__, '1.5.0' );
4545
}
4646

4747
// Initialize the plugin.

languages/insert-codes.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
msgid ""
44
msgstr ""
55
"Project-Id-Version: Insert Codes - The Code Snippets Manager for WordPress "
6-
"1.4.0\n"
6+
"1.5.0\n"
77
"Report-Msgid-Bugs-To: https://urldev.com/support\n"
8-
"POT-Creation-Date: 2025-01-15 10:37:45+00:00\n"
8+
"POT-Creation-Date: 2025-03-11 20:26:23+00:00\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=utf-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "insert-codes",
33
"title": "Insert Codes - The Code Snippets Manager for WordPress",
4-
"version": "1.4.0",
4+
"version": "1.5.0",
55
"description": "The \"Insert Codes - The Code Snippets Manager for WordPress\" plugin allows you to easily manage custom code snippets and add custom code to the header, body, and footer sections of your WordPress website.",
66
"homepage": "https://urldev.com/plugins/insert-codes/",
77
"license": "GPL-v2.0-or-later",

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: urldev
33
Tags: code, code snippet, insert codes, header, footer
44
Requires at least: 5.0
55
Tested up to: 6.7
6-
Stable tag: 1.4.0
6+
Stable tag: 1.5.0
77
Requires PHP: 7.4
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -125,6 +125,9 @@ A: Currently, the plugin does not support adding scripts to specific taxonomies.
125125
3. Settings Page: Easy and user-friendly admin panel to configure the header, body, and footer scripts options.
126126

127127
== Changelog ==
128+
= 1.5.0 (12 March 2025) =
129+
* New: Add support for the ability to add inner style.
130+
128131
= 1.4.0 (15 January 2025) =
129132
* New: Added WordPress Playground for live preview of code snippets.
130133

0 commit comments

Comments
 (0)