• Juniper: A New Update Mechanism For WordPress Add-ons
    As most people in the community know, over the last few months things have pretty much gone to shit in WordPress-land. Every time you think it can't get any worse, it somehow manages to. WP Engine won their preliminary injunction against Automattic and Matt Mullenweg, which meant that about a week ago, the status quo was mostly put back in place - that meant, amongst other things, the Advanced Custom Fields plugin was returned to its rightful owner, WP Engine, and the loyalty checkbox on WordPress.org was removed (and then strangely replaced with a pineapple on pizza pledge box instead). Most ...
    > read more
  • Down The Rabbit Hole - A Look At The WordPress Update API
    A few weeks ago, I sat down with my WordPress installation to see how difficult it would be to actually use a different API endpoint entirely instead of the default WordPress.org site. As others have pointed out, there are roughly 1,500 hard-coded WordPress.org links throughout the code, pointing to various API endpoints and reference documentation. What I discovered is, despite what some people are parading online, that there is no real easy way via the code to swap out the API entirely. In fact, the HTTP API within WordPress is probably one of the least useful APIs in terms of being able to ...
    > read more