Changeset 3436281
- Timestamp:
- 01/09/2026 08:27:11 PM (2 months ago)
- Location:
- language-switcher-for-transposh/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
cfx-language-switcher-for-transposh.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
language-switcher-for-transposh/trunk/README.txt
r3436273 r3436281 5 5 Requires at least: 5.0 6 6 Tested up to: 6.9 7 Stable tag: 2.0. 27 Stable tag: 2.0.3 8 8 Requires PHP: 5.6 9 9 Requires Plugins: transposh-translation-filter-for-wordpress … … 61 61 62 62 == Changelog == 63 64 = 2.0.3 = 65 * Added: Included missing css file. 63 66 64 67 = 2.0.2 = -
language-switcher-for-transposh/trunk/cfx-language-switcher-for-transposh.php
r3436273 r3436281 16 16 * Plugin URI: https://codingfix.com/language-switcher-for-transposh 17 17 * Description: A small plugin to use a customized language switcher with Transposh plugin. 18 * Version: 2.0. 218 * Version: 2.0.3 19 19 * Author: Marco Gasi 20 20 * Author URI: https://codingfix.com … … 30 30 * Rename this for your plugin and update it as you release new versions. 31 31 */ 32 define( 'CFX_LSFT_VERSION', '2.0. 2' );32 define( 'CFX_LSFT_VERSION', '2.0.3' ); 33 33 34 34 /**
Note: See TracChangeset
for help on using the changeset viewer.