Plugin Directory

Changeset 2803841


Ignore:
Timestamp:
10/25/2022 10:11:07 AM (3 years ago)
Author:
themastercut
Message:

Version: 2.8.15.

Location:
revision-manager-tmc/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • revision-manager-tmc/trunk/readme.txt

    r2683700 r2803841  
    44Tags: 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
    55Requires at least: 5.3.0
    6 Tested up to: 5.9.1
     6Tested up to: 6.3.1
    77Requires PHP: 5.6
    8 Stable tag: 2.8.14
     8Stable tag: 2.8.15
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4545From version 2.7.5 you can use publicly accessible methods:
    4646
    47     rm_tmc_createRevision( [ORIGINAL POST ID YOU WANT TO MAKE COPY OF] )
    48 
    49     rm_tmc_acceptRevision( [REVISION POST ID TO ACCEPT] )
     47rm_tmc_createRevision( [ORIGINAL POST ID YOU WANT TO MAKE COPY OF] )
     48
     49rm_tmc_acceptRevision( [REVISION POST ID TO ACCEPT] )
    5050
    5151>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/)
     
    177177== Changelog ==
    178178
     179= 2.8.15 =
     180Refactor: WordPress 6.3.1 - compatibility check.
     181
    179182= 2.8.14 =
    180183Refactor: WordPress 5.9.1 - compatibility check.
  • revision-manager-tmc/trunk/revision-manager-tmc.php

    r2683700 r2803841  
    44Description:    Clone your post, page or custom post type to a draft. Draft up revisions of live, published content.
    55Tags:           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.14
     6Version:        2.8.15
    77Author:         JetPlugs.com
    88Author URI:     https://jetplugs.com
     
    3434//  ----------------------------------------
    3535
    36 App::initShellPress( __FILE__, 'rm_tmc', '2.8.14', 'plugin' );
     36App::initShellPress( __FILE__, 'rm_tmc', '2.8.15', 'plugin' );
    3737
    3838//  ----------------------------------------
Note: See TracChangeset for help on using the changeset viewer.