File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22# This file is distributed under the GPLv3 or later.
33msgid ""
44msgstr ""
5- "Project-Id-Version : RunThings Secrets 1.5.0 \n "
5+ "Project-Id-Version : RunThings Secrets 1.5.1 \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-07T07:55:50 +00:00\n "
12+ "POT-Creation-Date : 2024-06-11T09:20:00 +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 "
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Tested up to: 6.5
66Requires PHP: 7.2
77License: GPLv3 or later
88License URI: https://www.gnu.org/licenses/gpl-3.0.html
9- Stable tag: 1.5.0
9+ Stable tag: 1.5.1
1010
1111Securely share secrets with a time-limited URL, avoiding passwords in chats or emails.
1212
Original file line number Diff line number Diff line change 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.0
8+ * Version: 1.5.1
99 * Author: runthingsdev
1010 * Author URI: https://runthings.dev/
1111 * License: GPLv3 or later
3939define ('RUNTHINGS_SECRETS_PLUGIN_DIR_INCLUDES ' , plugin_dir_path (__FILE__ ) . "includes/ " );
4040define ('RUNTHINGS_SECRETS_PLUGIN_URL ' , plugins_url ('' , __FILE__ ));
4141
42- define ('RUNTHINGS_SECRETS_PLUGIN_VERSION ' , '1.5.0 ' );
42+ define ('RUNTHINGS_SECRETS_PLUGIN_VERSION ' , '1.5.1 ' );
4343
4444class runthings_secrets_Plugin
4545{
You can’t perform that action at this time.
0 commit comments