Skip to content

Commit ae97e12

Browse files
author
bcc-bot
committed
Released bcc-post-update-translations-notifier plugin v1.5.6
1 parent f09919a commit ae97e12

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

plugins/bcc-post-update-translations-notifier/bcc-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.5
5+
* Version: 1.5.6
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.5";
21+
private $plugin_version = "1.5.6";
2222
private $plugin;
2323
private $plugin_slug;
2424
private $plugin_name = "BCC – Post Update Translations Notifier";

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"private": true,
33
"name": "bcc-post-update-translations-notifier",
4-
"version": "1.5.5",
4+
"version": "1.5.6",
55
"slug": "bcc-post-update-translations-notifier",
66
"author": "<a href='https://github.com/bcc-code'>BCC Code</a>",
77
"author_profile": "https://github.com/bcc-code",
88
"requires": "3.0",
99
"tested": "6.8",
1010
"requires_php": "5.3",
11-
"last_updated": "2025-10-23 12:20:19",
11+
"last_updated": "2025-10-23 12:58:30",
1212
"sections": {
1313
"description": "BCC – Post Update Translations Notifier",
1414
"installation": "Remember to activate the plugin after installation. Under Settings you'll find a page called Translation Notifications where you can set up the emails which should get notifications about post updates. On the same page there is also a notification log.",

0 commit comments

Comments
 (0)