Plugin Directory

Changeset 2738219


Ignore:
Timestamp:
06/06/2022 07:23:06 PM (4 years ago)
Author:
heimanj
Message:

Updating to 1.6.0 (adding maintenance-mode setting)

Location:
swidget-for-cmp
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • swidget-for-cmp/trunk/readme.txt

    r2598154 r2738219  
    7171* **Not yet on sale** (`sw_msg_too_early`) - Message displayed if the product is not yet available to purchase
    7272* **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
    7374* **Expired** (`sw_msg_expired`) - The message that is displayed when the item is no longer on sale
    7475* **Low Quantity** (`sw_msg_low_qty`) - The message that displays when there is low quantity
     
    163164== Changelog ==
    164165
     166= 1.6.0 =
     167
     168* Added maintenace-mode setting
     169
    165170= 1.5.0 =
    166171
     
    204209== Upgrade Notice ==
    205210
    206 = 1.5.0 =
    207 Added `swaddtocarttimed_firstga` shortcode
     211= 1.6.0 =
     212Added maintenance-mode setting and `swaddtocarttimed_firstga` shortcode
  • swidget-for-cmp/trunk/settingsPage.php

    r2482363 r2738219  
    2323    "sw_msg_too_early" => "Not yet on sale",
    2424    "sw_msg_offline_only" => "Offline Sales Only",
     25    "sw_msg_maintenance" => "Site Maintenance",
    2526    "sw_msg_expired" => "Expired",
    2627    "sw_msg_low_qty" => "Low Quantity",
  • swidget-for-cmp/trunk/swidget-cmp.php

    r2598154 r2738219  
    55GitHub Plugin URI: CMP-Studio/swidget-cmp
    66Description: Siriusware Widget for Carnegie Museusms of Pittsburgh
    7 Version: 1.5.0
     7Version: 1.6.0
    88Author: Carnegie Museums of Pittsburgh
    99Author URI: http://www.carnegiemuseums.org
     
    107107    "sw_msg_low_qty" => "messageLowQty",
    108108    "sw_msg_sold_out" => "messageSoldOut",
     109    "sw_msg_maintenance" => "messageMaintenance",
    109110    "sw_msg_add_to_cart" => "messageAddToCart",
    110111    "sw_msg_too_early" => "messageTooEarly",
Note: See TracChangeset for help on using the changeset viewer.