Skip to content

Commit 44a2dea

Browse files
authored
Merge pull request #9 from wpfresher/release/1.4.0
Prepare Release v1.4.0
2 parents 360c637 + 9966cd4 commit 44a2dea

File tree

6 files changed

+28
-8
lines changed

6 files changed

+28
-8
lines changed

blueprint.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "insert-codes",
3+
"version": "1.4.0",
4+
"slug": "insert-codes",
5+
"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+
"author": "UrlDev",
7+
"author_uri": "https://urldev.com",
8+
"homepage": "https://wordpress.org/plugins/insert-codes/",
9+
"requires": "5.0",
10+
"tested_up_to": "6.7",
11+
"requires_php": "7.4",
12+
"plugin_uri": "https://wordpress.org/plugins/insert-codes/",
13+
"license": "GPL-2.0-or-later",
14+
"license_uri": "https://www.gnu.org/licenses/gpl-2.0.html",
15+
"text_domain": "insert-codes",
16+
"readme": "https://plugins.svn.wordpress.org/insert-codes/trunk/readme.txt"
17+
}

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.3.0
6+
* Version: 1.4.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.3.0' );
44+
return Plugin::create( __FILE__, '1.4.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.3.0\n"
6+
"1.4.0\n"
77
"Report-Msgid-Bugs-To: https://urldev.com/support\n"
8-
"POT-Creation-Date: 2025-01-14 04:10:39+00:00\n"
8+
"POT-Creation-Date: 2025-01-15 10:37:45+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.3.0",
4+
"version": "1.4.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.3.0
6+
Stable tag: 1.4.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.4.0 (15 January 2025) =
129+
* New: Added WordPress Playground for live preview of code snippets.
130+
128131
= 1.3.0 (14 January 2025) =
129132
* New: Added support for inserting css and js files using the link tag.
130133
* Compatibility: Compatible with the latest version of WordPress.

0 commit comments

Comments
 (0)