Version Description
- Tested up to WordPress 4.2.
Download this release
Release Info
Developer | miyauchi |
Plugin | WP Total Hacks |
Version | 1.9.2 |
Comparing to | |
See all releases |
Code changes from version 1.9.1 to 1.9.2
- languages/.svnignore +18 -0
- readme.txt +12 -9
- wp-total-hacks.php +1 -1
languages/.svnignore
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.DS_Store
|
2 |
+
.git
|
3 |
+
.gitignore
|
4 |
+
.travis.yml
|
5 |
+
Gruntfile.js
|
6 |
+
LINGUAS
|
7 |
+
Makefile
|
8 |
+
README.md
|
9 |
+
_site
|
10 |
+
bin
|
11 |
+
composer.json
|
12 |
+
composer.lock
|
13 |
+
node_modules
|
14 |
+
npm-debug.log
|
15 |
+
package.json
|
16 |
+
phpunit.xml
|
17 |
+
tests
|
18 |
+
vendor
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: miyauchi,marushu
|
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FR7RD5SGEU69Y
|
4 |
Tags: head, post, page, functions.php, admin, logo, auto save, revision, meta box, dashboard
|
5 |
Requires at least: 3.8
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 1.9.
|
8 |
|
9 |
WP Total Hacks can customize more than 20 settings on your WordPress Site.
|
10 |
PHP5 is required!
|
@@ -19,14 +19,14 @@ http://www.youtube.com/watch?v=05LFDZJwPAE
|
|
19 |
|
20 |
= Some features: =
|
21 |
|
22 |
-
All items you can select to
|
23 |
PHP5 is required!
|
24 |
|
25 |
* Add a favicon.
|
26 |
* Change admin header logo.
|
27 |
* Change admin footer text.
|
28 |
* Change login logo.
|
29 |
-
*
|
30 |
* Deactivate selected dashboard widgets.
|
31 |
* Remove unnecessary meta tags.
|
32 |
* Change default email address.
|
@@ -82,9 +82,9 @@ Please contact to me.
|
|
82 |
|
83 |
== Installation ==
|
84 |
|
85 |
-
* A plug-in installation screen is displayed
|
86 |
-
* It installs
|
87 |
-
* The plug-in is
|
88 |
* Open 'Settings' -> 'WP Total Hacks' menu.
|
89 |
|
90 |
|
@@ -97,6 +97,9 @@ Please contact to me.
|
|
97 |
|
98 |
== Changelog ==
|
99 |
|
|
|
|
|
|
|
100 |
= 1.9.0 =
|
101 |
* Enable shortcode/oembed in the text widget.
|
102 |
|
@@ -117,9 +120,9 @@ Please contact to me.
|
|
117 |
* bug fix (logo in admin bar not display on the site.)
|
118 |
|
119 |
= 1.1.0 =
|
120 |
-
* fix for
|
121 |
* remove "disable auto_save" function.
|
122 |
-
* remove "remove
|
123 |
|
124 |
= 1.0.1 =
|
125 |
* Allow you to remove attachment page.
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FR7RD5SGEU69Y
|
4 |
Tags: head, post, page, functions.php, admin, logo, auto save, revision, meta box, dashboard
|
5 |
Requires at least: 3.8
|
6 |
+
Tested up to: 4.2
|
7 |
+
Stable tag: 1.9.2
|
8 |
|
9 |
WP Total Hacks can customize more than 20 settings on your WordPress Site.
|
10 |
PHP5 is required!
|
19 |
|
20 |
= Some features: =
|
21 |
|
22 |
+
All items you can select to Activate or Deactivate.
|
23 |
PHP5 is required!
|
24 |
|
25 |
* Add a favicon.
|
26 |
* Change admin header logo.
|
27 |
* Change admin footer text.
|
28 |
* Change login logo.
|
29 |
+
* Deactivate selected meta boxes for Posts & Pages.
|
30 |
* Deactivate selected dashboard widgets.
|
31 |
* Remove unnecessary meta tags.
|
32 |
* Change default email address.
|
82 |
|
83 |
== Installation ==
|
84 |
|
85 |
+
* A plug-in installation screen is displayed in the WordPress admin panel.
|
86 |
+
* It installs in `wp-content/plugins`.
|
87 |
+
* The plug-in is activated.
|
88 |
* Open 'Settings' -> 'WP Total Hacks' menu.
|
89 |
|
90 |
|
97 |
|
98 |
== Changelog ==
|
99 |
|
100 |
+
= 1.9.2 =
|
101 |
+
* Tested up to WordPress 4.2.
|
102 |
+
|
103 |
= 1.9.0 =
|
104 |
* Enable shortcode/oembed in the text widget.
|
105 |
|
120 |
* bug fix (logo in admin bar not display on the site.)
|
121 |
|
122 |
= 1.1.0 =
|
123 |
+
* fix for WordPress 3.5
|
124 |
* remove "disable auto_save" function.
|
125 |
+
* remove "remove attachment link" function.
|
126 |
|
127 |
= 1.0.1 =
|
128 |
* Allow you to remove attachment page.
|
wp-total-hacks.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: WP Total Hacks
|
|
4 |
Author: Takayuki Miyauchi
|
5 |
Plugin URI: https://github.com/miya0001/wp-total-hacks
|
6 |
Description: WP Total Hacks can customize your WordPress.
|
7 |
-
Version: 1.9.
|
8 |
Author URI: http://wpist.me/
|
9 |
Domain Path: /languages
|
10 |
Text Domain: wp-total-hacks
|
4 |
Author: Takayuki Miyauchi
|
5 |
Plugin URI: https://github.com/miya0001/wp-total-hacks
|
6 |
Description: WP Total Hacks can customize your WordPress.
|
7 |
+
Version: 1.9.2
|
8 |
Author URI: http://wpist.me/
|
9 |
Domain Path: /languages
|
10 |
Text Domain: wp-total-hacks
|