Version Description
= 2.0.10.9 = Important security update. Please upgrade immediately.
= 2.0 = New GPL plugin, now updates are through the wordpress.org repository
Download this release
Release Info
Developer | a2hosting |
Plugin | A2 Optimized WP |
Version | 2.1.3.10.3 |
Comparing to | |
See all releases |
Code changes from version 2.1.3.10.2 to 2.1.3.10.3
- A2_Optimized_Optimizations.php +1 -1
- A2_Optimized_OptionsManager.php +2 -2
- a2-optimized.php +1 -1
- readme.txt +2 -2
A2_Optimized_Optimizations.php
CHANGED
@@ -586,7 +586,7 @@ class A2_Optimized_Optimizations {
|
|
586 |
),
|
587 |
'images' => array(
|
588 |
'name' => 'Compress Images on Upload',
|
589 |
-
'plugin' => '
|
590 |
'slug' => 'images',
|
591 |
'premium' => true,
|
592 |
'configured' => false,
|
586 |
),
|
587 |
'images' => array(
|
588 |
'name' => 'Compress Images on Upload',
|
589 |
+
'plugin' => 'Image Optimizer',
|
590 |
'slug' => 'images',
|
591 |
'premium' => true,
|
592 |
'configured' => false,
|
A2_Optimized_OptionsManager.php
CHANGED
@@ -1104,7 +1104,7 @@ HTML;
|
|
1104 |
<h2>Additional Plugins Installed on A2 Hosting</h2>
|
1105 |
<p><strong>Easy Hide Login</strong><br />
|
1106 |
Changes the location of the WordPress login page</p>
|
1107 |
-
<p><strong>
|
1108 |
Compress and optimize images on upload</p>
|
1109 |
</div>
|
1110 |
<div style="margin:20px 0;">
|
@@ -1183,7 +1183,7 @@ HTML;
|
|
1183 |
<dt>Compress Images on Upload</dt>
|
1184 |
<dd>
|
1185 |
<ul>
|
1186 |
-
<li>Enables and configures
|
1187 |
<li>Compresses images that are uploaded to save bandwidth.</li>
|
1188 |
<li>Improves page load times: especially on sites with many images.</li>
|
1189 |
</ul>
|
1104 |
<h2>Additional Plugins Installed on A2 Hosting</h2>
|
1105 |
<p><strong>Easy Hide Login</strong><br />
|
1106 |
Changes the location of the WordPress login page</p>
|
1107 |
+
<p><strong>Image Optimizer</strong><br />
|
1108 |
Compress and optimize images on upload</p>
|
1109 |
</div>
|
1110 |
<div style="margin:20px 0;">
|
1183 |
<dt>Compress Images on Upload</dt>
|
1184 |
<dd>
|
1185 |
<ul>
|
1186 |
+
<li>Enables and configures Image Optimizer.</li>
|
1187 |
<li>Compresses images that are uploaded to save bandwidth.</li>
|
1188 |
<li>Improves page load times: especially on sites with many images.</li>
|
1189 |
</ul>
|
a2-optimized.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
Plugin Name: A2 Optimized WP
|
4 |
Plugin URI: https://wordpress.org/plugins/a2-optimized/
|
5 |
-
Version: 2.1.3.10.
|
6 |
Author: A2 Hosting
|
7 |
Author URI: https://www.a2hosting.com/
|
8 |
Description: A2 Optimized - WordPress Optimization Plugin
|
2 |
/*
|
3 |
Plugin Name: A2 Optimized WP
|
4 |
Plugin URI: https://wordpress.org/plugins/a2-optimized/
|
5 |
+
Version: 2.1.3.10.3
|
6 |
Author: A2 Hosting
|
7 |
Author URI: https://www.a2hosting.com/
|
8 |
Description: A2 Optimized - WordPress Optimization Plugin
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: A2BCool, a2hosting, dmatteson, sputala
|
|
3 |
Tags: Speed, Optimize, Secure, Fast, LiteSpeed, LSCache, A2, Hosting
|
4 |
Requires at least: 5.1
|
5 |
Tested up to: 5.9
|
6 |
-
Stable tag: 2.1.3.10.
|
7 |
Requires PHP: 5.6
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -72,7 +72,7 @@ A2 Optimized has broken it down into the most valuable optimizations and will au
|
|
72 |
|
73 |
**Compress Images on Upload**:
|
74 |
|
75 |
-
* Enables and configures
|
76 |
* Compresses images that are uploaded to save bandwidth.
|
77 |
* Improves page load times: especially on sites with many images.
|
78 |
|
3 |
Tags: Speed, Optimize, Secure, Fast, LiteSpeed, LSCache, A2, Hosting
|
4 |
Requires at least: 5.1
|
5 |
Tested up to: 5.9
|
6 |
+
Stable tag: 2.1.3.10.3
|
7 |
Requires PHP: 5.6
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
72 |
|
73 |
**Compress Images on Upload**:
|
74 |
|
75 |
+
* Enables and configures Image Optimizer.
|
76 |
* Compresses images that are uploaded to save bandwidth.
|
77 |
* Improves page load times: especially on sites with many images.
|
78 |
|