Plugin Directory

Changeset 2569375


Ignore:
Timestamp:
07/21/2021 03:25:44 PM (5 years ago)
Author:
thundersnow
Message:

1.0.3 - tested up to 5.8

Location:
yext-answers
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • yext-answers/tags/1.0.3/README.md

    r2472505 r2569375  
    77## Installation
    88### 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.
     91. Visit Plugins > Add New.
     102. Search for Yext Answers Site Search.
     113. Install and activate the Yext Answers Site Search plugin.
    1312
    1413### 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.
     141. 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").
     152. Unzip answers-wordpress-main.zip and upload its content to your wp-content/plugins directory.
    17163. Visit Plugins.
    18174. Activate the Yext Answers Site Search plugin.
  • yext-answers/tags/1.0.3/answers.php

    r2472505 r2569375  
    44 * Plugin Name:   Yext Answers Site Search
    55 * 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.2
     6 * Version:       1.0.3
    77 * Author:        Yext Engineering
    88 * Author URI:    https://www.yext.com
     
    1818 * Current plugin version.
    1919 */
    20 define('YEXT_ANSWERS_PLUGIN_VERSION', '1.0.2');
     20define('YEXT_ANSWERS_PLUGIN_VERSION', '1.0.3');
    2121
    2222/**
  • yext-answers/tags/1.0.3/readme.txt

    r2472505 r2569375  
    33Tags: search, site-search, yext, autocomplete, relevant-search, better-search, custom-search, search-by-category, natural-language-search, search-engine
    44Requires at least: 4.9.8
    5 Tested up to: 5.6
    6 Stable tag: 1.0.2
     5Tested up to: 5.8
     6Stable tag: 1.0.3
    77Requires PHP: 7.0
    88License: BSD 3-Clause "New" or "Revised" License
  • yext-answers/trunk/README.md

    r2472505 r2569375  
    77## Installation
    88### 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.
     91. Visit Plugins > Add New.
     102. Search for Yext Answers Site Search.
     113. Install and activate the Yext Answers Site Search plugin.
    1312
    1413### 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.
     141. 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").
     152. Unzip answers-wordpress-main.zip and upload its content to your wp-content/plugins directory.
    17163. Visit Plugins.
    18174. Activate the Yext Answers Site Search plugin.
  • yext-answers/trunk/answers.php

    r2472505 r2569375  
    44 * Plugin Name:   Yext Answers Site Search
    55 * 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.2
     6 * Version:       1.0.3
    77 * Author:        Yext Engineering
    88 * Author URI:    https://www.yext.com
     
    1818 * Current plugin version.
    1919 */
    20 define('YEXT_ANSWERS_PLUGIN_VERSION', '1.0.2');
     20define('YEXT_ANSWERS_PLUGIN_VERSION', '1.0.3');
    2121
    2222/**
  • yext-answers/trunk/readme.txt

    r2472505 r2569375  
    33Tags: search, site-search, yext, autocomplete, relevant-search, better-search, custom-search, search-by-category, natural-language-search, search-engine
    44Requires at least: 4.9.8
    5 Tested up to: 5.6
    6 Stable tag: 1.0.2
     5Tested up to: 5.8
     6Stable tag: 1.0.3
    77Requires PHP: 7.0
    88License: BSD 3-Clause "New" or "Revised" License
Note: See TracChangeset for help on using the changeset viewer.