Changeset 2911215
- Timestamp:
- 05/11/2023 02:03:59 PM (3 years ago)
- Location:
- polylang-supertext/trunk
- Files:
-
- 2 edited
-
plugin.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
polylang-supertext/trunk/plugin.php
r2857633 r2911215 7 7 Domain Path: /resources/languages 8 8 Author: Supertext AG 9 Version: 4.1 59 Version: 4.16 10 10 Author URI: http://www.supertext.ch 11 11 License: GPLv2 or later 12 12 */ 13 13 14 define('SUPERTEXT_PLUGIN_VERSION', '4.1 5');14 define('SUPERTEXT_PLUGIN_VERSION', '4.16'); 15 15 define('SUPERTEXT_PLUGIN_REVISION', 48); 16 16 define('SUPERTEXT_BASE_PATH', __DIR__); -
polylang-supertext/trunk/readme.txt
r2857633 r2911215 110 110 == Changelog == 111 111 112 = 4.16 = 113 * Fix issue that prevented the write back of media texts 114 * Use staging environment for testing 115 112 116 = 4.15 = 113 117 * Fix shortcode replacement bug when no shortcodes are present
Note: See TracChangeset
for help on using the changeset viewer.