Skip to content

Commit 7203447

Browse files
committed
chore(release): deploy v1.6.0
1 parent 78f7853 commit 7203447

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

languages/runthings-secrets.pot

Lines changed: 2 additions & 2 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.5.1\n"
5+
"Project-Id-Version: RunThings Secrets 1.6.0\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/runthings-secrets\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-06-11T09:20:00+00:00\n"
12+
"POT-Creation-Date: 2024-07-09T11:01:33+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
@@ -126,6 +126,10 @@ When you enable reCAPTCHA in the plugin settings, it will send user data, such a
126126

127127
# Changelog
128128

129+
## 1.6.0 - 9th July 2024
130+
131+
- Bugfix - Remove hardcoded plugin folder name
132+
129133
## 1.5.1 - 7th June 2024
130134

131135
- Add readme files back into the release archive.

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.5.1
9+
Stable tag: 1.6.0
1010

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

@@ -146,6 +146,9 @@ When you enable reCAPTCHA in the plugin settings, it will send user data, such a
146146

147147
== Upgrade Notice ==
148148

149+
= 1.6.0 =
150+
This update fixes a hardcoded path bug
151+
149152
= 1.5.1 =
150153
This update adds the documentation back into the archive.
151154

@@ -172,6 +175,9 @@ Initial public release. Includes basic functionality for secure sharing of secre
172175

173176
== Changelog ==
174177

178+
= 1.6.0 - 9th July 2024 =
179+
* Bugfix - Remove hardcoded plugin folder name
180+
175181
= 1.5.1 - 7th June 2024 =
176182
* Add readme files back into the release archive.
177183

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.5.1
8+
* Version: 1.6.0
99
* Author: runthingsdev
1010
* Author URI: https://runthings.dev/
1111
* License: GPLv3 or later
@@ -39,7 +39,7 @@
3939
define('RUNTHINGS_SECRETS_PLUGIN_DIR_INCLUDES', plugin_dir_path(__FILE__) . "includes/");
4040
define('RUNTHINGS_SECRETS_PLUGIN_URL', plugins_url('', __FILE__));
4141

42-
define('RUNTHINGS_SECRETS_PLUGIN_VERSION', '1.5.1');
42+
define('RUNTHINGS_SECRETS_PLUGIN_VERSION', '1.6.0');
4343

4444
class runthings_secrets_Plugin
4545
{

0 commit comments

Comments
 (0)