PluginProbe
PhastPress / 1.78
PhastPress v1.78
3.12 3.11 1.75 1.76 1.77 1.78 1.79 1.80 1.81 1.82 1.83 1.84 1.85 1.86 1.87 1.88 1.89 1.90 1.91 1.92 1.93 1.94 1.95 1.96 1.97 All 119 releases
← All changes | phastpress.php +2 -2 1.921.78 View file →
@@ -1,15 +1,15 @@
1 1 <?php
2 2 /*
3 3 Plugin Name: PhastPress
4 4 Description: PhastPress automatically optimizes your site for the best possible Google PageSpeed Insights score.
5 -Version: 1.92
5 +Version: 1.78
6 6 Author: Albert Peschar
7 7 Author URI: https://kiboit.com
8 8 License: AGPLv3
9 9 */
10 10
11 -define('PHASTPRESS_VERSION', '1.92');
11 +define('PHASTPRESS_VERSION', '1.78');
12 12 define('PHASTPRESS_PLUGIN_FILE', __FILE__);
13 13
14 14 if (version_compare(PHP_VERSION, '5.6.20', '<')) {
15 15 require dirname(__FILE__) . '/low-php-version.php';