Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.1.4 #190

Merged
merged 4 commits into from
Oct 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion WpMailCatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Domain Path: /languages
Description: Logging your mail will stop you from ever losing your emails again! This fast, lightweight plugin (under 140kb in size!) is also useful for debugging or backing up your messages.
Author: James Ward
Version: 2.1.3
Version: 2.1.4
Author URI: https://jamesward.io
Donate link: https://paypal.me/jamesmward
*/
Expand Down
2 changes: 1 addition & 1 deletion build/grunt/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/grunt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "WpMailCatcher",
"version": "2.1.3",
"version": "2.1.4",
"lang_po_directory": "../../languages",
"build_directory": "./..",
"dist_directory": "../../assets",
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"szepeviktor/phpstan-wordpress": "^1.1",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-phpunit": "^1.3",
"squizlabs/php_codesniffer": "3.*"
"squizlabs/php_codesniffer": "3.*",
"mockery/mockery": "^1.6"
},
"config": {
"allow-plugins": {
Expand Down
235 changes: 232 additions & 3 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export DB_DATABASE=wordpress
export DB_USERNAME=wp_mail_catcher
export DB_PASSWORD=password
export PHP_VERSION=8.0
export WP_VERSION=6.2
export WP_VERSION=latest

CMD=$1

Expand Down
28 changes: 14 additions & 14 deletions languages/WpMailCatcher.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: WpMailCatcher 2.1.0\n"
"Project-Id-Version: WpMailCatcher 2.1.4\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2023-05-31 22:22+0000\n"
"POT-Creation-Date: 2023-10-28 12:40+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand All @@ -30,55 +30,55 @@ msgstr ""
msgid "Once a month"
msgstr ""

#: ../../src/GeneralHelper.php:218
#: ../../src/GeneralHelper.php:221
#, php-format
msgctxt "%s = human-readable time difference"
msgid "%s"
msgstr ""

#: ../../src/MailAdminTable.php:61
#: ../../src/MailAdminTable.php:75
msgid "This subject was base64 decoded"
msgstr ""

#: ../../src/MailAdminTable.php:76
#: ../../src/MailAdminTable.php:92
msgid "This subject was quoted printable decoded"
msgstr ""

#: ../../src/MailAdminTable.php:101
#: ../../src/MailAdminTable.php:117
msgid "More Info"
msgstr ""

#: ../../src/MailAdminTable.php:109 ../../src/Views/NewMessageModal.php:30
#: ../../src/MailAdminTable.php:125 ../../src/Views/NewMessageModal.php:30
msgid "To"
msgstr ""

#: ../../src/MailAdminTable.php:110 ../../src/Views/NewMessageModal.php:53
#: ../../src/MailAdminTable.php:126 ../../src/Views/NewMessageModal.php:53
msgid "Subject"
msgstr ""

#: ../../src/MailAdminTable.php:111 ../../src/Views/NewMessageModal.php:33
#: ../../src/MailAdminTable.php:127 ../../src/Views/NewMessageModal.php:33
msgid "From"
msgstr ""

#: ../../src/MailAdminTable.php:112
#: ../../src/MailAdminTable.php:128
msgid "Sent"
msgstr ""

#: ../../src/MailAdminTable.php:120 ../../src/MailAdminTable.php:159
#: ../../src/MailAdminTable.php:136 ../../src/MailAdminTable.php:177
msgid "Delete"
msgstr ""

#: ../../src/MailAdminTable.php:121 ../../src/MailAdminTable.php:160
#: ../../src/MailAdminTable.php:137 ../../src/MailAdminTable.php:178
#: ../../src/Views/LogModal.php:92
msgid "Resend"
msgstr ""

#: ../../src/MailAdminTable.php:122 ../../src/MailAdminTable.php:161
#: ../../src/MailAdminTable.php:138 ../../src/MailAdminTable.php:179
#: ../../src/Views/ExportWarningDialog.php:81
msgid "Export"
msgstr ""

#: ../../src/MailAdminTable.php:123
#: ../../src/MailAdminTable.php:139
msgid "View"
msgstr ""

Expand Down
Loading
Loading