Skip to content

Commit

Permalink
Published 2.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Whitlock committed Nov 30, 2017
1 parent dc0de3f commit 0a2717b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions loco.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin URI: https://wordpress.org/plugins/loco-translate/
Description: Translate themes and plugins directly in WordPress
Author: Tim Whitlock
Version: 2.0.17-dev
Version: 2.0.17
Author URI: https://localise.biz/wordpress/plugin
Text Domain: loco-translate
Domain Path: /languages/
Expand Down Expand Up @@ -36,7 +36,7 @@ function loco_plugin_file(){
* @return string
*/
function loco_plugin_version(){
return '2.0.17-dev';
return '2.0.17';
}


Expand Down
2 changes: 1 addition & 1 deletion pub/css/admin.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pub/css/bundle.css
Original file line number Diff line number Diff line change
@@ -1 +1 @@
table.wp-list-table td>a,table.wp-list-table td>time{display:inline-block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis}form.loco-filter{float:right}@media only screen and (max-width: 1024px){table.wp-list-table a.row-title{max-width:100px}}
form.loco-filter{float:right}@media only screen and (max-width: 1024px){table.wp-list-table a.row-title{max-width:100px}}
5 changes: 3 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: timwhitlock
Tags: translation, translators, localization, localisation, l10n, i18n, Gettext, PO, MO, productivity, multilingual
Requires at least: 4.1
Tested up to: 4.9.1
Stable tag: 2.0.16
Stable tag: 2.0.17
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -90,7 +90,8 @@ Help is provided via the [plugin support forum](https://wordpress.org/support/pl
* Unofficial languages showing in “Installed” dropdown
* Fixed extraction bug where comment confused with file header
* Fixed issue where src attributes requested from server during HTML strip
* Add loco_admin_init hook into ajax router for consistency
* Added loco_admin_init hook into ajax router for consistency
* Added warning on file info page when file is managed by WordPress
* Minor help link and layout tweaks
* Bumped WP compatibility to 4.9.1

Expand Down

0 comments on commit 0a2717b

Please sign in to comment.