Changeset 1187161
- Timestamp:
- 06/24/2015 09:28:45 PM (11 years ago)
- Location:
- wp-search-live
- Files:
-
- 30 added
- 1 edited
-
tags/0.9 (added)
-
tags/0.9/LICENSE.txt (added)
-
tags/0.9/README.txt (added)
-
tags/0.9/index.php (added)
-
tags/0.9/public (added)
-
tags/0.9/public/assets (added)
-
tags/0.9/public/assets/css (added)
-
tags/0.9/public/assets/css/index.php (added)
-
tags/0.9/public/assets/css/style.css (added)
-
tags/0.9/public/assets/img (added)
-
tags/0.9/public/assets/index.php (added)
-
tags/0.9/public/assets/js (added)
-
tags/0.9/public/assets/js/util--wp-api.js (added)
-
tags/0.9/public/assets/js/wp-live-search.js (added)
-
tags/0.9/public/assets/sass (added)
-
tags/0.9/public/assets/sass/source (added)
-
tags/0.9/public/assets/sass/source/_base.scss (added)
-
tags/0.9/public/assets/sass/source/_loader.scss (added)
-
tags/0.9/public/assets/sass/source/_mixins.scss (added)
-
tags/0.9/public/assets/sass/source/_variables.scss (added)
-
tags/0.9/public/assets/sass/style.scss (added)
-
tags/0.9/public/class-wp-live-search.php (added)
-
tags/0.9/public/includes (added)
-
tags/0.9/public/includes/class.assets.php (added)
-
tags/0.9/public/includes/class.shortcode.php (added)
-
tags/0.9/public/includes/template-function.php (added)
-
tags/0.9/public/includes/underscore-template.php (added)
-
tags/0.9/readme.md (added)
-
tags/0.9/uninstall.php (added)
-
tags/0.9/wp-live-search.php (added)
-
trunk/README.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-search-live/trunk/README.txt
r1184784 r1187161 6 6 Requires at least: 3.5.1 7 7 Tested up to: 4.2.1 8 Stable tag: 0. 88 Stable tag: 0.9 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 114 114 == Changelog == 115 115 116 = 0.9 = 117 * added some CSS classes wpls--empty and wpls--full to the custom target div to aid in custom theming 118 * added logic to prevent searching on escape or arrow keys 119 116 120 = 0.8 = 117 121 * added "dropdown" option mode for use in small spaces
Note: See TracChangeset
for help on using the changeset viewer.