Version Description
- Malay support
Download this release
Release Info
Developer | miyauchi |
Plugin | WP Total Hacks |
Version | 0.7.1 |
Comparing to | |
See all releases |
Code changes from version 0.7.0 to 0.7.1
- includes/admin.php +4 -0
- languages/wp-total-hacks-ms_MY.mo +0 -0
- languages/wp-total-hacks-ms_MY.po +0 -0
- readme.txt +5 -1
- wp-total-hacks.php +1 -1
includes/admin.php
CHANGED
@@ -51,6 +51,10 @@ private $translators = array(
|
|
51 |
'lang' => 'Belarusian',
|
52 |
'url' => 'http://webhostinggeeks.com/science/'
|
53 |
),
|
|
|
|
|
|
|
|
|
54 |
);
|
55 |
private $role = 'manage_options';
|
56 |
private $plugin_url = '';
|
51 |
'lang' => 'Belarusian',
|
52 |
'url' => 'http://webhostinggeeks.com/science/'
|
53 |
),
|
54 |
+
'Zairul Azmil' => array(
|
55 |
+
'lang' => 'Malay',
|
56 |
+
'url' => 'http://flavors.me/zairul#2fa/wordpress'
|
57 |
+
),
|
58 |
);
|
59 |
private $role = 'manage_options';
|
60 |
private $plugin_url = '';
|
languages/wp-total-hacks-ms_MY.mo
ADDED
Binary file
|
languages/wp-total-hacks-ms_MY.po
ADDED
Binary file
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://wpist.me/
|
|
4 |
Tags: head, post, page, functions.php, admin, logo, auto save, revision, meta box, dashboard
|
5 |
Requires at least: 3.2
|
6 |
Tested up to: 3.3
|
7 |
-
Stable tag: 0.7.
|
8 |
|
9 |
WP Total Hacks can customize more than 20 settings on your WordPress Site.
|
10 |
PHP5 is required!
|
@@ -52,6 +52,7 @@ PHP5 is required!
|
|
52 |
* Dutch(nl_NL) - [Guy Steyaert](https://twitter.com/#!/ideosky/)
|
53 |
* Chinese(zh_CN) - [missingPig](https://github.com/missingPig)
|
54 |
* Belarusian(be_BY) - [Alexander Ovsov](http://webhostinggeeks.com/science/)
|
|
|
55 |
|
56 |
You can send your own language pack to me.
|
57 |
|
@@ -86,6 +87,9 @@ Please contact to me.
|
|
86 |
|
87 |
== Changelog ==
|
88 |
|
|
|
|
|
|
|
89 |
= 0.7.0 =
|
90 |
* http://wpist.me/2011/12/06/wp-total-hacks-0-7-0/
|
91 |
|
4 |
Tags: head, post, page, functions.php, admin, logo, auto save, revision, meta box, dashboard
|
5 |
Requires at least: 3.2
|
6 |
Tested up to: 3.3
|
7 |
+
Stable tag: 0.7.1
|
8 |
|
9 |
WP Total Hacks can customize more than 20 settings on your WordPress Site.
|
10 |
PHP5 is required!
|
52 |
* Dutch(nl_NL) - [Guy Steyaert](https://twitter.com/#!/ideosky/)
|
53 |
* Chinese(zh_CN) - [missingPig](https://github.com/missingPig)
|
54 |
* Belarusian(be_BY) - [Alexander Ovsov](http://webhostinggeeks.com/science/)
|
55 |
+
* Malay(ms_MY) - [Zairul Azmil](http://flavors.me/zairul#2fa/wordpress)
|
56 |
|
57 |
You can send your own language pack to me.
|
58 |
|
87 |
|
88 |
== Changelog ==
|
89 |
|
90 |
+
= 0.7.1 =
|
91 |
+
* Malay support
|
92 |
+
|
93 |
= 0.7.0 =
|
94 |
* http://wpist.me/2011/12/06/wp-total-hacks-0-7-0/
|
95 |
|
wp-total-hacks.php
CHANGED
@@ -5,7 +5,7 @@ Author: Takayuki Miyauchi
|
|
5 |
Plugin URI: http://wpist.me/wp/wp-total-hacks/
|
6 |
Description: WP Total Hacks can customize your WordPress.
|
7 |
Author: Takayuki Miyauchi
|
8 |
-
Version: 0.7.
|
9 |
Author URI: http://wpist.me/
|
10 |
Domain Path: /languages
|
11 |
Text Domain: wp-total-hacks
|
5 |
Plugin URI: http://wpist.me/wp/wp-total-hacks/
|
6 |
Description: WP Total Hacks can customize your WordPress.
|
7 |
Author: Takayuki Miyauchi
|
8 |
+
Version: 0.7.1
|
9 |
Author URI: http://wpist.me/
|
10 |
Domain Path: /languages
|
11 |
Text Domain: wp-total-hacks
|