Skip to content

Commit 15cbf21

Browse files
author
xxsimoxx
committed
Version bump for wrong release attachment
1 parent 41636fc commit 15cbf21

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
#### v 2.1.0 / 2022-01-31
1+
#### v 2.1.1 / 2023-01-25
2+
* FIXED: Bad ZIP was attached to previous release
3+
4+
#### v 2.1.0 / 2023-01-24
25
* FIXED: Add support for PHP 8.0
36

47
#### v 2.0.1 / 2020-09-29

classicpress-seo.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Classic SEO
44
* Plugin URI: https://github.com/ClassicPress/classicpress-seo
55
* Description: Classic SEO is the first SEO plugin built specifically to work with ClassicPress. The plugin contains many essential SEO tools to help optimize your website.
6-
* Version: 2.1.0
6+
* Version: 2.1.1
77
* Author: ClassicPress
88
* Author URI: https://github.com/ClassicPress
99
* License: GPL v2 or later
@@ -34,7 +34,7 @@ class Classic_SEO {
3434
*
3535
* @var string
3636
*/
37-
public $version = '2.1.0';
37+
public $version = '2.1.1';
3838

3939
/**
4040
* Classic SEO database version.

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,10 @@ If you need support for Classic SEO or find a bug, you have threee choices:
5656

5757

5858
== Changelog ==
59-
**v 2.1.0 / 2023-01-31**
59+
**v 2.1.1 / 2023-01-25**
60+
* FIXED: Bad ZIP was attached to previous release
61+
62+
**v 2.1.0 / 2023-01-24**
6063
* FIXED: Add support for PHP 8.0
6164

6265
**v 2.0.1 / 2020-09-29**

0 commit comments

Comments
 (0)