Skip to content

Commit ae71368

Browse files
committed
Bump up version.
1 parent 39e7a3a commit ae71368

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

plugin.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
* Plugin URI: https://wordpress.org/plugins/kagg-pagespeed-optimization/
1212
* Description: Optimize scripts and styles to get higher scores of Google Pagespeed Insights
1313
* Author: KAGG Design
14-
* Version: 1.6.0
14+
* Version: 1.7.0
1515
* Author URI: https://kagg.eu/en/
1616
* Requires at least: 5.0
17-
* Tested up to: 6.3
17+
* Tested up to: 6.7
1818
*
1919
* Text Domain: kagg-pagespeed-optimization
2020
* Domain Path: /languages/
@@ -29,7 +29,7 @@
2929
/**
3030
* Plugin version
3131
*/
32-
const KAGG_PAGESPEED_OPTIMIZATION_VERSION = '1.6.0';
32+
const KAGG_PAGESPEED_OPTIMIZATION_VERSION = '1.7.0';
3333

3434
/**
3535
* Path to the plugin dir.

readme.txt

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Contributors: kaggdesign
33
Donate link: https://kagg.eu/en/
44
Tags: PageSpeed, Google Pagespeed Insights, PageSpeed Optimization
55
Requires at least: 5.0
6-
Tested up to: 6.3
7-
Requires PHP: 7.0
8-
Stable tag: 1.6.0
6+
Tested up to: 6.7
7+
Requires PHP: 7.2
8+
Stable tag: 1.7.0
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -43,6 +43,11 @@ If you get stuck, you can ask for help in the [PageSpeed Optimization Plugin For
4343

4444
== Changelog ==
4545

46+
= 1.7.0 =
47+
* Improved delayed scripts behavior.
48+
* Dropped support for PHP 7.0. Minimum required PHP version is now 7.2.
49+
* Tested with WordPress 6.7.
50+
4651
= 1.6.0 =
4752
* Dropped support for PHP 5.6. Minimum required PHP version is now 7.0.
4853
* Tested with WordPress 6.3.

0 commit comments

Comments
 (0)