Changeset 1375033
- Timestamp:
- 03/20/2016 02:53:17 PM (10 years ago)
- Location:
- errnio-search-for-mobile/trunk
- Files:
-
- 2 edited
-
errnio.php (modified) (3 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
errnio-search-for-mobile/trunk/errnio.php
r1345128 r1375033 4 4 Plugin URI: http://errnio.com 5 5 Description: The errnio Wordpress Mobile Web Search plugin adds a floating search box to your site, creating far better search experience for mobile. 6 Version: 2. 56 Version: 2.6 7 7 Author: Errnio 8 8 Author URI: http://errnio.com … … 11 11 /***** Constants ******/ 12 12 13 define('SEARCHY_BY_ERRNIO_VERSION', '2.6'); 13 14 define('SEARCHY_BY_ERRNIO_INSTALLER_NAME', 'wordpress_searchy_by_errnio'); 14 15 … … 187 188 $tagId = get_option(SEARCHY_BY_ERRNIO_OPTION_NAME_TAGID); 188 189 190 if (!$tagId || empty($tagId)) { 191 return; 192 } 193 189 194 $script_url = "//service.errnio.com/loader?tagid=".$tagId; 190 wp_register_script($handle, $script_url, false, '1.0', true);195 wp_register_script($handle, $script_url, false, SEARCHY_BY_ERRNIO_VERSION, true); 191 196 wp_enqueue_script($handle ); 192 197 -
errnio-search-for-mobile/trunk/readme.txt
r1368180 r1375033 5 5 Requires at least: 3.0 6 6 Tested up to: 4.4 7 Stable tag: 2. 57 Stable tag: 2.6 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 137 137 == Changelog == 138 138 139 = 2.6 = 140 * Added script versioning and parameters validation 141 139 142 = 2.5 = 140 143 * Simplified code on wp client side … … 173 176 == Upgrade Notice == 174 177 178 2.6 Added script versioning and parameters validation 179 175 180 2.5 Simplified code on wp client side 176 181
Note: See TracChangeset
for help on using the changeset viewer.