Changeset 2590950
- Timestamp:
- 08/30/2021 03:03:58 PM (5 years ago)
- Location:
- revision-manager-tmc/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (2 diffs)
-
revision-manager-tmc.php (modified) (2 diffs)
-
src/Components/Revisions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
revision-manager-tmc/trunk/readme.txt
r2590935 r2590950 5 5 Requires at least: 5.3.0 6 6 Tested up to: 5.8.0 7 Stable tag: 2.7. 87 Stable tag: 2.7.9 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 177 177 == Changelog == 178 178 179 = 2.7.9 = 180 Fix: Duplicated display of post differences on classic post screen. 181 179 182 = 2.7.8 = 180 183 Add: Revision title and content display in BlockEditor metabox area. -
revision-manager-tmc/trunk/revision-manager-tmc.php
r2590935 r2590950 5 5 Author: TheMasterCut 6 6 Tags: revisions, revisionize, admin, wiki, accept, revision, revisionary, revision control, revision, manager, notify, draft manager, authors reviser, admin, post, revisions, permissions, post permit, submit changes 7 Version: 2.7. 87 Version: 2.7.9 8 8 Author: TheMasterCut.co 9 9 Author URI: https://themastercut.co … … 35 35 // ---------------------------------------- 36 36 37 App::initShellPress( __FILE__, 'rm_tmc', '2.7. 8', 'plugin' );37 App::initShellPress( __FILE__, 'rm_tmc', '2.7.9', 'plugin' ); 38 38 39 39 // ---------------------------------------- -
revision-manager-tmc/trunk/src/Components/Revisions.php
r2590935 r2590950 1020 1020 public function _a_displayChangesInBlockEditor( $postType, $post ) { 1021 1021 1022 if( ! get_current_screen()->is_block_editor ) return; // Bai early. 1022 1023 if( ! $this->isOnRevisionEditPage() ) return; // Bail early. 1023 1024 if( ! $originalPost = get_post( $this->getLinkedPostId( $post ) ) ) return; // Bail early. No original post.
Note: See TracChangeset
for help on using the changeset viewer.