Changeset 3471146
- Timestamp:
- 02/27/2026 02:50:15 PM (4 weeks ago)
- Location:
- revisionary/trunk
- Files:
-
- 3 edited
-
CHANGELOG.md (modified) (1 diff)
-
admin/post-edit_rvy.php (modified) (1 diff)
-
revisionary.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
revisionary/trunk/CHANGELOG.md
r3470632 r3471146 3 3 4 4 = 3.7.25 = 5 * Fixed : C reate Revision button in Classic Editor failed to create revision5 * Fixed : Classic Editor - Buttons for Revision creation fail 6 6 7 7 = 3.7.24 - 18 Feb 2026 = -
revisionary/trunk/admin/post-edit_rvy.php
r3470632 r3471146 126 126 127 127 $args['createRevisionNonce'] = wp_create_nonce('create_revision'); 128 129 $args['createScheduledRevisionNonce'] = wp_create_nonce('create_scheduled_revision'); 128 130 129 131 $args['newRevisionDirectLink'] = (rvy_get_option('create_revision_direct_link')) -
revisionary/trunk/revisionary.php
r3470632 r3471146 6 6 * Author: PublishPress 7 7 * Author URI: https://publishpress.com 8 * Version: 3.7.25-beta 8 * Version: 3.7.25-beta2 9 9 * Text Domain: revisionary 10 10 * Domain Path: /languages/ … … 40 40 global $pp_revisions_version; 41 41 42 $pp_revisions_version = '3.7.25-beta ';42 $pp_revisions_version = '3.7.25-beta2'; 43 43 44 44 global $wp_version;
Note: See TracChangeset
for help on using the changeset viewer.