Plugin Directory

Changeset 1892429 for async-javascript


Ignore:
Timestamp:
06/13/2018 08:49:29 PM (8 years ago)
Author:
futtta
Message:

fix the autoptimize integration release

Location:
async-javascript
Files:
2 deleted
4 edited
18 copied

Legend:

Unmodified
Added
Removed
  • async-javascript/tags/2.18.06.13/async-javascript.php

    r1880713 r1892429  
    44 * Plugin URI: https://autoptimize.com/
    55 * 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.05.24
     6 * Version: 2.18.06.13
    77 * Author: Frank Goossens (futtta)
    88 * Author URI: https://autoptimize.com/
  • async-javascript/tags/2.18.06.13/asyncjsFrontendClass.php

    r1880713 r1892429  
    148148            }
    149149        }
    150         return '';
     150        return $defer;
    151151    }
    152152   
  • async-javascript/tags/2.18.06.13/asyncjsSettingsScreens.php

    r1863184 r1892429  
    147147    <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>
    148148        <?php
    149         if (is_plugin_active('autoptimize/autoptimize.php')) {
     149        if (is_plugin_active('autoptimize/autoptimize.php') || is_plugin_active('autoptimize-beta/autoptimize.php')) {
    150150                ?>
    151151                <div class="aj_plugin">
  • async-javascript/tags/2.18.06.13/readme.txt

    r1880713 r1892429  
    55Requires at least: 4.6
    66Tested up to: 4.9
    7 Stable tag: 2.18.05.24
     7Stable tag: 2.18.06.13
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6161
    6262== 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!
    6367
    6468= 2.18.05.24 =
  • async-javascript/trunk/async-javascript.php

    r1880713 r1892429  
    44 * Plugin URI: https://autoptimize.com/
    55 * 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.05.24
     6 * Version: 2.18.06.13
    77 * Author: Frank Goossens (futtta)
    88 * Author URI: https://autoptimize.com/
  • async-javascript/trunk/asyncjsFrontendClass.php

    r1880713 r1892429  
    148148            }
    149149        }
    150         return '';
     150        return $defer;
    151151    }
    152152   
  • async-javascript/trunk/asyncjsSettingsScreens.php

    r1863184 r1892429  
    147147    <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>
    148148        <?php
    149         if (is_plugin_active('autoptimize/autoptimize.php')) {
     149        if (is_plugin_active('autoptimize/autoptimize.php') || is_plugin_active('autoptimize-beta/autoptimize.php')) {
    150150                ?>
    151151                <div class="aj_plugin">
  • async-javascript/trunk/readme.txt

    r1880713 r1892429  
    55Requires at least: 4.6
    66Tested up to: 4.9
    7 Stable tag: 2.18.05.24
     7Stable tag: 2.18.06.13
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6161
    6262== 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!
    6367
    6468= 2.18.05.24 =
Note: See TracChangeset for help on using the changeset viewer.