Today we tagged WooCommerce 2.5 Beta 3. Now you can witness the power of this fully operational beta. Download it here. If you missed our posts about previous beta releases, you can read about 2.5…
WooCommerce 2.5 will be released in January – the Release Candidate will be available between Jan 4th–8th 2016 just after we’ve recovered from our new year hangovers. That means we have around a month to translate 134 new…
Just a small update today – 2.4.12 release is now available. You can download it on WordPress.org or as an automatic update in your administration panel. A total of ~10 commits made it into…
The WooCommerce 2.4.11 release is now available! You can download it on WordPress.org or as an automatic update in your administration panel. A total of ~49 commits made it into this release fixing a…
November has been a busy month for the WC core squad; prepping for WordPress 4.4 support, working on the 2.4.11 fix release (out Monday) and getting 2.5 beta 2 prepped and ready. We’re happy…
WC 2.5 codename “Dashing Dolphin” has been tagged for testing. This release has seen a short development cycle of ~3 months and comprises of ~1000 commits from 21 contributors. You can download beta 1 here. Release Highlights 2.5…
The WooCommerce 2.4.9 release is now available on WordPress.org or automatic update in your administration panel. A total of ~18 commits made it into this release fixing a few small issues, the main one being the…
The WooCommerce 2.4.8 release is now available via WordPress.org or automatic update in your administration panel. A total of 30 commits made it into this release fixing several small issues and making a few tweaks…
Being stateless, WordPress doesn’t have an in-built way of handling session data. You can use cookies. You can implement PHP Sessions, but both have limitations and some hosts aren’t equipped to deal with them…
WP CLI support is one of the features that’s included in WooCommerce 2.5 milestone. In case you haven’t heard WP-CLI: WP-CLI is a set of command-line tools for managing WordPress installations. You can update…
The WooCommerce 2.4.7 release is now available via WordPress.org or automatic update in your administration panel. A total of 164 commits made it into this release. Here are the highlights: For geolocation with static cache…
Recently an announcement was made that plugins could soon make use of Language Packs, the same way in which core and themes do. This makes it easier for users to obtain translations (they are…
get_variation_prices was a method added in 2.4 to make it easy to retrieve an array of variation prices for a variable product. With this array, you can output pricing information in many different ways;…
The WooCommerce 2.4.6 release is now available via WordPress.org or automatic update in your administration panel. A total of 41 commits made it into this release. Here are the highlights: Fixed grouped product is_purchasable…
The WooCommerce 2.4.5 release is now available via WordPress.org or automatic update in your administration panel. A total of 76 commits made it into this release. Here are the highlights: Fixed a case where global…
The WooCommerce 2.4.4 release is now available via WordPress.org or automatic update in your administration panel. A total of 24 commits made it into this release. We’ve continued going through the forums and issue reports…
The WooCommerce 2.4.3 release is now available via WordPress.org or automatic update in your administration panel. A total of 16 commits made it into this release. We’ve continued going through the forums and issue reports…
The WooCommerce 2.4.2 release is now available via WordPress.org or automatic update in your administration panel. A total of 22 commits made it into this release. We’ve spent the last 24 hours going through the…
The WooCommerce 2.4.1 release is now available via WordPress.org or automatic update in your administration panel. A total of 8 commits made it into this release. This release fixes some issues reported by users…
It’s with great excitement that we announce WooCommerce 2.4 is live! Since 2.3 back in February there have been 1800 commits from 24 contributors, and 77 issues have been closed. A huge round of applause for…
API Settings In WooCommerce 2.4 we now have a tab in the settings dedicated to our Rest API. Previously these options were scattered around in the general and webhooks tab and user pages. These…
Now we have wrappers for the WooCommerce REST API: PHP Node.JS Python Ruby It’s possible to find the documentation for each wrapper included within our official REST API docs: Soon we’ll have some new…
A new version of the Google Analytics plugin for WooCommerce is now ready for testing. You can download beta 1 here: https://github.com/woothemes/woocommerce-google-analytics-integration/archive/1.4.0-beta-1.tar.gz Release Highlights Enhanced eCommerce The new plugin now supports enhanced eCommerce tracking. Enabling…
The release candidate for WooCommerce 2.4 “Helpful Hedgehog” is now available. There have been ~40 commits since beta 4, including a tweak to the ajax endpoints for wider host support, and some tweaks to…
WordPress core offers plugin developers a certain endpoint which they can use for AJAX requests. This endpoint is wp-admin/admin-ajax.php. Despite it’s naming, it can be used for both frontend and admin ajax requests, and…