Skip to content

Commit 833328b

Browse files
committed
Update changelog and plugin version
1 parent cd9b118 commit 833328b

File tree

3 files changed

+20
-5
lines changed

3 files changed

+20
-5
lines changed

readme.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
**Tags:** analytics,umami <br>
44
**Requires at least:** 6.0 <br>
55
**Tested up to:** 6.7 <br>
6-
**Stable tag:** 0.7.0 <br>
6+
**Stable tag:** 0.8.0 <br>
77
**Requires PHP:** 7.4 <br>
88
**License:** GPLv3 or later <br>
99
**License URI:** https://github.com/Ancocodet/wp-umami/blob/main/LICENSE.md <br>
@@ -46,6 +46,9 @@ Umami is a simple, fast, website analytics tool for those who care about privacy
4646

4747
## Upgrade Notice ##
4848

49+
- **0.7.0** - Migrate options<br>
50+
This release migrates the options to new naming structure. Please check your settings after updating.
51+
4952
- **0.7.0** - Preparation for 1.0<br>
5053
This release increases the minimum required PHP version to 7.4.
5154
<br><br>
@@ -59,7 +62,12 @@ Issues with the settings page were fixed and the overall feeling of the page was
5962

6063
## Changelog ##
6164

62-
- **0.7.0** - Preperation for 1.0<br>
65+
- **0.8.0** - Migrate options<br>
66+
<br>Migrate option to new naming structure
67+
<br>Add simple dashboard widget
68+
<br><br>
69+
70+
- **0.7.0** - Preparation for 1.0<br>
6371
<br>Increased the minimum required PHP version to 7.4
6472
<br>Add deprecation information for do_not_track option
6573
<br><br>

readme.txt

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
=== Integrate Umami ===
22
Contributors: ancocodet
33
Tags: analytics,umami
4-
Stable tag: 0.7.0
4+
Stable tag: 0.8.0
55
Requires at least: 6.0
66
Tested up to: 6.7
77
Requires PHP: 7.4
@@ -42,6 +42,9 @@ Umami is a simple, fast, website analytics tool for those who care about privacy
4242

4343
== Upgrade Notice ==
4444

45+
= 0.8.0 =
46+
This release migrates the settings to a new option name to standardize variable names. Please check your settings after updating.
47+
4548
= 0.7.0 =
4649
This release increases the minimum php version to 7.4 as a preperation for the 1.0.
4750

@@ -53,6 +56,10 @@ Issues with the settings page were fixed and the overall feeling of the page was
5356

5457
== Changelog ==
5558

59+
= 0.8.0 =
60+
* Added a simple dashboard widget for redirecting to the umami dashboard
61+
* Migrating the settings to a new option name to standardize variable names
62+
5663
= 0.7.0 =
5764
* Increased the minimum required PHP version to 7.4
5865
* Add deprecation information for do_not_track option

wp-umami.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: Integrate Umami
44
* Description: Integration for Umami Analytics
5-
* Version: 0.7.0
5+
* Version: 0.8.0
66
* Author: Ancocodet
77
* Author URI: https://ancozockt.de
88
* Plugin URI: https://github.com/Ancocodet/wp-umami
@@ -16,7 +16,7 @@
1616

1717
require plugin_dir_path( __FILE__ ) . 'vendor/autoload.php';
1818

19-
define( 'INTEGRATE_UMAMI_VERSION', '0.7.0' );
19+
define( 'INTEGRATE_UMAMI_VERSION', '0.8.0' );
2020
define( 'INTEGRATE_UMAMI_BASE_FILE', __FILE__ );
2121

2222
/**

0 commit comments

Comments
 (0)