I tried downgrade version 6.6.1 to 6.5.5 without success.
I disabled all plugins and switched to the default template but I still don’t see the reinstall button.
I’m on local, could that be the reason?
]]>I have a site under WP 6.4.3 ; WP admin suggests WP 6.5.x, but some plugin’s need to be tested before installed. And many users/writers are not ready for the new article editing features (they will be teached next summer). So I wan to upgrade to WP 6.4.5 (security upgrade for 6.4 branch).
Does the plugin do the job for this upgrade 6 4.3->6.4.5 or does it work for backward only ?
If it is OK, must I change config.php with “define ( ‘WP_AUTO_UPDATE_CORE’, true);” ?
Thanks for answer
]]>Seems like a great idea for a plugin and from reviews seems that it WAS working, but it’s not working for me.
When I go to the tool, select an older version, and click “roll back” I am brought to the update-core.php
but WITHOUT the additional “re-install” button as shown in the screenshots from the wp.org plugin page no matter what alternative version I select.
If this is user error, I apologize! I see the plugin was last updated 10mo ago though, so my guess is that maybe some Core update broke this?
]]>Hi, I used the plugin to roll back WordPress 1 version earlier to be compatible with a key plugin. But now the plugin is compatible with the latest version, I’m trying to update wordpress to the latest one, but not possible. WordPress simply recognize the current version 5.7.2 as the latest version. So there’s no “Update WordPress” link. I tried to use Rollback core and select the latest version 5.8, but it simply redirect to the Update page where there’s no update link. I hope you can resolve this issue with the plugin. Thank you
]]>Hi Andy,
There is a text-domain issue that happened at \src\Settings.php line 72.
Original Code: echo( '<li>' . esc_html__( 'Click the
Rollbackbutton. You will be automatically re-directed to the
update-core.phppage.', 'core-updater' ) . '</li>' );
Corrected Code: echo( '<li>' . esc_html__( 'Click the
Rollbackbutton. You will be automatically re-directed to the
update-core.phppage.', 'core-rollback' ) . '</li>' );
This issue caused the related UI string cannot be displayed correctly.
Regards,
Alex
]]>