Create GitHub releases via command line

GitHub is offering releases for almost a year now and I love using them. Releases are first-class objects with changelogs and binary assets that present a full project history beyond Git artifacts. Following the conventions of many Git projects, releases are tied to Git tags. You can use an existing tag, or let releases create the tag when it’s published. 
Continue Reading…

What The File 1.3.0 released

What The File has been around for quite some time now and while being such a simple tool, has changed quite a bit in its existence. The latest 2 releases added support for popular ‘third party’ software: Roots Theme and BuddyPress. This version will add support for a WordPress core functionality, template parts. Continue Reading…

Unable to install plugins on localhost

When creating WordPress websites I like to do so locally (e.g. XAMPP). Working locally has allot of advantages like faster load speed, being able to load the entire project in the IDE of your choice (code suggestion for your entire project) and the ability to use versioning software (like SVN and GIT). The only problem I had was not being able to install plugins from within the plugin backend page. Continue Reading…