Changeset 2569375
- Timestamp:
- 07/21/2021 03:25:44 PM (5 years ago)
- Location:
- yext-answers
- Files:
-
- 6 edited
- 1 copied
-
tags/1.0.3 (copied) (copied from yext-answers/trunk)
-
tags/1.0.3/README.md (modified) (1 diff)
-
tags/1.0.3/answers.php (modified) (2 diffs)
-
tags/1.0.3/readme.txt (modified) (1 diff)
-
trunk/README.md (modified) (1 diff)
-
trunk/answers.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
yext-answers/tags/1.0.3/README.md
r2472505 r2569375 7 7 ## Installation 8 8 ### Installing from within Wordpress: 9 1. Download yext-answers.zip from this repository (you don't need to clone the entire repo, just go to https://github.com/yext/answers-wordpress/blob/main/yext-answers.zip and hit "download"). 10 2. Visit Plugins > Add New. 11 3. Search for Yext Answers Site Search. 12 4. Install and activate the Yext Answers Site Search plugin. 9 1. Visit Plugins > Add New. 10 2. Search for Yext Answers Site Search. 11 3. Install and activate the Yext Answers Site Search plugin. 13 12 14 13 ### Installing Manually: 15 1. Download yext-answers.zip from this repository (you don't need to clone the entire repo, just go to https://github.com/yext/answers-wordpress/blob/main/yext-answers.zip and hit "download").16 2. Unzip yext-answers.zip and upload its content to your wp-content/plugins directory.14 1. Download answers-wordpress-main.zip from this repository (you don't need to clone the entire repo, just go to https://github.com/yext/answers-wordpress then hit "Code" and "Download ZIP"). 15 2. Unzip answers-wordpress-main.zip and upload its content to your wp-content/plugins directory. 17 16 3. Visit Plugins. 18 17 4. Activate the Yext Answers Site Search plugin. -
yext-answers/tags/1.0.3/answers.php
r2472505 r2569375 4 4 * Plugin Name: Yext Answers Site Search 5 5 * Description: Your customers have questions. Can your website answer them? The Yext Answers Site Search plugin allows you to seamlessly integrate your Yext Answers search bar and search results page with your website. 6 * Version: 1.0. 26 * Version: 1.0.3 7 7 * Author: Yext Engineering 8 8 * Author URI: https://www.yext.com … … 18 18 * Current plugin version. 19 19 */ 20 define('YEXT_ANSWERS_PLUGIN_VERSION', '1.0. 2');20 define('YEXT_ANSWERS_PLUGIN_VERSION', '1.0.3'); 21 21 22 22 /** -
yext-answers/tags/1.0.3/readme.txt
r2472505 r2569375 3 3 Tags: search, site-search, yext, autocomplete, relevant-search, better-search, custom-search, search-by-category, natural-language-search, search-engine 4 4 Requires at least: 4.9.8 5 Tested up to: 5. 66 Stable tag: 1.0. 25 Tested up to: 5.8 6 Stable tag: 1.0.3 7 7 Requires PHP: 7.0 8 8 License: BSD 3-Clause "New" or "Revised" License -
yext-answers/trunk/README.md
r2472505 r2569375 7 7 ## Installation 8 8 ### Installing from within Wordpress: 9 1. Download yext-answers.zip from this repository (you don't need to clone the entire repo, just go to https://github.com/yext/answers-wordpress/blob/main/yext-answers.zip and hit "download"). 10 2. Visit Plugins > Add New. 11 3. Search for Yext Answers Site Search. 12 4. Install and activate the Yext Answers Site Search plugin. 9 1. Visit Plugins > Add New. 10 2. Search for Yext Answers Site Search. 11 3. Install and activate the Yext Answers Site Search plugin. 13 12 14 13 ### Installing Manually: 15 1. Download yext-answers.zip from this repository (you don't need to clone the entire repo, just go to https://github.com/yext/answers-wordpress/blob/main/yext-answers.zip and hit "download").16 2. Unzip yext-answers.zip and upload its content to your wp-content/plugins directory.14 1. Download answers-wordpress-main.zip from this repository (you don't need to clone the entire repo, just go to https://github.com/yext/answers-wordpress then hit "Code" and "Download ZIP"). 15 2. Unzip answers-wordpress-main.zip and upload its content to your wp-content/plugins directory. 17 16 3. Visit Plugins. 18 17 4. Activate the Yext Answers Site Search plugin. -
yext-answers/trunk/answers.php
r2472505 r2569375 4 4 * Plugin Name: Yext Answers Site Search 5 5 * Description: Your customers have questions. Can your website answer them? The Yext Answers Site Search plugin allows you to seamlessly integrate your Yext Answers search bar and search results page with your website. 6 * Version: 1.0. 26 * Version: 1.0.3 7 7 * Author: Yext Engineering 8 8 * Author URI: https://www.yext.com … … 18 18 * Current plugin version. 19 19 */ 20 define('YEXT_ANSWERS_PLUGIN_VERSION', '1.0. 2');20 define('YEXT_ANSWERS_PLUGIN_VERSION', '1.0.3'); 21 21 22 22 /** -
yext-answers/trunk/readme.txt
r2472505 r2569375 3 3 Tags: search, site-search, yext, autocomplete, relevant-search, better-search, custom-search, search-by-category, natural-language-search, search-engine 4 4 Requires at least: 4.9.8 5 Tested up to: 5. 66 Stable tag: 1.0. 25 Tested up to: 5.8 6 Stable tag: 1.0.3 7 7 Requires PHP: 7.0 8 8 License: BSD 3-Clause "New" or "Revised" License
Note: See TracChangeset
for help on using the changeset viewer.