Plugin Directory

Changeset 1978877


Ignore:
Timestamp:
11/22/2018 03:01:43 PM (7 years ago)
Author:
semantify
Message:

fix the fix

Location:
instant-annotation/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • instant-annotation/trunk/README.txt

    r1978866 r1978877  
    22Contributors: semantify.it
    33Donate link: author uri
    4 Tags: comments, spam
     4Tags: SEO, annotations, schema.org, semantify
    55Requires at least: 3.0.1
    66Tested up to: 5.9.8
  • instant-annotation/trunk/iasemantify.php

    r1978866 r1978877  
    1616 * Plugin Name:       Instant Annotation
    1717 * Description:       Deploy your annotations from semantify.it to your wordpress website with an easy interface.
    18  * Version:           2.2.2
     18 * Version:           2.2.3
    1919 * Author:            semantify.it
    2020 * Author URI:        www.semantify.it
     
    3030}
    3131
    32 define( 'IASEMANTIFY_PLUGIN_NAME_VERSION', '2.2.2' );
     32define( 'IASEMANTIFY_PLUGIN_NAME_VERSION', '2.2.3' );
    3333
    3434/**
  • instant-annotation/trunk/includes/class-iasemantify.php

    r1978866 r1978877  
    7171            $this->version =  IASEMANTIFY_PLUGIN_NAME_VERSION;
    7272        } else {
    73             $this->version = '2.2.2';
     73            $this->version = '2.2.3';
    7474        }
    7575        $this->plugin_name = 'iasemantify';
  • instant-annotation/trunk/vendor/instantAnnotations.js

    r1978866 r1978877  
    881881}
    882882
    883 function getDesc(propertyName,fullPath) {
    884     if(sdoProperties[propertyName]){
    885         return stripHtml(fullPath+':\n'+sdoProperties[propertyName]["description"]);
    886     }else{
    887         return stripHtml(fullPath+':\n'+'Sorry, no description available!');
    888     }
     883function getDesc(propertyName) {
     884    return iasemantify_sdoProperties[propertyName]
     885        ? stripHtml(iasemantify_sdoProperties[propertyName]["description"])
     886        : "No description available";
    889887}
    890888
Note: See TracChangeset for help on using the changeset viewer.