Skip to content

Commit

Permalink
Merge pull request #8 from G3ronim0/develop
Browse files Browse the repository at this point in the history
Merge for 1.0.5
  • Loading branch information
G3ronim0 authored Jun 16, 2016
2 parents ffd0db1 + 581fd5c commit 2ce236c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion inc/admin/custom-post-type.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function wptxu_register_cpt()
'show_ui' => true,
'show_in_menu' => true,
'menu_position' => 3,
'menu_icon' => 'dashicons-translation',
'menu_icon' => WPTXU_URL_ASSETS_IMG . 'tx.png',
'show_in_admin_bar' => false,
'show_in_nav_menus' => false,
'can_export' => true,
Expand Down
4 changes: 2 additions & 2 deletions wpt-tx-updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: WP transifex updater
Plugin URI: http://wp-translations.org/
Description: Update translations from Transifex.
Version: 1.0.4
Version: 1.0.5
Author: WP Translations Team
Author URI: http://wp-translations.org/
License: GPL2
Expand All @@ -14,7 +14,7 @@

defined( 'ABSPATH' ) or die( 'Cheatin’ uh?' );

define( 'WPTXU_VERSION', '1.0.4' );
define( 'WPTXU_VERSION', '1.0.5' );
define( 'WPTXU_STORE_URL', 'http://sadler-jerome.fr' );
define( 'WPTXU_SLUG', 'wpt-tx-updater' );
define( 'WPTXU_FILE', __FILE__ );
Expand Down

0 comments on commit 2ce236c

Please sign in to comment.