Plugin Directory

Changeset 2739938


Ignore:
Timestamp:
06/09/2022 01:29:34 PM (4 years ago)
Author:
thundersnow
Message:

version 1.0.5

Location:
knowledge-tags-from-yext
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • knowledge-tags-from-yext/tags/1.0.5/readme.txt

    r2266018 r2739938  
    33Tags: content, yext, schema, schema.org, knowledge tags, knowledge tags from yext
    44Requires at least: 2.8
    5 Tested up to: 5.4
     5Tested up to: 6.0
    66Stable tag: trunk
    77
     
    2121Knowledge Tags Schema Markup helps your website speak the language of intelligent services so they can understand, categorize, and structure the information about your brand.
    2222
    23 With Knowledge Tags you can manage schema at scale and keep the data in sync with Yext Knowledge Manager and third party listings.
     23With Knowledge Tags you can manage schema at scale and keep the data in sync with Yext Knowledge Graph and third party listings.
     24
     25NOTE: There will no longer be maintenance or support for this plugin beyond version 6.0. Please directly utilize the Knowledge Tags scripts, as explained in Yext’s documentation: https://hitchhikers.yext.com/guides/working-with-knowledge-tags/#script
    2426
    2527
    2628**Using Knowledge Tags**
    27 Use Yext Knowledge Tags to automatically create marked up schema for your website. The information will come directly from the Yext Knowledge Manager. You can use shortcodes to generate fields such as hours of operation, phone numbers, and a link to your location in Google Maps.
     29Use Yext Knowledge Tags to automatically create marked up schema for your website. The information will come directly from the Yext Knowledge Graph. You can use shortcodes to generate fields such as hours of operation, phone numbers, and a link to your location in Google Maps.
    2830
    2931To use the Yext plugin, you must have an active Yext subscription. With the Yext Knowledge Engine, you can update, sync, enhance, and monitor your business listings across the web. To learn more about Yext and see how your business appears on local search sites, visit www.yext.com.
     
    3941
    4042== Changelog ==
     43= 1.0.5 =
     44* Fixed bug causing updates to pages to fail
     45
    4146= 1.0.3 =
    4247* Updated error display on the settings page
  • knowledge-tags-from-yext/tags/1.0.5/yext-schema.php

    r2526199 r2739938  
    22/**
    33 * @package Yext_Schema
    4  * @version 1.0.4
     4 * @version 1.0.5
    55 */
    66/*
     
    99Description: Publish your knowledge tags.
    1010Author: Yext Engineering
    11 Version: 1.0.4
     11Version: 1.0.5
    1212*/
    1313include "settings.php";
     
    8080function KTFY_yext_shortcode($atts, $content, $tag)
    8181{
     82    KTFY_get_kt_data();
    8283    global $KTFY_knowlege_tag_data;
    8384
     
    119120function KTFY_yext_schema_org_json()
    120121{
     122    KTFY_get_kt_data();
    121123    global $KTFY_yext_schema_data;
    122124    global $KTFY_page_location_Ids;
     
    139141
    140142//action hooks
    141 add_action('wp', 'KTFY_get_kt_data');
    142143add_shortcode('yext-data', 'KTFY_yext_shortcode');
    143144add_action('get_footer', 'KTFY_yext_schema_org_json');
  • knowledge-tags-from-yext/trunk/readme.txt

    r2266018 r2739938  
    33Tags: content, yext, schema, schema.org, knowledge tags, knowledge tags from yext
    44Requires at least: 2.8
    5 Tested up to: 5.4
     5Tested up to: 6.0
    66Stable tag: trunk
    77
     
    2121Knowledge Tags Schema Markup helps your website speak the language of intelligent services so they can understand, categorize, and structure the information about your brand.
    2222
    23 With Knowledge Tags you can manage schema at scale and keep the data in sync with Yext Knowledge Manager and third party listings.
     23With Knowledge Tags you can manage schema at scale and keep the data in sync with Yext Knowledge Graph and third party listings.
     24
     25NOTE: There will no longer be maintenance or support for this plugin beyond version 6.0. Please directly utilize the Knowledge Tags scripts, as explained in Yext’s documentation: https://hitchhikers.yext.com/guides/working-with-knowledge-tags/#script
    2426
    2527
    2628**Using Knowledge Tags**
    27 Use Yext Knowledge Tags to automatically create marked up schema for your website. The information will come directly from the Yext Knowledge Manager. You can use shortcodes to generate fields such as hours of operation, phone numbers, and a link to your location in Google Maps.
     29Use Yext Knowledge Tags to automatically create marked up schema for your website. The information will come directly from the Yext Knowledge Graph. You can use shortcodes to generate fields such as hours of operation, phone numbers, and a link to your location in Google Maps.
    2830
    2931To use the Yext plugin, you must have an active Yext subscription. With the Yext Knowledge Engine, you can update, sync, enhance, and monitor your business listings across the web. To learn more about Yext and see how your business appears on local search sites, visit www.yext.com.
     
    3941
    4042== Changelog ==
     43= 1.0.5 =
     44* Fixed bug causing updates to pages to fail
     45
    4146= 1.0.3 =
    4247* Updated error display on the settings page
  • knowledge-tags-from-yext/trunk/yext-schema.php

    r2526199 r2739938  
    22/**
    33 * @package Yext_Schema
    4  * @version 1.0.4
     4 * @version 1.0.5
    55 */
    66/*
     
    99Description: Publish your knowledge tags.
    1010Author: Yext Engineering
    11 Version: 1.0.4
     11Version: 1.0.5
    1212*/
    1313include "settings.php";
     
    8080function KTFY_yext_shortcode($atts, $content, $tag)
    8181{
     82    KTFY_get_kt_data();
    8283    global $KTFY_knowlege_tag_data;
    8384
     
    119120function KTFY_yext_schema_org_json()
    120121{
     122    KTFY_get_kt_data();
    121123    global $KTFY_yext_schema_data;
    122124    global $KTFY_page_location_Ids;
     
    139141
    140142//action hooks
    141 add_action('wp', 'KTFY_get_kt_data');
    142143add_shortcode('yext-data', 'KTFY_yext_shortcode');
    143144add_action('get_footer', 'KTFY_yext_schema_org_json');
Note: See TracChangeset for help on using the changeset viewer.