Skip to content

Commit 9177538

Browse files
committed
EFAQ 6.1.7
One template minorly patched, front-end main JS file renamed to correct name.
1 parent 68b7c84 commit 9177538

File tree

7 files changed

+12
-6
lines changed

7 files changed

+12
-6
lines changed

Controllers/Admin/SingleMenuController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ public function printFAQ_Manager()
129129
{
130130
try
131131
{
132-
$objFAQController = new FAQ_Controller($this->conf, $this->lang);
133-
$objFAQController->printContent();
132+
$objFAQ_Controller = new FAQ_Controller($this->conf, $this->lang);
133+
$objFAQ_Controller->printContent();
134134
}
135135
catch (\Exception $e)
136136
{

ExpandableFAQ.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Expandable FAQ
44
* Plugin URI: https://wordpress.org/plugins/expandable-faq/
55
* Description: It’s a high quality, native and responsive WordPress plugin to create and view F.A.Q.'s
6-
* Version: 6.1.6
6+
* Version: 6.1.7
77
* Author: KestutisIT
88
* Author URI: https://profiles.wordpress.org/KestutisIT
99
* Text Domain: expandable-faq
@@ -43,7 +43,7 @@ final class ExpandableFAQ
4343
const REQUIRED_PHP_VERSION = '5.6.0';
4444
const REQUIRED_WP_VERSION = 4.6;
4545
const OLDEST_COMPATIBLE_PLUGIN_SEMVER = '6.0.0';
46-
const PLUGIN_SEMVER = '6.1.6';
46+
const PLUGIN_SEMVER = '6.1.7';
4747

4848
// Settings
4949
/**

Models/Update/Patches61Z.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ final class Patches61Z extends AbstractDatabase implements StackInterface, Datab
1717
{
1818
const CURRENT_MAJOR = 6; // Positive integer [X]
1919
const CURRENT_MINOR = 1; // Positive integer [Y]
20-
const LATEST_PATCH = 6; // Positive integer [Z]
20+
const LATEST_PATCH = 7; // Positive integer [Z]
2121
const LATEST_RELEASE = ''; // String
2222
const LATEST_BUILD_METADATA = ''; // String
2323
const PLUGIN_PREFIX = "expandable_faq_";

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ to your website's FAQ page and make automatically expand specific FAQ with a pag
108108

109109
# Changelog
110110

111+
= 6.1.7 =
112+
* One template minorly patched, front-end main JS file renamed to correct name.
113+
111114
= 6.1.6 =
112115
* Minor CSS tune-up.
113116

UI/Templates/Admin/Manual/Shared/UI_OverridingPartial.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
/wp-content/plugins/ExpandableFAQ/UI/Templates/Front/FAQsList.php</pre>
3838
To:<br />
3939
<pre>
40-
/wp-content/themes/&lt;MY_THEME&gt;/ExpandableFAQ_UI/CarRental/Templates/Front/FAQsList.php</pre>
40+
/wp-content/themes/&lt;MY_THEME&gt;/ExpandableFAQ_UI/Templates/Front/FAQsList.php</pre>
4141
And then edit the copied file however you want.
4242
</li>
4343
<li>

readme.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ to your website's FAQ page and make automatically expand specific FAQ with a pag
100100

101101
== Changelog ==
102102

103+
= 6.1.7 =
104+
* One template minorly patched, front-end main JS file renamed to correct name.
105+
103106
= 6.1.6 =
104107
* Minor CSS tune-up.
105108

0 commit comments

Comments
 (0)