WP Downgrade | Specific Core Version - Version 1.2.2

Version Description

  • compatibility with WordPress 5.5.1
  • Donation link added. I am very pleased with a coffee or a beer!
Download this release

Release Info

Developer Reisetiger
Plugin Icon 128x128 WP Downgrade | Specific Core Version
Version 1.2.2
Comparing to
See all releases

Code changes from version 1.2.1 to 1.2.2

Files changed (2) hide show
  1. readme.txt +18 -7
  2. wp-downgrade.php +1 -1
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
  === WP Downgrade | Specific Core Version ===
2
  Contributors: Reisetiger
3
- Donate link: http://www.reisetiger.net
4
  Tags: Downgrade, Core, WP-Core, Version, Rollback, Upgrade, Update, Release, Versionskontrolle
5
  Requires at least: 3.0.1
6
- Tested up to: 5.3.2
7
  Stable tag: trunk
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -33,7 +33,7 @@ Das klappt wie gewohnt per Update-Button im Admin-Bereich oder per Auto-Update.
33
  WP-Downgrade funktioniert normalerweise prima. Trotzdem ist ein Versionswechsel immer ein riskanter Eingriff! Du solltest auf jeden Fall vorher ein Backup deiner Dateien und der Datenbank anlegen! Ich übernehme keinerlei Gewähr für deine Installation und werde auch keinen Support leisten.
34
 
35
  = Plugin hilfreich? Sag Danke! =
36
- Ich stelle das Plugin kostenlos zur Verfügung und möchte auch keine Spenden. Aber: Ich freu mich sehr, wenn du auf meinen Reiseblog [https://www.reisetiger.net](https://www.reisetiger.net "Reisetiger") verlinkst oder mal für deine Reiseplanung vorbeischaust! :-)
37
  **Bitte bewerte WP Downgrade, wenn es für dich nützlich ist!**
38
 
39
  == Installation ==
@@ -51,10 +51,17 @@ Ich stelle das Plugin kostenlos zur Verfügung und möchte auch keine Sp
51
  5. Nun findest du unter "Einstellungen" einen neuen Punkt namens "WP Downgrade". Dort kannst du die gewünschte Core-Versionsnummer hinterlegen und anschließend das WordPress-Update vornehmen.
52
 
53
 
54
- == Frequently Asked Questions ==
 
55
 
56
- = Q: Warum gibt es hier keine FAQ's? =
57
- A: Weil es bisher keine Fragen gab! :-)
 
 
 
 
 
 
58
 
59
 
60
  == Screenshots ==
@@ -65,8 +72,12 @@ A: Weil es bisher keine Fragen gab! :-)
65
 
66
 
67
  == Changelog ==
 
 
 
 
68
  = 1.2.1 =
69
- * compatibility with WordPress 5.3.2
70
  * Bugfix for URL with language EN
71
 
72
  = 1.2.0 =
1
  === WP Downgrade | Specific Core Version ===
2
  Contributors: Reisetiger
3
+ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=G76PRK5P6F4DW&source=url
4
  Tags: Downgrade, Core, WP-Core, Version, Rollback, Upgrade, Update, Release, Versionskontrolle
5
  Requires at least: 3.0.1
6
+ Tested up to: 5.5.1
7
  Stable tag: trunk
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
33
  WP-Downgrade funktioniert normalerweise prima. Trotzdem ist ein Versionswechsel immer ein riskanter Eingriff! Du solltest auf jeden Fall vorher ein Backup deiner Dateien und der Datenbank anlegen! Ich übernehme keinerlei Gewähr für deine Installation und werde auch keinen Support leisten.
34
 
35
  = Plugin hilfreich? Sag Danke! =
36
+ Ich stelle das Plugin kostenlos zur Verfügung, freue mich aber sehr über Spenden oder einen Link auf meinen Reiseblog [https://www.reisetiger.net](https://www.reisetiger.net "Reisetiger")! :-)
37
  **Bitte bewerte WP Downgrade, wenn es für dich nützlich ist!**
38
 
39
  == Installation ==
51
  5. Nun findest du unter "Einstellungen" einen neuen Punkt namens "WP Downgrade". Dort kannst du die gewünschte Core-Versionsnummer hinterlegen und anschließend das WordPress-Update vornehmen.
52
 
53
 
54
+ = Q: Button for update/reinstall is not visible =
55
+ A: If there is no button for update/reinstall core on /wp-admin/update-core.php, this is being blocked by a custom code. Can be another plugin or your theme. Maybe you try something like this:
56
 
57
+ 1. Deactivate all other plugins
58
+ 2. Switch to a standard theme
59
+ 3. Remove this from wp-config: `define( 'WP_AUTO_UPDATE_CORE', false );`
60
+ 4. Remove something like that from wp-config: `remove_action( 'init', 'wp_version_check' );`
61
+ 5. Remove something like that from wp-config: `add_filter('pre_option_update_core','__return_null');`
62
+ 6. Remove something like that from wp-config: `add_filter('pre_site_transient_update_core','__return_null');`
63
+ 7. Remove "gd-system-plugin" from `/wp-content/mu-plugins/`
64
+ 8. Remove the reference to `gd-config.php` in wp-config.php.
65
 
66
 
67
  == Screenshots ==
72
 
73
 
74
  == Changelog ==
75
+ = 1.2.2 =
76
+ * compatibility with WordPress 5.5.1
77
+ * Donation link added. I am very pleased with a coffee or a beer!
78
+
79
  = 1.2.1 =
80
+ * compatibility with WordPress 5.3.2
81
  * Bugfix for URL with language EN
82
 
83
  = 1.2.0 =
wp-downgrade.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: WP Downgrade | Specific Core Version
4
  Plugin URI: https://www.reisetiger.net
5
  Description: WP Downgrade allows you to either downgrade or update WordPress Core to an arbitrary version of your choice. The version you choose is downloaded directly from wordpress.org and installed just like any regular release update. The target version WordPress allows you to update to remains constant until you enter a different one or deactivate the plugin either completely or by leaving the target version field empty.
6
- Version: 1.2.1
7
  Author: Reisetiger
8
  Author URI: https://www.reisetiger.net
9
  License: GPL2
3
  Plugin Name: WP Downgrade | Specific Core Version
4
  Plugin URI: https://www.reisetiger.net
5
  Description: WP Downgrade allows you to either downgrade or update WordPress Core to an arbitrary version of your choice. The version you choose is downloaded directly from wordpress.org and installed just like any regular release update. The target version WordPress allows you to update to remains constant until you enter a different one or deactivate the plugin either completely or by leaving the target version field empty.
6
+ Version: 1.2.2
7
  Author: Reisetiger
8
  Author URI: https://www.reisetiger.net
9
  License: GPL2