Skip to content

Commit 4d75cbd

Browse files
committed
Bump version to 2.1.1
1 parent ef554de commit 4d75cbd

4 files changed

Lines changed: 9 additions & 5 deletions

File tree

react/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xml-cache",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Generates an XML sitemap for cache plugins.",
55
"license": "GPL-3.0-or-later",
66
"author": "GoSuccess",

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Contributors: gosuccess
44
Tags: xml, cache, sitemap, litespeed cache, pagespeed
55
Requires at least: 6.4
66
Tested up to: 7.0
7-
Stable tag: 2.1.0
7+
Stable tag: 2.1.1
88
Requires PHP: 8.2
99
License: GPLv3 or later
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
@@ -58,6 +58,10 @@ To install with the zip file downloaded from this page:
5858

5959
== Changelog ==
6060

61+
= 2.1.1 =
62+
* Fixed TypeError in block editor when a custom post type does not support custom-fields.
63+
* Added FAQ entry for custom post type custom-fields requirement.
64+
6165
= 2.1.0 =
6266
* Multilingual support for Polylang, WPML, and TranslatePress.
6367
* Admin bar integration with live URL count and quick actions.

xml-cache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: XML Cache
44
* Description: Generates an XML sitemap for cache plugins.
5-
* Version: 2.1.0
5+
* Version: 2.1.1
66
* Requires at least: 6.4
77
* Requires PHP: 8.2
88
* Author: GoSuccess

0 commit comments

Comments
 (0)