| @@ -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'; |