Skip to content

Commit 573e27f

Browse files
author
Marius
committed
Benefits 6.1.10 release
Benefits 6.1.10 release: * Fixed semver issue
1 parent c78149d commit 573e27f

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

Benefits.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Benefits
44
* Plugin URI: https://wordpress.org/plugins/benefits/
55
* Description: It’s a high quality, native and responsive WordPress plugin to create and view slider-based benefits
6-
* Version: 6.1.9
6+
* Version: 6.1.10
77
* Author: KestutisIT
88
* Author URI: https://profiles.wordpress.org/KestutisIT
99
* Text Domain: benefits
@@ -43,7 +43,7 @@ final class Benefits
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 = 8; // 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 = "benefits_";

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@ to your website's benefit page and show only desired benefit by following this U
124124

125125
# Changelog
126126

127+
= 6.1.10 =
128+
* Fixed semver issue.
129+
127130
= 6.1.9 =
128131
* Fixed compatibility style routing bug
129132
* Refactored time(UTC)

readme.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ to your website's benefit page and show only desired benefit by following this U
120120

121121
== Changelog ==
122122

123+
= 6.1.10 =
124+
* Fixed semver issue
125+
123126
= 6.1.9 =
124127
* Fixed compatibility style routing bug
125128
* Refactored time(UTC)

0 commit comments

Comments
 (0)