Plugin Directory

Changeset 3260032


Ignore:
Timestamp:
03/22/2025 10:55:47 AM (12 months ago)
Author:
Arfa__
Message:

2.12.15

Fixed bug in Rich Snippet structured data.

Location:
fast-ebay-listings/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • fast-ebay-listings/trunk/changelog.txt

    r3248865 r3260032  
    11== Changelog ==
     2
     3= 2.12.15 =
     4Fixed bug in Rich Snippet structured data.
    25
    36= 2.12.14 =
  • fast-ebay-listings/trunk/constants.php

    r3248865 r3260032  
    55
    66define("FUBABY_EBAY_PLUGIN_TITLE", "Fast eBay Listings");
    7 define("FUBABY_EBAY_PLUGIN_VER", "2.12.14");
     7define("FUBABY_EBAY_PLUGIN_VER", "2.12.15");
    88define("FUBABY_EBAY_PLUGIN_WEBSITE", "https://www.fubaby.com/wordpress-plugins/fast-ebay-listings/");
    99define("FUBABY_EBAY_DEFAULTCAMPID", "5336840255");
  • fast-ebay-listings/trunk/fast-ebay-listings.php

    r3248865 r3260032  
    44 * Plugin URI: http://www.fubaby.com/wordpress-plugins/fast-ebay-listings/
    55 * Description: Display eBay auctions on your site, through the use of Blocks, Shortcodes and Widgets.
    6  * Version: 2.12.14
     6 * Version: 2.12.15
    77 * Requires at least: 5.0
    88 * Requires PHP: 7.4
  • fast-ebay-listings/trunk/includes/listing.inc.php

    r3144949 r3260032  
    327327  "offers": {
    328328    "@type": "Offer",
    329     "availability": https://schema.org/' . ($this->Active ? "InStock" : "SoldOut") . ',
     329    "availability": "https://schema.org/' . ($this->Active ? "InStock" : "SoldOut") . '",
    330330    "price": ' . json_encode($this->PriceConv) . ',
    331331    "priceCurrency": ' . json_encode($this->CurrencyCode) . '
  • fast-ebay-listings/trunk/readme.txt

    r3248865 r3260032  
    88Tested up to: 6.7
    99Requires PHP: 7.4
    10 Stable tag: 2.12.14
     10Stable tag: 2.12.15
    1111License: GPLv2 or later
    1212License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    244244== Changelog ==
    245245
     246= 2.12.15 =
     247Fixed bug in Rich Snippet structured data.
     248
    246249= 2.12.14 =
    247250English now the default language when eBay Canada marketplace is selected.
Note: See TracChangeset for help on using the changeset viewer.