Changeset 1892429 for async-javascript
- Timestamp:
- 06/13/2018 08:49:29 PM (8 years ago)
- Location:
- async-javascript
- Files:
-
- 2 deleted
- 4 edited
- 18 copied
-
tags/2.18.06.13 (copied) (copied from async-javascript/trunk)
-
tags/2.18.06.13/assets/lib (copied) (copied from async-javascript/trunk/assets/lib)
-
tags/2.18.06.13/assets/lib/chosen (copied) (copied from async-javascript/trunk/assets/lib/chosen)
-
tags/2.18.06.13/assets/lib/chosen_v1.4.2 (deleted)
-
tags/2.18.06.13/async-javascript.php (copied) (copied from async-javascript/trunk/async-javascript.php) (1 diff)
-
tags/2.18.06.13/asyncjsAllAjax.php (copied) (copied from async-javascript/trunk/asyncjsAllAjax.php)
-
tags/2.18.06.13/asyncjsBackendClass.php (copied) (copied from async-javascript/trunk/asyncjsBackendClass.php)
-
tags/2.18.06.13/asyncjsDashboardScreens.php (copied) (copied from async-javascript/trunk/asyncjsDashboardScreens.php)
-
tags/2.18.06.13/asyncjsFrontendClass.php (copied) (copied from async-javascript/trunk/asyncjsFrontendClass.php) (1 diff)
-
tags/2.18.06.13/asyncjsHelpScreens.php (copied) (copied from async-javascript/trunk/asyncjsHelpScreens.php)
-
tags/2.18.06.13/asyncjsPartnersScreens.php (copied) (copied from async-javascript/trunk/asyncjsPartnersScreens.php)
-
tags/2.18.06.13/asyncjsSettingsScreens.php (copied) (copied from async-javascript/trunk/asyncjsSettingsScreens.php) (1 diff)
-
tags/2.18.06.13/asyncjsStatusScreens.php (copied) (copied from async-javascript/trunk/asyncjsStatusScreens.php)
-
tags/2.18.06.13/asyncjsWizardScreens.php (copied) (copied from async-javascript/trunk/asyncjsWizardScreens.php)
-
tags/2.18.06.13/css/admin.css (copied) (copied from async-javascript/trunk/css/admin.css)
-
tags/2.18.06.13/css/admin.min.css (copied) (copied from async-javascript/trunk/css/admin.min.css)
-
tags/2.18.06.13/images (deleted)
-
tags/2.18.06.13/js/admin.js (copied) (copied from async-javascript/trunk/js/admin.js)
-
tags/2.18.06.13/js/admin.min.js (copied) (copied from async-javascript/trunk/js/admin.min.js)
-
tags/2.18.06.13/readme.txt (copied) (copied from async-javascript/trunk/readme.txt) (2 diffs)
-
trunk/async-javascript.php (modified) (1 diff)
-
trunk/asyncjsFrontendClass.php (modified) (1 diff)
-
trunk/asyncjsSettingsScreens.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
async-javascript/tags/2.18.06.13/async-javascript.php
r1880713 r1892429 4 4 * Plugin URI: https://autoptimize.com/ 5 5 * Description: Async JavaScript gives you full control of which scripts to add a 'async' or 'defer' attribute to or to exclude to help increase the performance of your WordPress website 6 * Version: 2.18.0 5.246 * Version: 2.18.06.13 7 7 * Author: Frank Goossens (futtta) 8 8 * Author URI: https://autoptimize.com/ -
async-javascript/tags/2.18.06.13/asyncjsFrontendClass.php
r1880713 r1892429 148 148 } 149 149 } 150 return '';150 return $defer; 151 151 } 152 152 -
async-javascript/tags/2.18.06.13/asyncjsSettingsScreens.php
r1863184 r1892429 147 147 <p><?php _e('If you think you have found a plugin that <?php echo AJ_TITLE; ?> may be able to provide support for please lodge a ticket at <a href="https://wordpress.org/support/plugin/async-javascript" target="_blank">https://wordpress.org/support/plugin/async-javascript</a>', 'asyncjs'); ?></p> 148 148 <?php 149 if (is_plugin_active('autoptimize/autoptimize.php') ) {149 if (is_plugin_active('autoptimize/autoptimize.php') || is_plugin_active('autoptimize-beta/autoptimize.php')) { 150 150 ?> 151 151 <div class="aj_plugin"> -
async-javascript/tags/2.18.06.13/readme.txt
r1880713 r1892429 5 5 Requires at least: 4.6 6 6 Tested up to: 4.9 7 Stable tag: 2.18.0 5.247 Stable tag: 2.18.06.13 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 61 61 62 62 == Changelog == 63 64 = 2.18.06.13 = 65 66 * fix integration issue with Autoptimize, thx [for reporting](https://wordpress.org/support/topic/autoptimize-and-async-javascript/) ElephantDude! 63 67 64 68 = 2.18.05.24 = -
async-javascript/trunk/async-javascript.php
r1880713 r1892429 4 4 * Plugin URI: https://autoptimize.com/ 5 5 * Description: Async JavaScript gives you full control of which scripts to add a 'async' or 'defer' attribute to or to exclude to help increase the performance of your WordPress website 6 * Version: 2.18.0 5.246 * Version: 2.18.06.13 7 7 * Author: Frank Goossens (futtta) 8 8 * Author URI: https://autoptimize.com/ -
async-javascript/trunk/asyncjsFrontendClass.php
r1880713 r1892429 148 148 } 149 149 } 150 return '';150 return $defer; 151 151 } 152 152 -
async-javascript/trunk/asyncjsSettingsScreens.php
r1863184 r1892429 147 147 <p><?php _e('If you think you have found a plugin that <?php echo AJ_TITLE; ?> may be able to provide support for please lodge a ticket at <a href="https://wordpress.org/support/plugin/async-javascript" target="_blank">https://wordpress.org/support/plugin/async-javascript</a>', 'asyncjs'); ?></p> 148 148 <?php 149 if (is_plugin_active('autoptimize/autoptimize.php') ) {149 if (is_plugin_active('autoptimize/autoptimize.php') || is_plugin_active('autoptimize-beta/autoptimize.php')) { 150 150 ?> 151 151 <div class="aj_plugin"> -
async-javascript/trunk/readme.txt
r1880713 r1892429 5 5 Requires at least: 4.6 6 6 Tested up to: 4.9 7 Stable tag: 2.18.0 5.247 Stable tag: 2.18.06.13 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 61 61 62 62 == Changelog == 63 64 = 2.18.06.13 = 65 66 * fix integration issue with Autoptimize, thx [for reporting](https://wordpress.org/support/topic/autoptimize-and-async-javascript/) ElephantDude! 63 67 64 68 = 2.18.05.24 =
Note: See TracChangeset
for help on using the changeset viewer.