Skip to content

Commit a3838f0

Browse files
committed
chore(release): deploy v1.9.0
1 parent a76d6c5 commit a3838f0

File tree

3 files changed

+30
-14
lines changed

3 files changed

+30
-14
lines changed

languages/runthings-secrets.pot

Lines changed: 27 additions & 11 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.8.0\n"
5+
"Project-Id-Version: RunThings Secrets 1.9.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: 2025-11-09T17:30:44+00:00\n"
12+
"POT-Creation-Date: 2025-12-16T16:10:18+00:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"X-Generator: WP-CLI 2.11.0\n"
1515
"X-Domain: runthings-secrets\n"
@@ -54,19 +54,35 @@ msgid "Advanced"
5454
msgstr ""
5555

5656
#: includes/Admin/Sections/AdvancedSettings.php:70
57-
msgid "Enqueue Form Styles"
57+
msgid "Default Expiration"
5858
msgstr ""
5959

6060
#: includes/Admin/Sections/AdvancedSettings.php:78
61-
#: includes/Admin/Sections/AdvancedSettings.php:112
61+
msgid "Default Max Views"
62+
msgstr ""
63+
64+
#: includes/Admin/Sections/AdvancedSettings.php:86
65+
msgid "Enqueue Form Styles"
66+
msgstr ""
67+
68+
#: includes/Admin/Sections/AdvancedSettings.php:94
69+
#: includes/Admin/Sections/AdvancedSettings.php:162
6270
msgid "Delete All Secrets"
6371
msgstr ""
6472

65-
#: includes/Admin/Sections/AdvancedSettings.php:104
73+
#: includes/Admin/Sections/AdvancedSettings.php:140
74+
msgid "Default expiration for new secrets. Use relative date strings like \"+7 days\", \"+2 weeks\", or \"+1 month\"."
75+
msgstr ""
76+
77+
#: includes/Admin/Sections/AdvancedSettings.php:147
78+
msgid "Default value for \"Maximum number of views\" in the add secret form."
79+
msgstr ""
80+
81+
#: includes/Admin/Sections/AdvancedSettings.php:154
6682
msgid "Enqueue the stylesheet for the 'add secret' form."
6783
msgstr ""
6884

69-
#: includes/Admin/Sections/AdvancedSettings.php:111
85+
#: includes/Admin/Sections/AdvancedSettings.php:161
7086
msgid "Are you sure you want to delete all secrets? This action cannot be undone."
7187
msgstr ""
7288

@@ -263,14 +279,14 @@ msgid "This secret has expired or reached its maximum number of views."
263279
msgstr ""
264280

265281
#. translators: %s: Number of days left
266-
#: includes/Data/SecretRepository.php:269
282+
#: includes/Data/SecretRepository.php:270
267283
msgid "%s day"
268284
msgid_plural "%s days"
269285
msgstr[0] ""
270286
msgstr[1] ""
271287

272288
#. translators: %s: Number of views left
273-
#: includes/Data/SecretRepository.php:283
289+
#: includes/Data/SecretRepository.php:284
274290
msgid "%s view"
275291
msgid_plural "%s views"
276292
msgstr[0] ""
@@ -280,15 +296,15 @@ msgstr[1] ""
280296
msgid "This secret cannot be manually deleted."
281297
msgstr ""
282298

283-
#: includes/Render/Views/AddSecret.php:139
299+
#: includes/Render/Views/AddSecret.php:158
284300
msgid "Consider setting a shorter expiration date. It's better to keep expiration dates just long enough to share with the recipient."
285301
msgstr ""
286302

287-
#: includes/Render/Views/AddSecret.php:166
303+
#: includes/Render/Views/AddSecret.php:185
288304
msgid "reCAPTCHA verification failed, please try again."
289305
msgstr ""
290306

291-
#: includes/Render/Views/AddSecret.php:167
307+
#: includes/Render/Views/AddSecret.php:186
292308
msgid "Failed reCAPTCHA Security Checks."
293309
msgstr ""
294310

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Tested up to: 6.9
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.8.0
9+
Stable tag: 1.9.0
1010

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

runthings-secrets.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Plugin URI: https://runthings.dev/wordpress-plugins/secrets/
88
* Repository URI: https://github.com/runthings-dev/Secrets-WordPress
99
* Description: Share secrets securely
10-
* Version: 1.8.0
10+
* Version: 1.9.0
1111
* Author: runthingsdev
1212
* Author URI: https://runthings.dev/
1313
* License: GPLv3 or later
@@ -41,7 +41,7 @@
4141
define('RUNTHINGS_SECRETS_PLUGIN_DIR_INCLUDES', plugin_dir_path(__FILE__) . "includes/");
4242
define('RUNTHINGS_SECRETS_PLUGIN_URL', plugins_url('', __FILE__));
4343

44-
define('RUNTHINGS_SECRETS_PLUGIN_VERSION', '1.8.0');
44+
define('RUNTHINGS_SECRETS_PLUGIN_VERSION', '1.9.0');
4545

4646
// Load Composer autoloader
4747
require_once RUNTHINGS_SECRETS_PLUGIN_DIR . 'vendor/autoload.php';

0 commit comments

Comments
 (0)