Skip to content

Commit a8b2fcf

Browse files
committed
Retag messed up version
1 parent 1092867 commit a8b2fcf

5 files changed

Lines changed: 9 additions & 6 deletions

File tree

hestia-nginx-cache.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Plugin Name: Hestia Nginx Cache
1212
* Description: Hestia Nginx Cache Integration for WordPress. Auto-purges the Nginx cache when needed.
1313
* Plugin URI: https://github.com/imjuniper/hestia-nginx-cache
14-
* Version: 2.4.5
14+
* Version: 2.4.5.1
1515
* Requires at least: 4.8
1616
* Requires PHP: 5.4
1717
* Author: Juniper Bouchard
@@ -28,7 +28,7 @@
2828
class Hestia_Nginx_Cache
2929
{
3030
public const NAME = 'hestia-nginx-cache';
31-
public const VERSION = '2.4.5';
31+
public const VERSION = '2.4.5.1';
3232

3333
private static $instance = null;
3434
public static $plugin_basename = null;

languages/hestia-nginx-cache-fr_CA.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
msgid ""
22
msgstr ""
3-
"Project-Id-Version: Hestia Nginx Cache 2.4.5\n"
3+
"Project-Id-Version: Hestia Nginx Cache 2.4.5.1\n"
44
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/hestia-nginx-cache\n"
55
"Last-Translator: Juniper Bouchard <juniper@bchrd.ca>\n"
66
"Language-Team: Unknown\n"

languages/hestia-nginx-cache-pt_BR.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
msgid ""
22
msgstr ""
3-
"Project-Id-Version: Hestia Nginx Cache 2.4.5\n"
3+
"Project-Id-Version: Hestia Nginx Cache 2.4.5.1\n"
44
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/hestia-nginx-"
55
"cache\n"
66
"Last-Translator: Maison da Silva\n"

languages/hestia-nginx-cache.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is distributed under the GPL v3.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Hestia Nginx Cache 2.4.5\n"
5+
"Project-Id-Version: Hestia Nginx Cache 2.4.5.1\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/hestia-nginx-cache\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <LL@li.org>\n"

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: cache, flush, purge, hestia, nginx
44
Requires at least: 4.8
55
Tested up to: 7.1
66
Requires PHP: 5.4
7-
Stable tag: 2.4.5
7+
Stable tag: 2.4.5.1
88
License: GPL v3
99
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
1010

@@ -71,6 +71,9 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro
7171

7272
== Changelog ==
7373

74+
= 2.4.5.1 =
75+
* Messed up release tagging of 2.4.5. This is the same version.
76+
7477
= 2.4.5 =
7578
* Restore support for `wp_nonce`
7679

0 commit comments

Comments
 (0)