Skip to content

Commit 4c66dfa

Browse files
author
bcc-bot
committed
Released bcc-keep-translated-posts-status-same-as-original plugin v1.6.5
1 parent 72d7e00 commit 4c66dfa

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

plugins/bcc-keep-translated-posts-status-same-as-original/bcc-keep-translated-posts-status-same-as-original.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: BCC – Keep translated posts' status same as original
44
* Description: Ensures translated posts imported from Phrase (and any WPML saves) inherit the source post's status (e.g. draft, publish). This is done to avoid the use-case when an email is sent to post groups in e.g. English before Norwegian is ready to go (published). In addition, this plugin creates a settings page where admins can see which translated posts have different post statuses than the original posts.
55
* Author: BCC IT
6-
* Version: 1.6.4
6+
* Version: 1.6.5
77
*/
88

99
if ( !defined('ABSPATH') ) { exit; }
@@ -16,7 +16,7 @@ class BCC_Keep_Translated_Posts_Status_Same_As_Original {
1616
* The plugin instance.
1717
*/
1818
private static $instance = null;
19-
private $plugin_version = "1.6.4";
19+
private $plugin_version = "1.6.5";
2020
private $plugin;
2121
private $plugin_slug;
2222
private $plugin_name = "BCC – Keep translated posts' status same as original";

plugins/bcc-keep-translated-posts-status-same-as-original/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-keep-translated-posts-status-same-as-original",
4-
"version": "1.6.4",
4+
"version": "1.6.5",
55
"slug": "bcc-keep-translated-posts-status-same-as-original",
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-31 11:32:45",
11+
"last_updated": "2025-11-18 22:35:48",
1212
"sections": {
1313
"description": "BCC – Keep translated posts' status same as original",
1414
"installation": "Remember to activate the plugin after installation. Under Settings you'll find a page called Post status mismatch. Use that to find pages which have different post statuses than in the original language.",

0 commit comments

Comments
 (0)