Version Description
= 2.0 = New GPL plugin, now updates are through the wordpress.org repository
Download this release
Release Info
Developer | A2BCool |
Plugin | A2 Optimized WP |
Version | 2.0.4 |
Comparing to | |
See all releases |
Code changes from version 2.0.3 to 2.0.4
- A2_Optimized_OptionsManager.php +1 -1
- a2-optimized.php +2 -2
- readme.txt +6 -6
A2_Optimized_OptionsManager.php
CHANGED
@@ -525,7 +525,7 @@ HTML;
|
|
525 |
if($this->is_a2()) {
|
526 |
$feedback = <<<HTML
|
527 |
<div style="margin:10px 0;" class="alert alert-success">
|
528 |
-
We want to hear from you! Please share your thoughts and feedback in our <a href="https://my.a2hosting.com
|
529 |
</div>
|
530 |
HTML;
|
531 |
}
|
525 |
if($this->is_a2()) {
|
526 |
$feedback = <<<HTML
|
527 |
<div style="margin:10px 0;" class="alert alert-success">
|
528 |
+
We want to hear from you! Please share your thoughts and feedback in our <a href="https://my.a2hosting.com/?m=a2_suggestionbox" target="_blank">Suggestion Box!</a>
|
529 |
</div>
|
530 |
HTML;
|
531 |
}
|
a2-optimized.php
CHANGED
@@ -2,12 +2,12 @@
|
|
2 |
/*
|
3 |
Plugin Name: A2 Optimized WP
|
4 |
Plugin URI: https://wordpress.org/plugins/a2-optimized/
|
5 |
-
Version: 2.0.
|
6 |
Author: A2 Hosting
|
7 |
Author URI: https://www.a2hosting.com/
|
8 |
Description: A2 Optimized - WordPress Optimization Plugin
|
9 |
Text Domain: a2-optimized
|
10 |
-
License:
|
11 |
*/
|
12 |
|
13 |
|
2 |
/*
|
3 |
Plugin Name: A2 Optimized WP
|
4 |
Plugin URI: https://wordpress.org/plugins/a2-optimized/
|
5 |
+
Version: 2.0.4
|
6 |
Author: A2 Hosting
|
7 |
Author URI: https://www.a2hosting.com/
|
8 |
Description: A2 Optimized - WordPress Optimization Plugin
|
9 |
Text Domain: a2-optimized
|
10 |
+
License: GPLv3
|
11 |
*/
|
12 |
|
13 |
|
readme.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
=== A2 Optimized WP ===
|
2 |
-
Contributors: A2BCool, a2hosting, dmatteson
|
3 |
Tags: Speed, Optimize, Secure, Fast, W3 Total Cache, W3TC, Hosting
|
4 |
-
Requires at least: 3.
|
5 |
-
Tested up to: 4.
|
6 |
-
Stable tag:
|
7 |
-
License:
|
8 |
-
License URI: http://www.gnu.org/licenses/gpl-
|
9 |
|
10 |
Make your site faster and more secure with the click of a few buttons
|
11 |
|
1 |
=== A2 Optimized WP ===
|
2 |
+
Contributors: A2BCool, a2hosting, dmatteson, sputala
|
3 |
Tags: Speed, Optimize, Secure, Fast, W3 Total Cache, W3TC, Hosting
|
4 |
+
Requires at least: 3.8
|
5 |
+
Tested up to: 4.6
|
6 |
+
Stable tag: 2.0.4
|
7 |
+
License: GPLv3
|
8 |
+
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
10 |
Make your site faster and more secure with the click of a few buttons
|
11 |
|