Version Description
- tested upto php 7.4
- tested with WP 5.3
- Back in development now, with a few new ideas planned over the coming weeks/months
Download this release
Release Info
Developer | pigeonhut |
Plugin | Reduce HTTP Requests, Disable Emojis & Disable Embeds, Speedup WooCommerce |
Version | 1.6.0 |
Comparing to | |
See all releases |
Code changes from version 1.5.22 to 1.6.0
- readme.txt +7 -1
- wpperformance.php +1 -1
readme.txt
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
Contributors: pigeonhut, hosting.io
|
3 |
Tags: Disable Emoji, Disable Embeds, Disable Gravatars, Remove Querystrings, Reduce HTTP Requests, speedup WooCommerce, Close comments, Optimization, FREE CDN
|
4 |
Requires at least: 4.5
|
5 |
-
Tested up to: 5.
|
6 |
Stable tag: 1.5.22
|
7 |
License: GPLv2 or later
|
8 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
@@ -81,6 +81,12 @@ You can try our <a href="https://wordpress.org/plugins/wp-image-compression/">Fr
|
|
81 |
|
82 |
|
83 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
84 |
= 1.5.22 =
|
85 |
* WP Version 5 compatible
|
86 |
|
2 |
Contributors: pigeonhut, hosting.io
|
3 |
Tags: Disable Emoji, Disable Embeds, Disable Gravatars, Remove Querystrings, Reduce HTTP Requests, speedup WooCommerce, Close comments, Optimization, FREE CDN
|
4 |
Requires at least: 4.5
|
5 |
+
Tested up to: 5.3
|
6 |
Stable tag: 1.5.22
|
7 |
License: GPLv2 or later
|
8 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
81 |
|
82 |
|
83 |
== Changelog ==
|
84 |
+
= 1.6.0 =
|
85 |
+
* tested upto php 7.4
|
86 |
+
* tested with WP 5.3
|
87 |
+
* Back in development now, with a few new ideas planned over the coming weeks/months
|
88 |
+
|
89 |
+
|
90 |
= 1.5.22 =
|
91 |
* WP Version 5 compatible
|
92 |
|
wpperformance.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Description: Improve WordPress performance by disabling unused items. <a href="admin.php?page=optimisationio-dashboard">Open Settings</a>
|
6 |
* Author: optimisation.io - jody nesbitt
|
7 |
* Author URI:https://optimisation.io
|
8 |
-
* Version: 1.
|
9 |
*
|
10 |
* Copyright (C) 2017-2018 Optimisation.io
|
11 |
*/
|
5 |
* Description: Improve WordPress performance by disabling unused items. <a href="admin.php?page=optimisationio-dashboard">Open Settings</a>
|
6 |
* Author: optimisation.io - jody nesbitt
|
7 |
* Author URI:https://optimisation.io
|
8 |
+
* Version: 1.6.0
|
9 |
*
|
10 |
* Copyright (C) 2017-2018 Optimisation.io
|
11 |
*/
|