Changeset 3379007
- Timestamp:
- 10/15/2025 03:32:00 PM (5 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
r3378746 r3379007 5 5 Requires at least: 4.0.1 6 6 Tested up to: 6.8.3 7 Stable tag: 1.7. 57 Stable tag: 1.7.7 8 8 Requires PHP: 5.6 9 9 Requires Plugins: transposh-translation-filter-for-wordpress … … 363 363 * Fixed a css rule in basic_list.css to position submenu just below the nav bar 364 364 365 = 1.7.7 = 366 * Fixed typos in UI 367 365 368 == Upgrade Notice == 366 369 -
language-switcher-for-transposh/trunk/cfx-language-switcher-for-transposh.php
r3378746 r3379007 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: 1.7. 618 * Version: 1.7.7 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_LANGUAGE_SWITCHER_FOR_TRANSPOSH_VERSION', '1.7. 6' );32 define( 'CFX_LANGUAGE_SWITCHER_FOR_TRANSPOSH_VERSION', '1.7.7' ); 33 33 34 34 /**
Note: See TracChangeset
for help on using the changeset viewer.