Plugin Directory

Changeset 3436281


Ignore:
Timestamp:
01/09/2026 08:27:11 PM (2 months ago)
Author:
codingfix
Message:
  • Added: Included missing css file
Location:
language-switcher-for-transposh/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • language-switcher-for-transposh/trunk/README.txt

    r3436273 r3436281  
    55Requires at least: 5.0
    66Tested up to: 6.9
    7 Stable tag: 2.0.2
     7Stable tag: 2.0.3
    88Requires PHP: 5.6
    99Requires Plugins: transposh-translation-filter-for-wordpress
     
    6161
    6262== Changelog ==
     63
     64= 2.0.3 =
     65* Added: Included missing css file.
    6366
    6467= 2.0.2 =
  • language-switcher-for-transposh/trunk/cfx-language-switcher-for-transposh.php

    r3436273 r3436281  
    1616 * Plugin URI:        https://codingfix.com/language-switcher-for-transposh
    1717 * Description:       A small plugin to use a customized language switcher with Transposh plugin.
    18  * Version:           2.0.2
     18 * Version:           2.0.3
    1919 * Author:            Marco Gasi
    2020 * Author URI:        https://codingfix.com
     
    3030 * Rename this for your plugin and update it as you release new versions.
    3131 */
    32 define( 'CFX_LSFT_VERSION', '2.0.2' );
     32define( 'CFX_LSFT_VERSION', '2.0.3' );
    3333
    3434/**
Note: See TracChangeset for help on using the changeset viewer.