More WordPress Plugins removed

Today I`ve redrawn the following WordPress plugins from WordPress.org;

  • Opera Speed Dial
  • Has.js
  • jQuery Mobile (Updater)

    This plugin will be included in a future version of jQuery Updater

This means that they are no longer available or supported

I will post the source code on GitHub later this week.

Bumping minimum WordPress Version

This week I`ve been updated the readme of all my WordPress plugins.
All have been tested and should be fully compatible with WordPress 4.0 and 4.1. The readme.txt will now require atleast WordPress 3.9
Later this month, when WordPress 4.1.1 arrives, I will update this to 4.0!

Don`t worry, the PHP and MySQL requirements stay the same for now.

How-To Install Twenty Fifteen for WordPress

This mini guide describes how to install the WordPress Twenty Fifteen theme from the Subversion repository within the shell.

Inside the terminal screen, go to your WordPress installation directory and run the following commands:

cd wp-content/themes/
svn co http://core.svn.wordpress.org/trunk/wp-content/themes/twentyfifteen/

How-To Install WP-CLI on shared hosting

To do this you need SSH/telnet support

Run the following commands in the terminal
cd ~
mkdir wp-cli
cd wp-cli
curl -k -L https://raw.github.com/wp-cli/builds/gh-pages/phar/wp-cli.phar > wp-cli.phar
echo ‘alias wp=”php ~/wp-cli/wp-cli.phar”‘ >> ~/.bashrc
source ~/.bashrc

Less.js for WordPress has been adopted

My WordPress plugin Less.js has been adopted by Roy Sivan.

From today on I have no relation with this plugin anymore, Roy is the owner.