Changeset 2738219
- Timestamp:
- 06/06/2022 07:23:06 PM (4 years ago)
- Location:
- swidget-for-cmp
- Files:
-
- 1 added
- 3 edited
-
tags/1.6.0 (added)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/settingsPage.php (modified) (1 diff)
-
trunk/swidget-cmp.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
swidget-for-cmp/trunk/readme.txt
r2598154 r2738219 71 71 * **Not yet on sale** (`sw_msg_too_early`) - Message displayed if the product is not yet available to purchase 72 72 * **Offline sales only** (`sw_msg_offline_only`) - Message displayed when the item is available to be sold in Siriusware but *not* with e-commerce 73 * **Site Maintenance** (`sw_msg_maintenance`) - The message that is displayed when the site is undergoing maintenance 73 74 * **Expired** (`sw_msg_expired`) - The message that is displayed when the item is no longer on sale 74 75 * **Low Quantity** (`sw_msg_low_qty`) - The message that displays when there is low quantity … … 163 164 == Changelog == 164 165 166 = 1.6.0 = 167 168 * Added maintenace-mode setting 169 165 170 = 1.5.0 = 166 171 … … 204 209 == Upgrade Notice == 205 210 206 = 1. 5.0 =207 Added `swaddtocarttimed_firstga` shortcode211 = 1.6.0 = 212 Added maintenance-mode setting and `swaddtocarttimed_firstga` shortcode -
swidget-for-cmp/trunk/settingsPage.php
r2482363 r2738219 23 23 "sw_msg_too_early" => "Not yet on sale", 24 24 "sw_msg_offline_only" => "Offline Sales Only", 25 "sw_msg_maintenance" => "Site Maintenance", 25 26 "sw_msg_expired" => "Expired", 26 27 "sw_msg_low_qty" => "Low Quantity", -
swidget-for-cmp/trunk/swidget-cmp.php
r2598154 r2738219 5 5 GitHub Plugin URI: CMP-Studio/swidget-cmp 6 6 Description: Siriusware Widget for Carnegie Museusms of Pittsburgh 7 Version: 1. 5.07 Version: 1.6.0 8 8 Author: Carnegie Museums of Pittsburgh 9 9 Author URI: http://www.carnegiemuseums.org … … 107 107 "sw_msg_low_qty" => "messageLowQty", 108 108 "sw_msg_sold_out" => "messageSoldOut", 109 "sw_msg_maintenance" => "messageMaintenance", 109 110 "sw_msg_add_to_cart" => "messageAddToCart", 110 111 "sw_msg_too_early" => "messageTooEarly",
Note: See TracChangeset
for help on using the changeset viewer.