Skip to content

Commit

Permalink
* Moved unneeded npm dependencies (#199)
Browse files Browse the repository at this point in the history
* Bumped version number
* Bumped WP version
  • Loading branch information
JWardee authored Aug 22, 2024
1 parent dda5e6b commit 363afcf
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 25 deletions.
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.9
Version: 2.1.10
Author URI: https://jamesward.io
Donate link: https://paypal.me/jamesmward
*/
Expand Down
55 changes: 41 additions & 14 deletions build/grunt/package-lock.json

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

10 changes: 5 additions & 5 deletions build/grunt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "WpMailCatcher",
"version": "2.1.9",
"version": "2.1.10",
"lang_po_directory": "../../languages",
"build_directory": "./..",
"dist_directory": "../../assets",
Expand All @@ -24,12 +24,12 @@
"grunt-postcss": "^0.9.0",
"grunt-pot": "^0.3.0",
"postcss": "^8.2.10",
"postcss-font-magician": "^2.2.1"
},
"dependencies": {
"postcss-font-magician": "^2.2.1",
"fs.extra": "^1.3.2",
"grunt-sync": "^0.8.0",
"postcss-discard-comments": "^4.0.1",
"postcss-discard-comments": "^4.0.1"
},
"dependencies": {
"rucksack-css": "^1.0.2"
}
}
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.5.4
export WP_VERSION=6.6.1

CMD=$1

Expand Down
6 changes: 3 additions & 3 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.9\n"
"Project-Id-Version: WpMailCatcher 2.1.10\n"
"Report-Msgid-Bugs-To: wordpress@jamesward.io\n"
"POT-Creation-Date: 2024-06-08 14:39+0000\n"
"POT-Creation-Date: 2024-08-19 21:41+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -161,7 +161,7 @@ msgstr ""
msgid "Failed"
msgstr ""

#: ../../src/Views/Log.php:121
#: ../../src/Views/Log.php:123
msgid "Search Logs"
msgstr ""

Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: mail logging, email log, email logger, logging, email logging
Requires at least: 4.7
Tested up to: 6.6
Requires PHP: 7.4
Stable tag: 2.1.9
Stable tag: 2.1.10
License: GNU General Public License v3.0
License URI: https://raw.githubusercontent.com/JWardee/wp-mail-catcher/master/LICENSE
Donate link: https://paypal.me/jamesmward
Expand Down Expand Up @@ -107,6 +107,10 @@ Great! Please leave a note in our (GitHub tracker)

== Changelog ==

= 2.1.10 =

- Security: Fixed XSS vulnerability, reported by Le Ngoc Anh via Patchstack

= 2.1.9 =

- Fix: When stopped a log from being saved via `wp_mail_catcher_before_success_log_save`, it now returns the unaltered mail
Expand Down

0 comments on commit 363afcf

Please sign in to comment.