jQuery Updater 3.0 for WordPress

Today I`ve finished laying the engine foundation for jQuery Updater for WordPress 3.0
The release of jQuery 3.0.0 alpha 1 triggered me to swap from 2.1.4-beta to 3.0.0-alpha but I`m happy with it. The plugin`s engine got completely rewritten and includes some code that I used to maintain seperatly as a plugin; jQuery Mobile, but also includes jQuery UI and QUnit.

The source can be found at github.com/Ramoonus/jQuery-Updater 

The final release, will be done after several public alpha`s and beta`s which include an administration panel.

Announcing Ramon`s Powerpack for WordPress

I`ve decided to bundle the following WordPress plugins, into one big plugin called Ramons Powerpack.

Remark: Powerpack is not related to Jetpack in any way

How-To Install WP-CLI on shared hosting

Updated version of How-To Install WP-CLI on shared hosting. This guide has been tested and is working for my provider and WP-CLI 0.18.0

rm -rf ~./wp-cli
mkdir ~./wp-cli
cd ~./wp-cli
composer create-project wp-cli/wp-cli --no-dev
curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
php wp-cli.phar --info
alias wp='php ~./wp-cli/wp-cli.phar'