Changeset 857626
- Timestamp:
- 02/14/2014 04:12:59 AM (12 years ago)
- Location:
- cooksnaps/trunk
- Files:
-
- 2 edited
-
cooksnaps.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cooksnaps/trunk/cooksnaps.php
r851774 r857626 22 22 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. 23 23 Author: Cooksnaps 24 Version: 1. 524 Version: 1.6 25 25 Author URI: http://www.cooksnaps.com 26 26 License: GPLv2 or later … … 47 47 if(!is_page()) { 48 48 echo " 49 <script type=\"text/javascript\">49 <script data-cfasync=\"false\" type=\"text/javascript\"> 50 50 var cs_widget_author_key = '" . get_option(COOKSNAPS_OPTION_KEY) . "'; 51 51 var cs_widget_locale = '" . get_option(COOKSNAPS_OPTION_LOCALE) . "'; -
cooksnaps/trunk/readme.txt
r851774 r857626 4 4 Requires at least: 3.0.1 5 5 Tested up to: 3.8 6 Stable tag: 1. 56 Stable tag: 1.6 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 55 55 == Changelog == 56 56 57 = 1.6 = 58 * Resolves issue with rocket loader 59 57 60 = 1.5 = 58 61 * Cooksnaps Gallery Widget is only rendered on the homepage
Note: See TracChangeset
for help on using the changeset viewer.