Changeset 3273046
- Timestamp:
- 04/15/2025 07:24:14 AM (11 months ago)
- Location:
- codeart-units-converter
- Files:
-
- 6 deleted
- 3 edited
- 4 copied
-
tags/2.1.0 (copied) (copied from codeart-units-converter/trunk)
-
tags/2.1.0/admin/admin.php (deleted)
-
tags/2.1.0/admin/include (deleted)
-
tags/2.1.0/codeart-units-converter.php (copied) (copied from codeart-units-converter/trunk/codeart-units-converter.php) (2 diffs)
-
tags/2.1.0/include/ajax.php (deleted)
-
tags/2.1.0/include/calc (deleted)
-
tags/2.1.0/include/converter (copied) (copied from codeart-units-converter/trunk/include/converter)
-
tags/2.1.0/include/shortcodes.php (copied) (copied from codeart-units-converter/trunk/include/shortcodes.php)
-
tags/2.1.0/include/units-array (deleted)
-
tags/2.1.0/readme.txt (modified) (1 diff)
-
tags/2.1.0/units (deleted)
-
trunk/codeart-units-converter.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
codeart-units-converter/tags/2.1.0/codeart-units-converter.php
r3273038 r3273046 10 10 * Text Domain: codeart-units-converter 11 11 * Domain Path: /i18n/languages/ 12 * Version: 2. 0.012 * Version: 2.1.0 13 13 * Tested up to: 6.7.2 14 14 */ … … 19 19 } 20 20 21 $codeart_units_converter_version = '2. 0.0';21 $codeart_units_converter_version = '2.1.0'; 22 22 23 23 /** -
codeart-units-converter/tags/2.1.0/readme.txt
r3271810 r3273046 6 6 Requires PHP: 7.0 7 7 Tested up to: 6.7.2 8 Stable tag: 2. 0.08 Stable tag: 2.1.0 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html -
codeart-units-converter/trunk/codeart-units-converter.php
r3273038 r3273046 10 10 * Text Domain: codeart-units-converter 11 11 * Domain Path: /i18n/languages/ 12 * Version: 2. 0.012 * Version: 2.1.0 13 13 * Tested up to: 6.7.2 14 14 */ … … 19 19 } 20 20 21 $codeart_units_converter_version = '2. 0.0';21 $codeart_units_converter_version = '2.1.0'; 22 22 23 23 /** -
codeart-units-converter/trunk/readme.txt
r3271810 r3273046 6 6 Requires PHP: 7.0 7 7 Tested up to: 6.7.2 8 Stable tag: 2. 0.08 Stable tag: 2.1.0 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset
for help on using the changeset viewer.