Skip to content

Commit 5a85235

Browse files
committed
chore(release): merge v1.4.1 hotfix into master branch
2 parents 2370989 + e155d12 commit 5a85235

File tree

5 files changed

+16
-7
lines changed

5 files changed

+16
-7
lines changed

.distignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ README.md
1111
*.txt
1212

1313
# Ignore configuration files
14-
*.json
1514
*.yml
1615
*.lock
1716

languages/runthings-secrets.pot

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# This file is distributed under the GPLv3 or later.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: RunThings Secrets 1.4.0\n"
6-
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/runthings-secrets\n"
5+
"Project-Id-Version: RunThings Secrets 1.4.1\n"
6+
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/Secrets-WordPress\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <LL@li.org>\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=UTF-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
12-
"POT-Creation-Date: 2024-05-21T21:52:29+00:00\n"
12+
"POT-Creation-Date: 2024-05-29T11:52:15+00:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"X-Generator: WP-CLI 2.10.0\n"
1515
"X-Domain: runthings-secrets\n"

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ Remember, the timezone setting not only affects the display of dates in the "Add
112112

113113
# Changelog
114114

115+
## 1.4.1 - 29th May 2024
116+
117+
- Bugfix - build script was excluding json files eg block.json and broke the blocks
118+
115119
## 1.4.0 - 21st May 2024
116120

117121
- Implemented dev tooling - `./bin/makepot.sh`

readme.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Tested up to: 6.5
66
Requires PHP: 7.2
77
License: GPLv3 or later
88
License URI: https://www.gnu.org/licenses/gpl-3.0.html
9-
Stable tag: 1.4.0
9+
Stable tag: 1.4.1
1010

1111
Securely share secrets with a time-limited URL, avoiding passwords in chats or emails.
1212

@@ -132,6 +132,9 @@ Plugin Icon - Secret by Side Project, on Noun Project, from https://thenounproje
132132

133133
== Upgrade Notice ==
134134

135+
= 1.4.1 =
136+
This update fixes a bug that broke the blocks.
137+
135138
= 1.4.0 =
136139
This update includes new developer tooling scripts and replaces po and mo files with a pot file. Please update to ensure continued compatibility and take advantage of the new features.
137140

@@ -149,6 +152,9 @@ Initial public release. Includes basic functionality for secure sharing of secre
149152

150153
== Changelog ==
151154

155+
= 1.4.1 - 29th May 2024 =
156+
* Bugfix - build script was excluding json files eg block.json and broke the blocks
157+
152158
= 1.4.0 - 21st May 2024 =
153159
* Implemented dev tooling - ./bin/makepot.sh
154160
* Implemented dev tooling - ./bin/build-zip.sh

runthings-secrets.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Plugin URI: https://runthings.dev/wordpress-plugins/secrets/
66
* Repository URI: https://github.com/runthings-dev/Secrets-WordPress
77
* Description: Share secrets securely
8-
* Version: 1.4.0
8+
* Version: 1.4.1
99
* Author: runthingsdev
1010
* Author URI: https://runthings.dev/
1111
* License: GPLv3 or later
@@ -41,7 +41,7 @@
4141

4242
class runthings_secrets_Plugin
4343
{
44-
const VERSION = '1.4.0';
44+
const VERSION = '1.4.1';
4545

4646
protected static $single_instance = null;
4747

0 commit comments

Comments
 (0)