Skip to content

Commit c15ffda

Browse files
committed
Update plugin version
1 parent 6721b4f commit c15ffda

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plugins/bcc-post-update-translations-notifier/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "post-update-translations-notifier",
4-
"version": "1.5.3",
4+
"version": "1.5.4",
55
"slug": "post-update-translations-notifier",
66
"author": "<a href='https://github.com/bcc-code'>BCC Code</a>",
77
"author_profile": "https://github.com/bcc-code",

plugins/bcc-post-update-translations-notifier/post-update-translations-notifier.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: BCC – Post Update Translations Notifier
44
* Description: When the ACF field "translation_stage" changes to "translate", email addresses from the option "update_notification_emails" are notified. Includes admin settings page and logging.
5-
* Version: 1.5.3
5+
* Version: 1.5.4
66
* Author: BCC IT
77
*/
88

@@ -18,7 +18,7 @@ class Post_Update_Translations_Notifier {
1818
* The plugin instance.
1919
*/
2020
private static $instance = null;
21-
private $plugin_version = "1.5.3";
21+
private $plugin_version = "1.5.4";
2222
private $plugin;
2323
private $plugin_slug;
2424
private $plugin_name = "BCC – Post Update Translations Notifier";

0 commit comments

Comments
 (0)