Plugin Directory

Changeset 3464803


Ignore:
Timestamp:
02/19/2026 06:55:45 AM (6 weeks ago)
Author:
dreamwell
Message:

tag version 1.1.4

Location:
calcslive-article-embed/tags/1.1.4
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • calcslive-article-embed/tags/1.1.4/CHANGELOG.md

    r3464770 r3464803  
    55The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
    66and 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
    712
    813## [1.1.3] - 2026-02-18
  • calcslive-article-embed/tags/1.1.4/calcslive-article-embed.php

    r3464770 r3464803  
    44 * Plugin URI: https://www.calcslive.com/services/embed
    55 * 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.3
     6 * Version: 1.1.4
    77 * Author: CalcsLive
    88 * Author URI: https://www.calcslive.com
     
    2121
    2222// Plugin constants
    23 define('CALCSLIVE_VERSION', '1.1.3');
     23define('CALCSLIVE_VERSION', '1.1.4');
    2424define('CALCSLIVE_PQ_VERSION', '1.1.92');
    2525define('CALCSLIVE_PLUGIN_DIR', plugin_dir_path(__FILE__));
  • calcslive-article-embed/tags/1.1.4/readme.txt

    r3464770 r3464803  
    55Tested up to: 6.9 
    66Requires PHP: 7.4 
    7 Stable tag: 1.1.3 
     7Stable tag: 1.1.4 
    88License: GPLv2 or later 
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    5858
    5959**For unit converters (free, no account):**
    60 1. Add `[calcslive_qty value=25.4 unit="mm"]` to any page
     601. 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.
    61642. Visitors click to convert between compatible units
    6265
     
    180183
    181184== Changelog ==
     185
     186= 1.1.4 =
     187* Added shortcode examples for qty, pair, and triplet in readme
    182188
    183189= 1.1.3 =
     
    206212== Upgrade Notice ==
    207213
    208 = 1.1.3 =
    209 Renamed plugin for better discoverability. No functional changes.
     214= 1.1.4 =
     215Added shortcode examples in readme. No functional changes.
    210216
    211217= 1.0.0 =
Note: See TracChangeset for help on using the changeset viewer.