Version Description
(2021-04-15) = - Fix for fatal error happening on plugin update. - If you are updating from a pre-2.0.0 version of the plugin, you may have to manually re-activate the plugin after running the update.
Download this release
Release Info
Developer | Rustaurius |
Plugin | Ultimate FAQ |
Version | 2.0.9 |
Comparing to | |
See all releases |
Code changes from version 2.0.8 to 2.0.9
- Main.php +0 -7
- readme.txt +4 -0
- ultimate-faqs.php +1 -1
Main.php
DELETED
@@ -1,7 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
//Main file has been re-named, so activate that instead and then exit
|
4 |
-
|
5 |
-
activate_plugin( 'ultimate-faqs/ultimate-faqs.php' );
|
6 |
-
|
7 |
-
deactivate_plugins( 'ultimate-faqs/Main.php' );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
readme.txt
CHANGED
@@ -264,6 +264,10 @@ Video 3 - FAQs Ordering
|
|
264 |
|
265 |
== Changelog ==
|
266 |
|
|
|
|
|
|
|
|
|
267 |
= 2.0.8 (2021-04-14) =
|
268 |
- Workaround for infinite loop issue caused by SiteOrigin Page Builder's application of content filtering.
|
269 |
|
264 |
|
265 |
== Changelog ==
|
266 |
|
267 |
+
= 2.0.9 (2021-04-15) =
|
268 |
+
- Fix for fatal error happening on plugin update.
|
269 |
+
- <strong>If you are updating from a pre-2.0.0 version of the plugin, you may have to manually re-activate the plugin after running the update.</strong>
|
270 |
+
|
271 |
= 2.0.8 (2021-04-14) =
|
272 |
- Workaround for infinite loop issue caused by SiteOrigin Page Builder's application of content filtering.
|
273 |
|
ultimate-faqs.php
CHANGED
@@ -7,7 +7,7 @@ Author: Etoile Web Design
|
|
7 |
Author URI: http://www.EtoileWebDesign.com/plugins/ultimate-faqs/
|
8 |
Terms and Conditions: http://www.etoilewebdesign.com/plugin-terms-and-conditions/
|
9 |
Text Domain: ultimate-faqs
|
10 |
-
Version: 2.0.
|
11 |
*/
|
12 |
|
13 |
if ( ! defined( 'ABSPATH' ) )
|
7 |
Author URI: http://www.EtoileWebDesign.com/plugins/ultimate-faqs/
|
8 |
Terms and Conditions: http://www.etoilewebdesign.com/plugin-terms-and-conditions/
|
9 |
Text Domain: ultimate-faqs
|
10 |
+
Version: 2.0.9
|
11 |
*/
|
12 |
|
13 |
if ( ! defined( 'ABSPATH' ) )
|