Plugin Directory

Changeset 3277141


Ignore:
Timestamp:
04/19/2025 10:12:56 AM (11 months ago)
Author:
codeisartnet
Message:

update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codeart-units-converter/tags/3.1.0/readme.txt

    r3277136 r3277141  
    5151Delete unused shortcodes easily
    5252
     53🚀 New features
     54Each generated shortcode is now fully customizable — you can select exactly which units to include in the converter. This means you can now create highly specific converters (e.g., only inches ↔ centimeters, or only kilograms ↔ pounds) right from the Shortcode Manager page.
     55This gives you the flexibility to:
     56Create multiple custom converters tailored to different content types
     57Display only relevant units for your audience
     58Avoid overwhelming users with unnecessary unit choices
     59🧩 In short: You can now generate unlimited custom unit converters directly from your admin panel — no coding needed.
     60
    5361### Example Shortcodes
    5462
     
    6068* `[codeart_units_converter_converters type='volume' style='table']`
    6169* `[codeart_units_converter_converters type='length' style='table']`
    62 * `[codeart_units_converter_converters type='temperature' style='table']`
    63 * `[codeart_units_converter_converters type='time' style='table']`
    64 * `[codeart_units_converter_converters type='digital_storage' style='table']`
    65 * `[codeart_units_converter_converters type='energy' style='table']`
    66 * `[codeart_units_converter_converters type='power' style='table']`
    67 * `[codeart_units_converter_converters type='pressure' style='table']`
    68 * `[codeart_units_converter_converters type='force' style='table']`
    69 * `[codeart_units_converter_converters type='angle' style='table']`
    70 * `[codeart_units_converter_converters type='frequency' style='table']`
    71 * `[codeart_units_converter_converters type='fuel_economy' style='table']`
    72 * `[codeart_units_converter_converters type='density' style='table']`
    73 * `[codeart_units_converter_converters type='basic_calculator' style='default']`
    74 * `[codeart_units_converter_converters type='scientific_calculator' style='default']`
     70* and more...
    7571
    7672### Need Help?
     
    116112== Changelog ==
    117113
    118 = 3.0.0 =
    119 🚀 New in 3.0.0:
    120 Each generated shortcode is now fully customizable — you can select exactly which units to include in the converter. This means you can now create highly specific converters (e.g., only inches ↔ centimeters, or only kilograms ↔ pounds) right from the Shortcode Manager page.
    121 This gives you the flexibility to:
    122 Create multiple custom converters tailored to different content types
    123 Display only relevant units for your audience
    124 Avoid overwhelming users with unnecessary unit choices
    125 🧩 In short: You can now generate unlimited custom unit converters directly from your admin panel — no coding needed.
    126 
    127114= 2.6.0 =
    128115* 🔥 Major update: Added 13 new unit converters (Length, Volume, Temperature, Time, Digital Storage, Energy, Power, Pressure, Force, Angle, Frequency, Fuel Economy, Density)
Note: See TracChangeset for help on using the changeset viewer.