Plugin Directory

Changeset 3277136


Ignore:
Timestamp:
04/19/2025 09:50:55 AM (11 months ago)
Author:
codeisartnet
Message:

update

Location:
codeart-units-converter
Files:
12 deleted
2 edited
41 copied

Legend:

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

    r3277121 r3277136  
    1010 * Text Domain: codeart-units-converter
    1111 * Domain Path: /i18n/languages/
    12  * Version: 3.0.0
     12 * Version: 3.1.0
    1313 * Tested up to: 6.8.0
    1414 */
     
    1919}
    2020
    21 $codeart_units_converter_version = '3.0.0';
     21$codeart_units_converter_version = '3.1.0';
    2222
    2323/**
  • codeart-units-converter/tags/3.1.0/readme.txt

    r3277121 r3277136  
    22Contributors: CodeIsArtNet
    33Donate link: https://www.codeisart.net/
    4 Tags: unit-converter, calculator, scientific-calculator, measurement-conversion, math-tools
     4Tags: unit, converter, calculator, math, tool
    55Requires at least: 4.7
    66Requires PHP: 7.0
    77Tested up to: 6.8.0
    8 Stable tag: 3.0.0
     8Stable tag: 3.1.0
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    4343* ⚙️ Simple shortcode integration
    4444* 🚀 Fast, AJAX-powered performance
     45
     46🛠️ Shortcode Manager (Add/Edit/Delete Shortcodes from WP Admin)
     47A powerful Shortcode Manager has been introduced in the WordPress admin area.
     48With this new feature, you can:
     49Add custom shortcodes for any converter type
     50Edit existing shortcodes to fine-tune their settings
     51Delete unused shortcodes easily
    4552
    4653### Example Shortcodes
     
    109116== Changelog ==
    110117
     118= 3.0.0 =
     119🚀 New in 3.0.0:
     120Each 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.
     121This gives you the flexibility to:
     122Create multiple custom converters tailored to different content types
     123Display only relevant units for your audience
     124Avoid 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
    111127= 2.6.0 =
    112128* 🔥 Major update: Added 13 new unit converters (Length, Volume, Temperature, Time, Digital Storage, Energy, Power, Pressure, Force, Angle, Frequency, Fuel Economy, Density)
  • codeart-units-converter/trunk/codeart-units-converter.php

    r3277121 r3277136  
    1010 * Text Domain: codeart-units-converter
    1111 * Domain Path: /i18n/languages/
    12  * Version: 3.0.0
     12 * Version: 3.1.0
    1313 * Tested up to: 6.8.0
    1414 */
     
    1919}
    2020
    21 $codeart_units_converter_version = '3.0.0';
     21$codeart_units_converter_version = '3.1.0';
    2222
    2323/**
  • codeart-units-converter/trunk/readme.txt

    r3277121 r3277136  
    22Contributors: CodeIsArtNet
    33Donate link: https://www.codeisart.net/
    4 Tags: unit-converter, calculator, scientific-calculator, measurement-conversion, math-tools
     4Tags: unit, converter, calculator, math, tool
    55Requires at least: 4.7
    66Requires PHP: 7.0
    77Tested up to: 6.8.0
    8 Stable tag: 3.0.0
     8Stable tag: 3.1.0
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    4343* ⚙️ Simple shortcode integration
    4444* 🚀 Fast, AJAX-powered performance
     45
     46🛠️ Shortcode Manager (Add/Edit/Delete Shortcodes from WP Admin)
     47A powerful Shortcode Manager has been introduced in the WordPress admin area.
     48With this new feature, you can:
     49Add custom shortcodes for any converter type
     50Edit existing shortcodes to fine-tune their settings
     51Delete unused shortcodes easily
    4552
    4653### Example Shortcodes
     
    109116== Changelog ==
    110117
     118= 3.0.0 =
     119🚀 New in 3.0.0:
     120Each 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.
     121This gives you the flexibility to:
     122Create multiple custom converters tailored to different content types
     123Display only relevant units for your audience
     124Avoid 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
    111127= 2.6.0 =
    112128* 🔥 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.