Changeset 3277140
- Timestamp:
- 04/19/2025 09:58:36 AM (11 months ago)
- File:
-
- 1 edited
-
codeart-units-converter/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
codeart-units-converter/trunk/readme.txt
r3277136 r3277140 51 51 Delete unused shortcodes easily 52 52 53 🚀 New features 54 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. 55 This gives you the flexibility to: 56 Create multiple custom converters tailored to different content types 57 Display only relevant units for your audience 58 Avoid 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 53 61 ### Example Shortcodes 54 62 … … 60 68 * `[codeart_units_converter_converters type='volume' style='table']` 61 69 * `[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... 75 71 76 72 ### Need Help? … … 116 112 == Changelog == 117 113 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 types123 Display only relevant units for your audience124 Avoid overwhelming users with unnecessary unit choices125 🧩 In short: You can now generate unlimited custom unit converters directly from your admin panel — no coding needed.126 127 114 = 2.6.0 = 128 115 * 🔥 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.