Changeset 3464803
- Timestamp:
- 02/19/2026 06:55:45 AM (6 weeks ago)
- Location:
- calcslive-article-embed/tags/1.1.4
- Files:
-
- 3 edited
- 1 copied
-
. (copied) (copied from calcslive-article-embed/trunk)
-
CHANGELOG.md (modified) (1 diff)
-
calcslive-article-embed.php (modified) (2 diffs)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
calcslive-article-embed/tags/1.1.4/CHANGELOG.md
r3464770 r3464803 5 5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 6 6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 8 ## [1.1.4] - 2026-02-19 9 10 ### Changed 11 - Added shortcode examples for `[calcslive_qty]`, `[calcslive_qty_pair]`, and `[calcslive_qty_triplet]` in readme 7 12 8 13 ## [1.1.3] - 2026-02-18 -
calcslive-article-embed/tags/1.1.4/calcslive-article-embed.php
r3464770 r3464803 4 4 * Plugin URI: https://www.calcslive.com/services/embed 5 5 * Description: Add unit converters to product specs and embed sizing calculators that help customers buy the right size and quantity. Powered by CalcsLive. 6 * Version: 1.1. 36 * Version: 1.1.4 7 7 * Author: CalcsLive 8 8 * Author URI: https://www.calcslive.com … … 21 21 22 22 // Plugin constants 23 define('CALCSLIVE_VERSION', '1.1. 3');23 define('CALCSLIVE_VERSION', '1.1.4'); 24 24 define('CALCSLIVE_PQ_VERSION', '1.1.92'); 25 25 define('CALCSLIVE_PLUGIN_DIR', plugin_dir_path(__FILE__)); -
calcslive-article-embed/tags/1.1.4/readme.txt
r3464770 r3464803 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.1. 37 Stable tag: 1.1.4 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 58 58 59 59 **For unit converters (free, no account):** 60 1. Add `[calcslive_qty value=25.4 unit="mm"]` to any page 60 1. Add to any page: 61 - `[calcslive_qty value=25.4 unit="mm"]` for single quantity 62 - `[calcslive_qty_pair values="10,20" unit="cm"]` for quantity pair, and 63 - `[calcslive_qty_triplet values="1,2,3" unit="m"]` for quantity triplet. 61 64 2. Visitors click to convert between compatible units 62 65 … … 180 183 181 184 == Changelog == 185 186 = 1.1.4 = 187 * Added shortcode examples for qty, pair, and triplet in readme 182 188 183 189 = 1.1.3 = … … 206 212 == Upgrade Notice == 207 213 208 = 1.1. 3=209 Renamed plugin for better discoverability. No functional changes.214 = 1.1.4 = 215 Added shortcode examples in readme. No functional changes. 210 216 211 217 = 1.0.0 =
Note: See TracChangeset
for help on using the changeset viewer.