Skip to content

Commit 243c6ac

Browse files
committed
chore(release): deploy v2.0.1
1 parent d3d1d40 commit 243c6ac

3 files changed

Lines changed: 24 additions & 21 deletions

File tree

languages/runthings-empty-media-title.pot

Lines changed: 21 additions & 18 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: Clear Media Title On Upload 2.0.0\n"
5+
"Project-Id-Version: Clear Media Title On Upload 2.0.1\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/runthings-empty-media-title\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: 2026-01-23T17:52:35+00:00\n"
12+
"POT-Creation-Date: 2026-01-23T22:27:31+00:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"X-Generator: WP-CLI 2.12.0\n"
1515
"X-Domain: runthings-empty-media-title\n"
@@ -43,34 +43,37 @@ msgstr ""
4343
msgid "Clear media title"
4444
msgstr ""
4545

46-
#. translators: %d: number of media items
47-
#: lib/BulkClear.php:88
48-
#, php-format
49-
msgid "Cleared title for %d media item."
50-
msgid_plural "Cleared titles for %d media items."
51-
msgstr[0] ""
52-
msgstr[1] ""
53-
54-
#: lib/BulkClear.php:121
46+
#: lib/BulkClear.php:34
5547
msgid "Clear titles"
5648
msgstr ""
5749

58-
#: lib/BulkClear.php:122
59-
msgid "Clear titles for selected media?"
50+
#: lib/BulkClear.php:35
51+
msgid ""
52+
"You are about to clear the titles for these items.\n"
53+
"This action cannot be undone.\n"
54+
"'Cancel' to stop, 'OK' to clear."
55+
msgstr ""
56+
57+
#. translators: %d: number of media items
58+
#: lib/BulkClear.php:37
59+
#, php-format
60+
msgid "Cleared title for %d media item."
6061
msgstr ""
6162

62-
#: lib/BulkClear.php:123
63-
msgid "Titles cleared successfully."
63+
#. translators: %d: number of media items
64+
#: lib/BulkClear.php:39
65+
#, php-format
66+
msgid "Cleared titles for %d media items."
6467
msgstr ""
6568

66-
#: lib/BulkClear.php:124
69+
#: lib/BulkClear.php:40
6770
msgid "Error clearing titles."
6871
msgstr ""
6972

70-
#: lib/BulkClear.php:136
73+
#: lib/BulkClear.php:41
7174
msgid "Permission denied."
7275
msgstr ""
7376

74-
#: lib/BulkClear.php:142
77+
#: lib/BulkClear.php:42
7578
msgid "No items selected."
7679
msgstr ""

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: runthingsdev
33
Tags: media, images, title, upload, attachment
44
Requires at least: 6.0
55
Tested up to: 6.9
6-
Stable tag: 2.0.0
6+
Stable tag: 2.0.1
77
Requires PHP: 7.4
88
License: GPLv3 or later
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html

runthings-empty-media-title.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin Name: Clear Media Title On Upload
55
* Plugin URI: https://runthings.dev/wordpress-plugins/empty-media-title/
66
* Description: Clears the image title attribute field on upload, instead of setting it to the slugified filename.
7-
* Version: 2.0.0
7+
* Version: 2.0.1
88
* Author: runthingsdev
99
* Author URI: https://runthings.dev/
1010
* License: GPLv3 or later
@@ -20,7 +20,7 @@
2020
die;
2121
}
2222

23-
define('RUNTHINGS_EMT_VERSION', '2.0.0');
23+
define('RUNTHINGS_EMT_VERSION', '2.0.1');
2424
define('RUNTHINGS_EMT_URL', plugin_dir_url(__FILE__));
2525
define('RUNTHINGS_EMT_DIR', plugin_dir_path(__FILE__));
2626

0 commit comments

Comments
 (0)