Soon WP 4.2 : Maintenance update of trilogy xili-language !

WordPress 4.2-beta2 is shipped since few days. The three plugins of the xili-language trilogy must be tested. Some improvements are added. More details in each repository (“Changelog” tab).

  • xili-language : version 2.16.4
    – custom_xili_flag for admin side (admin side flag are uploadable – no need to take attention to name or type (.png, .jpg, gif)
    – custom_xili_flag (frontend): if not ready or declared in customised theme, search in subfolder theme/images/flags (only .png)
    – better selection of active widgets (new Categories widget with good counting if language selection must be enabled in 5th tab)
  • xili-tidy-tags : version 1.10.2 (Updated datatables js & css)
  • xili-dictionary : version 2.10.3 (Updated datatables js css – used in interactive table of tools)
    – can import msgid of get_the_archive_title (introduced in WP 4.1)
    – improves adding context only after draft state
    – now able to use flags available in Medias Library (if xili-language is active)

Notes: images set as flag can be png et jpg and also gif – not necessary to also format the name of the file !

As usual, contributors are welcome to improve documentations and more…

xili-language version 2.16.3 : maintenance and ready for 2.17

Some fixes of Warning or Notice in rare situations.
A new Widget category class (with new Walker) for adapted numbering according current language. This new Widget must be registered by webmaster in his theme via few line of code. Because it is a new widget named ©xili Widget, you must set it via the Appearance/Widgets settings page (and remove default Categories widget) 😉

// ...inside function twentyfifteen_xilidev_setup - at end of condition if xili-language exists (to avoid error if desactivated)
add_action( 'widgets_init', 'twentyfifteen_xili_add_widgets' );
// ...
}
add_action( 'after_setup_theme', 'twentyfifteen_xilidev_setup', 11 );

function twentyfifteen_xili_add_widgets () {
    register_widget( 'xili_Widget_Categories' ); // in xili-language-widgets.php since 2.16.3
}

Widget “Archives” is improved (through filtering) to display only months with posts of target/displayed languages. It is recommended to reset cache by adding a post.

Maintenance update of xili-language trilogy !

Last days, the three plugins of xili-language trilogy were updated

  • xili-language : version 2.16.2 (fixes a warning if Categories Widget uses “Dropdown” mode)
  • xili-tidy-tags : version 1.10.1 (sources code rewritting running)
  • xili-dictionary : version 2.10.1 (add features to manage plugin files from folder WP_LANG_DIR – wp-content/languages)

New presentation of stats in WP plugins repository as well described here in article of Brian. Be aware of some issues in “Active Versions”. A new ticket was just open as #912 in tracs ! and close in 24 hours 😉 Sorting is now good!

Thanks to contributors of the week : Emmanuel, Gabriel,…

xtt Active Versions
xtt Active Versions