Skip to content

Commit 16807c2

Browse files
author
Marius
committed
ExpandableFAQ 6.1.10 release
ExpandableFAQ 6.1.10 release: * Semver alignment with other SolidMVC models
1 parent 0ea2386 commit 16807c2

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

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.9
6+
* Version: 6.1.10
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.9';
46+
const PLUGIN_SEMVER = '6.1.10';
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 = 9; // Positive integer [Z]
20+
const LATEST_PATCH = 10; // 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
@@ -107,6 +107,9 @@ to your website's FAQ page and make automatically expand specific FAQ with a pag
107107

108108

109109
# Changelog
110+
= 6.1.10 =
111+
* Semver alignment with other SolidMVC models.
112+
110113
= 6.1.9 =
111114
* Fixed compatibility style routing bug
112115
* Refactored time(UTC)

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.10 =
104+
* Semver alignment with other SolidMVC models.
105+
103106
= 6.1.9 =
104107
* Fixed compatibility style routing bug
105108
* Refactored time(UTC)

0 commit comments

Comments
 (0)