WP Total Hacks - Version 2.0.1

Version Description

Download this release

Release Info

Developer miyauchi
Plugin Icon wp plugin WP Total Hacks
Version 2.0.1
Comparing to
See all releases

Code changes from version 2.0.0 to 2.0.1

.svnignore CHANGED
@@ -1,6 +1,18 @@
 
1
  .git
2
  .gitignore
3
  .travis.yml
 
 
 
 
 
4
  bin
 
 
 
 
 
 
5
  phpunit.xml
6
  tests
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
+ gulpfile.js
14
+ node_modules
15
+ npm-debug.log
16
+ package.json
17
  phpunit.xml
18
  tests
includes/form/sidebar.php DELETED
@@ -1,28 +0,0 @@
1
- <div class="bside">
2
- <h3><?php _e('WordPress Plugins', 'wp-total-hacks'); ?></h3>
3
- <ul>
4
- <li><a href="http://wordpress.org/extend/plugins/tinymce-templates/">TinyMCE Templates</a></li>
5
- <li><a href="http://wordpress.org/extend/plugins/enhancing-css/">Enhancing CSS</a></li>
6
- <li><a href="http://wordpress.org/extend/plugins/oembed-tweet/">oEmbed Tweets</a></li>
7
- <li><a href="http://wordpress.org/extend/plugins/oembed-gist/">oEmbed Gist</a></li>
8
- <li><a href="http://wordpress.org/extend/plugins/profile/miyauchi">Other Plugins</a></li>
9
- </ul>
10
- </div>
11
-
12
- <div class="bside">
13
- <h3><?php _e('Make WordPress Site Load Faster', 'wp-total-hacks'); ?></h3>
14
- <div style="text-align:center;"><a href="<?php _e('http://wpbooster.net/', 'wp-total-hacks'); ?>"><img src="<?php echo $this->get_plugin_url(); ?>/img/wpbooster.png"></a></div>
15
- </div>
16
-
17
- <div class="bside">
18
- <h3><?php _e('This Plugin needs your support', 'wp-total-hacks'); ?></h3>
19
- <p><?php _e('Please help support the continued development.', 'wp-total-hacks'); ?></p>
20
- <div style="text-align:center;"><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FR7RD5SGEU69Y"><img alt="PayPal" src="<?php echo $this->get_plugin_url(); ?>/img/paypal.png"></a></div>
21
- </div>
22
-
23
- <div class="bside">
24
- <h3><?php _e('Contact', 'wp-total-hacks'); ?></h3>
25
- <ul>
26
- <li><a href="http://twitter.com/#!/wpist_me">Takayuki Miyauchi</a></li>
27
- </ul>
28
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/.svnignore DELETED
@@ -1,18 +0,0 @@
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
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
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.3
7
- Stable tag: 2.0.0
8
 
9
  WP Total Hacks can customize more than 20 settings on your WordPress Site.
10
  PHP5 is required!
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.3
7
+ Stable tag: 2.0.1
8
 
9
  WP Total Hacks can customize more than 20 settings on your WordPress Site.
10
  PHP5 is required!
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: 2.0.0
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: 2.0.1
8
  Author URI: http://wpist.me/
9
  Domain Path: /languages
10
  Text Domain: wp-total-hacks