Changeset 2803841
- Timestamp:
- 10/25/2022 10:11:07 AM (3 years ago)
- Location:
- revision-manager-tmc/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
revision-manager-tmc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
revision-manager-tmc/trunk/readme.txt
r2683700 r2803841 4 4 Tags: revision, revisionary, revision control, revision manager, clone post, revisions, authors reviser, draft manager, permissions, post permit, accept, accept post, accept changes, revisionize, submit changes, acf, Advanced Custom Fields, show differences in changes 5 5 Requires at least: 5.3.0 6 Tested up to: 5.9.16 Tested up to: 6.3.1 7 7 Requires PHP: 5.6 8 Stable tag: 2.8.1 48 Stable tag: 2.8.15 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 45 45 From version 2.7.5 you can use publicly accessible methods: 46 46 47 rm_tmc_createRevision( [ORIGINAL POST ID YOU WANT TO MAKE COPY OF] )48 49 rm_tmc_acceptRevision( [REVISION POST ID TO ACCEPT] )47 rm_tmc_createRevision( [ORIGINAL POST ID YOU WANT TO MAKE COPY OF] ) 48 49 rm_tmc_acceptRevision( [REVISION POST ID TO ACCEPT] ) 50 50 51 51 >Read more about our plugin in BEGINNER'S GUIDE FOR WORDPRESS — [wpbeginner.com - Revision Manager TMC](https://www.wpbeginner.com/plugins/how-to-allow-authors-to-revise-published-posts-in-wordpress/) … … 177 177 == Changelog == 178 178 179 = 2.8.15 = 180 Refactor: WordPress 6.3.1 - compatibility check. 181 179 182 = 2.8.14 = 180 183 Refactor: WordPress 5.9.1 - compatibility check. -
revision-manager-tmc/trunk/revision-manager-tmc.php
r2683700 r2803841 4 4 Description: Clone your post, page or custom post type to a draft. Draft up revisions of live, published content. 5 5 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 6 Version: 2.8.1 46 Version: 2.8.15 7 7 Author: JetPlugs.com 8 8 Author URI: https://jetplugs.com … … 34 34 // ---------------------------------------- 35 35 36 App::initShellPress( __FILE__, 'rm_tmc', '2.8.1 4', 'plugin' );36 App::initShellPress( __FILE__, 'rm_tmc', '2.8.15', 'plugin' ); 37 37 38 38 // ----------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.