Changeset 3260032
- Timestamp:
- 03/22/2025 10:55:47 AM (12 months ago)
- Location:
- fast-ebay-listings/trunk
- Files:
-
- 5 edited
-
changelog.txt (modified) (1 diff)
-
constants.php (modified) (1 diff)
-
fast-ebay-listings.php (modified) (1 diff)
-
includes/listing.inc.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fast-ebay-listings/trunk/changelog.txt
r3248865 r3260032 1 1 == Changelog == 2 3 = 2.12.15 = 4 Fixed bug in Rich Snippet structured data. 2 5 3 6 = 2.12.14 = -
fast-ebay-listings/trunk/constants.php
r3248865 r3260032 5 5 6 6 define("FUBABY_EBAY_PLUGIN_TITLE", "Fast eBay Listings"); 7 define("FUBABY_EBAY_PLUGIN_VER", "2.12.1 4");7 define("FUBABY_EBAY_PLUGIN_VER", "2.12.15"); 8 8 define("FUBABY_EBAY_PLUGIN_WEBSITE", "https://www.fubaby.com/wordpress-plugins/fast-ebay-listings/"); 9 9 define("FUBABY_EBAY_DEFAULTCAMPID", "5336840255"); -
fast-ebay-listings/trunk/fast-ebay-listings.php
r3248865 r3260032 4 4 * Plugin URI: http://www.fubaby.com/wordpress-plugins/fast-ebay-listings/ 5 5 * Description: Display eBay auctions on your site, through the use of Blocks, Shortcodes and Widgets. 6 * Version: 2.12.1 46 * Version: 2.12.15 7 7 * Requires at least: 5.0 8 8 * Requires PHP: 7.4 -
fast-ebay-listings/trunk/includes/listing.inc.php
r3144949 r3260032 327 327 "offers": { 328 328 "@type": "Offer", 329 "availability": https://schema.org/' . ($this->Active ? "InStock" : "SoldOut") . ',329 "availability": "https://schema.org/' . ($this->Active ? "InStock" : "SoldOut") . '", 330 330 "price": ' . json_encode($this->PriceConv) . ', 331 331 "priceCurrency": ' . json_encode($this->CurrencyCode) . ' -
fast-ebay-listings/trunk/readme.txt
r3248865 r3260032 8 8 Tested up to: 6.7 9 9 Requires PHP: 7.4 10 Stable tag: 2.12.1 410 Stable tag: 2.12.15 11 11 License: GPLv2 or later 12 12 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 244 244 == Changelog == 245 245 246 = 2.12.15 = 247 Fixed bug in Rich Snippet structured data. 248 246 249 = 2.12.14 = 247 250 English now the default language when eBay Canada marketplace is selected.
Note: See TracChangeset
for help on using the changeset viewer.