Skip to content

Commit a3a4c77

Browse files
committed
🔖 Prepare version 2.0.6
1 parent f302b45 commit a3a4c77

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

impressum.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Plugin Name: Impressum
66
Plugin URI: https://wordpress.org/plugins/impressum/
77
Description: Simple Imprint Generator
8-
Version: 2.0.5
8+
Version: 2.0.6
99
Requires at least: 5.0
1010
Requires PHP: 5.6
1111
Author: Epiphyt
@@ -30,7 +30,7 @@
3030
*/
3131
\defined( 'ABSPATH' ) || exit;
3232

33-
\define( 'EPI_IMPRESSUM_VERSION', '1.11.0-dev' );
33+
\define( 'EPI_IMPRESSUM_VERSION', '2.0.6' );
3434

3535
if ( \file_exists( \WP_PLUGIN_DIR . '/impressum/' ) ) {
3636
\define( 'EPI_IMPRESSUM_BASE', \WP_PLUGIN_DIR . '/impressum/' );

readme.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: epiphyt, kittmedia, krafit
33
Tags: impressum, legal notice, imprint, privacy policy
44
Requires at least: 5.0
5-
Stable tag: 2.0.5
6-
Tested up to: 6.6
5+
Stable tag: 2.0.6
6+
Tested up to: 6.8
77
Requires PHP: 5.6
88
License: GPL2
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -24,6 +24,7 @@ Impressum Plus is the pro version of Impressum, which not only adds support for
2424
* a feature rich and automated Privacy Policy generator
2525
* Preset for new sites in a multisite
2626
* Extensive REST API
27+
* WP-CLI support
2728
* Many more filters for developers
2829

2930
[Buy now](https://epiph.yt/en/product/impressum-plus/)
@@ -85,6 +86,10 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro
8586

8687
== Changelog ==
8788

89+
= 2.0.6 =
90+
* Improved: Compatibility with WordPress 6.8
91+
* Overhauled: Text passages
92+
8893
= 2.0.5 =
8994
* Improved: Made it more clear that you can also use the "Imprint" block in the block editor
9095
* Improved: The comparison table between Impressum and Impressum Plus is now accessible

0 commit comments

Comments
 (0)