Plugin Directory

Changeset 857626


Ignore:
Timestamp:
02/14/2014 04:12:59 AM (12 years ago)
Author:
milesw
Message:

Instruct rocket loader to ignore cooksnaps script

Location:
cooksnaps/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cooksnaps/trunk/cooksnaps.php

    r851774 r857626  
    2222  Description: Cooksnaps is a system to help recipe bloggers to receive photos when other people cook their recipes. Head over to the Cooksnaps admin page to get set up.
    2323  Author: Cooksnaps
    24   Version: 1.5
     24  Version: 1.6
    2525  Author URI: http://www.cooksnaps.com
    2626  License: GPLv2 or later
     
    4747    if(!is_page()) {
    4848      echo "
    49             <script type=\"text/javascript\">
     49            <script data-cfasync=\"false\" type=\"text/javascript\">
    5050              var cs_widget_author_key = '" . get_option(COOKSNAPS_OPTION_KEY) . "';
    5151              var cs_widget_locale = '" . get_option(COOKSNAPS_OPTION_LOCALE) . "';
  • cooksnaps/trunk/readme.txt

    r851774 r857626  
    44Requires at least: 3.0.1
    55Tested up to: 3.8
    6 Stable tag: 1.5
     6Stable tag: 1.6
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5555== Changelog ==
    5656
     57= 1.6 =
     58* Resolves issue with rocket loader
     59
    5760= 1.5 =
    5861* Cooksnaps Gallery Widget is only rendered on the homepage
Note: See TracChangeset for help on using the changeset viewer.