300,000+
June 25, 2026
November 5, 2014
⚡ Boost your site’s speed instantly! Optimize images and PDFs with one click, bulk compress to WebP and AVIF, use lazy loading, and resize images.
Increase your website’s SEO ranking, number of visitors, and ultimately your sales by optimising any image or PDF document on your website.
The ShortPixel plugin is a lightweight, user-friendly, install-and-forget solution for image optimization.
It is designed to work with any website type, whether it’s a small blog or a large WooCommerce-powered online store with tens of thousands of products.
Additionally, it’s an excellent choice for agencies, offering unlimited image optimization credits for a flat monthly fee.
Test our plugin here.
Make an instant image compression test of your site or compress some images to test our optimization algorithms.
The ShortPixel plugin now includes a built-in global Content Delivery Network (CDN). This powerful feature ensures that ShortPixel-optimized WebP and AVIF images, as well as your website’s CSS and JavaScript files, are delivered quickly and efficiently to any location worldwide, minimizing delays and improving load times.
By leveraging this built-in solution, you enhance the user experience, reduce server strain, boost SEO performance, and simplify website management — all with minimal effort.
Both Lossy and Lossless image compression are available for the most common image types (JPG, PNG, GIF, WebP, and AVIF) plus PDF files.
We also offer Glossy JPEG compression which is a very high-quality lossy optimization algorithm. Especially designed for photographers or for high-quality product pictures.
Optimized images lead to a better user experience, improved PageSpeed Insights or GTmetrix results, higher Google PageRank, and more visitors.
ShortPixel uses minimal resources and works well with any shared, cloud, VPS, or dedicated web hosting. It can optimize any image on your website, including those not listed in the Media Library, such as images in galleries or those added directly via FTP.
All optimization is performed using ShortPixel’s Image Optimization Cloud, so your hosting resources remain unaffected.
🚀 New Plan: ShortPixel Unlimited
This is the ideal monthly plan for web agencies or website owners with multiple sites and frequent image uploads.
It allows you to optimize an unlimited number of images with ShortPixel Image Optimizer or use ShortPixel Adaptive Images without worrying about CDN traffic limits.
Read more details on our dedicated page.
💸 How much does it cost?
ShortPixel comes with 100 free credits per month, and additional unlimited monthly credits can be purchased for $9.99.
One-time credit packages that never expire are available starting at $19.99.
Check out our prices.
🌟 Testimonials:
★★★★★ A Super Plugin works very well 62% reduction overall. robertvarns
★★★★★ The secret sauce for a WordPress website. mark1mark
★★★★★ A must have plugin, great support! ElColo13
★★★★★ Excellent Plugin! Even Better Customer Service! scaliendo
★★★★★ Great image compression, solid plugin, equally great support. matters1959
more testimonials
Help us spread the word by recommending ShortPixel to your friends and collect 100 lifetime monthly additional image credits for each referred active user. Make money by promoting a great plugin with our 30% commission affiliate program.
🛠️ Other plugins by ShortPixel
📩 Get in touch!
The ShortPixel Image Optimizer plugin calls the following actions and filters:
do_action( 'shortpixel_image_optimised', $post_id );
upon successful optimization;
do_action("shortpixel_before_restore_image", $post_id);
before restoring an image from backup;
do_action("shortpixel_after_restore_image", $post_id);
after succesful restore;
apply_filters('shortpixel_image_urls', $URLs, $post_id);
filters the URLs that will be sent to optimisation, $URLs is a plain array;
do_action('shortpixel/image/after_restore', $this, $this->id, $cleanRestore);
This action can be used to cleanup the meta data from the database, regenerate thumbnails after restoring the main file, writing the updated meta data, etc.
apply_filters('shortpixel/settings/image_sizes', $sizes);
filters the array ($sizes) of image sizes that can be excluded from processing (displayed in the plugin Advanced settings);
apply_filters('shortpixel/image/imageparamlist', $result, $this->id, $this);
filters the list of parameters sent to the API so that resizing can be performed more granularly;
apply_filters('shortpixel/api/request', $requestParameters, $item_id);
filters the parameters sent to the optimization API (through $requestParameters), described in detail here: ShortPixel Reducer API; $item_id contains the ID of the Media Library item, or the ID of the Custom Media item (when used). In short, this filter can be used to alter any parameters sent to the API, depending on the needs. For example, you can set different resize parameters for different post types, different compression levels, remove EXIF or not, covert WebP/AVIF, and basically any other parameter that is sent to the API for a specific image (together with all its thumbnails).
This filter enables the background ShortPixel processing in additional pages (see here the original list). Here’s an example of this filter that enables the processing on the Comments screen (to be placed in your functions.php file):
add_filter('shortpixel/init/optimize_on_screens', function ($screens) {
$screens[] = 'edit-comments';
return $screens;
});
The edit-comments is the ID of the screen where you want to enable the processing.
If you want to add multiple pages, here’s what the snippet looks like:
add_filter('shortpixel/init/optimize_on_screens', function ($screens) {
$screens = array('edit-comments', 'plugins', 'another-custom-post-type-page');
return $screens;
});
add_filter('shortpixel/image/filecheck', function () { return true; });
This filter forces a file check for WebP/AVIF in case they were manually removed from disk.
If you want to disable the automatic cache flush that is triggered after image optimization, you can use this filter:
add_filter( 'shortpixel/external/flush_cache', function() { return false; } );
In order to define custom thumbnails to be picked up by the optimization you have two options, both comma separated defines:
define('SHORTPIXEL_CUSTOM_THUMB_SUFFIXES', '_tl,_tr');
will handle custom thumbnails like image-100x100_tl.jpg;
define('SHORTPIXEL_CUSTOM_THUMB_INFIXES', '-uae');
will handle custom thumbnails like image-uae-100×100.jpg;
define('SHORTPIXEL_USE_DOUBLE_WEBP_EXTENSION', true);
define('SHORTPIXEL_USE_DOUBLE_AVIF_EXTENSION', true);
will tell the plugin to create double extensions for the WebP/AVIF image counterparts, for example, image.jpg.webp/image.jpg.avif for image.jpg;
Enable the “Trusted mode” in case the file system has limitations and is very slow in responding to direct file operations by adding this constant:
define('SHORTPIXEL_TRUSTED_MODE', true);
This will simply skip file check operations and if the Media Library loads very slowly or freezes, you might want to try adding the constant above to your wp-config.php file.
Disable the feedback survey when the plugin is deactivated:
define('SHORTPIXEL_SKIP_FEEDBACK', true);
Let’s get the ShortPixel plugin running on your WordPress website:
ShortPixel consistently has better compression rates along with more features, backup support and has very affordable one-time or monthly plans.
Here are a couple of independent reviews:
AuthorityHacker – “ShortPixel is our tool of choice, simply because it’s pretty much automated – we just let it do its thing.” (read full review)
WP Modula – “One of the reasons I’m personally a huge fan of ShortPixel is the built-in support for next-gen image formats like WebP.” (read full review)
Yes, you can.
As long as you have available credits, you can use a single API Key on as many websites as you wish!
Everyone has different needs, but generally, we recommend getting a One-Time plan to optimize your whole Media Library and then get a Monthly plan to optimize your future uploads. To learn more, have a look at this comparison
To know how many thumbnails you have, just install the plugin and go to Media > Bulk ShortPixel. The plugin will tell you how many thumbnails you’ve got. Based on this, have a look at our plans
Of course. You can upgrade or downgrade your plans in a couple of clicks from your account on shortpixel.com.
Yes, you can.
We offer 100 free image optimization credits each month. Exceeding the monthly free quota will pause the optimization process till the quota is reset or extended by buying one of our plans.
Absolutely.
You can actually optimize any image you have on your site regardless of its place. You just need to add – in the Advanced section of the ShortPixel Settings – the folders where the images you want to optimize are located and ShortPixel will work its magic and do the rest.
Sure!
You can optimize all your past/current images and photos using our “Bulk ShortPixel” page in your Media with a single click.
Yes, that is correct.
But please note that usually, an image in Media Library has 5 or more associated thumbs. Each optimized thumbnail requires a credit. In the rare cases when ShortPixel does not optimise the image (lossy) with at least 5%, the credit will not be consumed, though.
If you choose the “Image backup” option in Settings/ShortPixel then the original version of any optimized image or PDF will be saved in the backup folder.
The original image is needed if you want to restore an image or if you want to convert an image from lossy/glossy to lossless or vice-versa.
ShortPixel optimises JPEG (JPG, JPEG, JPEG 2000, JPEG XR), PNG, GIF (animated and still), and PDF type of files.
Yes we do.
The credits that come with our one-time plans never expire. Yummy! 🙂
Your existing images are replaced with the optimized ones.
If you choose the backup option then the originals will be saved in a separate folder so you can restore them should you ever need/want to do that.
Our lightweight plugin sends the original images to our Image Optimization Cloud where they are compressed. ShortPixel then downloads the optimized images and the unoptimized originals are replaced with the optimised versions.
Yes, all the images processed by ShortPixel are optimized in the Cloud. This takes the load off of your server and allows us to produce the best results.
We accept payments via card (Mastercard, Visa, Maestro, American Express, Discover, Diners Club, JCB, UnionPay), PayPal, and Apple Pay.
You have to activate the plugin in the network admin and then activate it manually on each individual site in the multisite. Once you have done that, the Settings menu appears and you can add the API key for each individual site.
As an alternative, you can edit wp-config.php and add this line:
define('SHORTPIXEL_API_KEY', 'APIKEY');
where APIKEY is the API Key received upon sign up.
If configured that way, the API key will be used for all the sites of the multisite but will only be visible on the main site’s Settings page, being hidden for the rest of the sites.
There is a simple way to hide the API key, all you need to do is to add these two lines in your wp-config.php:
define('SHORTPIXEL_API_KEY', '<<your api key here>>');
define('SHORTPIXEL_HIDE_API_KEY', true);
A credit is used each time ShortPixel optimizes an image or thumbnail by at least 5%. If we’re not able to optimize an image or thumbnail by at least 5% then no credit will be used 🙂
Please also note that usually images in your Media Library have 3-5 thumbs associated and a credit will be used for each featured image or associated thumbnail that is optimized.
Because ShortPixel algorithms were perfected while optimizing over 3.5 billion real-life images.
ShortPixel not only offers the best compression for JPEG, PNG, GIF, and PDF files but it also saves you a lot of time. You just install it on your site and then ShortPixel will take care that all the images on your site are immediately optimized after upload.
No, ShortPixel only optimizes images, it won’t touch anything else like your HTML/CSS.
Absolutely!
Once optimized, the images will remain optimized unless you explicitly choose to restore them. But why would you do that? 🙂
We have both options available.
One-time credits never expire and are a bit more expensive. Check out our prices here
Whenever you want.
The credits you still have available for the current billing period will still be available until the end of the billing period. At the end of it, you won’t be billed again and the plan will be reset to the free plan.
Monthly credits expire after 30 days while one-time credits never expire.
Yes, we have several APIs and tools.
You can learn more about it here:
https://shortpixel.com/api-tools
Unfortunately not 🙁
But you can use either our command line tool or our web tool
https://shortpixel.com/web-tool-docs
https://shortpixel.com/cli-docs
If you choose the option to resize images on your site, then the featured image can be resized to a predefined size while keeping its aspect and proportions intact. The associated thumbs won’t be resized.
Using this option you can safely upload original images safely without needing to apply any pre-processing to make them smaller.
Absolutely! Sometimes you’ll need to make sure you whitelist some IPs, just contact us and we’ll assist you with that.
Please report security bugs found in the source code of the ShortPixel Image Optimizer plugin through the Patchstack Vulnerability Disclosure Program. The Patchstack team will assist you with verification, CVE assignment, and notify the developers of this plugin.
This plugin integrates with Chatbase (https://www.chatbase.co) to provide AI-powered chat support directly within the plugin interface. This integration allows plugin users to ask questions and receive automated assistance. The only data collected is the Country(no city and no exact location) and the message itself.
Chatbase ToS.
The ShortPixel team is here to help. Contact us!
The best way to compress images without losing quality in WordPress is by using the ShortPixel plugin. ShortPixel automatically compresses images with lossless compression, ensuring the visual quality remains intact while significantly reducing file sizes. Once installed, it optimizes your images in just one click, improving your website’s loading speed and SEO performance. You can bulk optimize existing images or compress new ones as you upload them, all without sacrificing quality, making it an ideal solution for maintaining high-quality visuals and fast site performance.
Image optimization is reducing the file size of images without compromising their quality, to improve website performance. This can be done using tools like ShortPixel, which compresses images, converts them to more efficient formats like WebP, and ensures they are properly sized for faster loading times. Optimized images help improve website speed, enhance user experience, and boost SEO rankings by reducing page load time and bandwidth usage.
The best way to optimize a WordPress image is by using the ShortPixel plugin. ShortPixel automatically optimizes images with both lossless and lossy compression options, reducing file size while keeping high visual quality. Once installed, it optimizes your images in one click, improving your site’s load speed and SEO. You can bulk optimize existing images or new uploads, ensuring fast site performance without sacrificing image quality, making it the ideal solution for WordPress image optimization.
To SEO optimize images in wordpress, use the ShortPixel plugin to compress and convert them without losing quality, reducing load times—a key SEO factor. Add descriptive file names and alt text with relevant keywords to help search engines understand your images. Additionally, resize images to appropriate dimensions and consider converting them to WebP for faster performance. ShortPixel makes this entire process easy, helping improve both your SEO rankings and site speed.
To optimize images for performance in WordPress, use the ShortPixel plugin to compress images without sacrificing quality, reducing file sizes for faster load times. Convert images to efficient formats like WebP and ensure they are properly resized to fit your site’s design. ShortPixel automates this process in one click, boosting your website’s speed, improving user experience, and enhancing SEO—all key elements for optimal performance.
🔧 The Reliability & Compatibility Update
Release Date: June 25, 2026
🛠️ Fixes
🤝 Compatibility Updates
Update now for improved reliability, broader compatibility, and an even smoother optimization experience!
☁️ The Offload & Backup Reliability Update
Release Date: June 4, 2026
⚡ Performance Improvements
🛠️ Fixes & Improvements
Update now for a faster, more reliable experience, especially if you’re using AWS S3 and Smart Backups! 🚀☁️
🛠️ The Hotfix Update
Release Date: May 5, 2026
🐛 Fixes
A small but important update to keep everything running smoothly! 🚀
🧠 The Smart Backups & AI Control Update
Release Date: May 5, 2026
✨ New Features
⚙️ Improvements
🔄 Compatibility Updates
🛠️ Fixes
Update now to unlock smarter backups, better AI control, and improved compatibility across your entire workflow! 🚀
🌿 The Spring Update
Release Date: March 24, 2026
✨ New Feature
🛠️ Fixes
🛡️ Security Fixes
✨ Tweaks & Improvements
Update now for stronger security, improved compatibility, and smarter control over your optimization workflows! 🚀
❄️ The Snowy Update
Release Date: January 29, 2026
🛡️ Security Fix
🛠️ Fixes & Improvements
Update now for a more secure, transparent, and intelligent optimization experience! 🚀
📊 The Optimization Update
Release Date: January 15, 2026
🛠️ Fixes & Improvements
Update now for clearer stats, smarter previews, and a smoother optimization experience across the board! 🚀
🎄 The Christmas Update
Release Date: December 18, 2025
🎁 Fixes & Improvements
Update now and enjoy a smoother, more festive ShortPixel experience! 🎅🚀
🧠 The Ultimate AI Update
Release Date: November 20, 2025
✨ New Features
🔄 Compatibility Updates
🛠️ Fixes & Improvements
Update now to unlock powerful new AI features, refined bulk controls, and a cleaner, smarter interface! 🚀
🔐 The SmartCrop & Security Fix Update
Release Date: October 16, 2025
🛠️ Fixes & Improvements
Update now for stronger security, improved SmartCrop behavior, and a smoother image SEO experience! 🚀
🤖 The Smarter AI Control Update
Release Date: September 18, 2025
✨ New Features & Improvements
🛠️ Fixes & Behavioral Improvements
Update now for smarter AI behavior, more control over your data, and an improved support experience! 🚀
🧠 The Smarter ALT Tags Update
Release Date: August 21, 2025
🛠️ Fixes & Improvements
Update now for smoother AI integration and more accurate image SEO handling! 🚀
🧠 The AI SEO Compatibility Update
Release Date: August 20, 2025
🛠️ Fixes & Improvements
Update now for a smoother, more reliable SEO and editing experience! 🚀
🔥 The Quick Fix Update
Release Date: August 19, 2025
🛠️ Fixes & Improvements
A focused hotfix to ensure a smoother experience after the latest major release. Update now! 🚀
✨ The AI Image SEO Update
Release Date: August 18, 2025
🌟 New Features
🛠️ Fixes & Improvements
Update now to take full advantage of smarter image SEO with AI and better compatibility across your site! 🚀
🧠 The Smart Media Update
Release Date: July 29, 2025
⚙️ Improvements
🛠️ Fixes
Update now for better REST API support, improved CDN handling, and a smoother media optimization experience! 🚀
🚀 The CDN & AI Control Update
Release Date: May 27, 2025
⚙️ Improvements
CDN Delivery Enhancements:
* Now supports background images inside inline style blocks.
* Delivers inline SVGs through the CDN for consistent asset performance.
* Fallback for Missing WebP/AVIF: If WebP or AVIF images aren’t generated locally, they’ll now be created on-the-fly and served directly from the CDN.
* Broken Image Protection: Added checks to ensure the CDN doesn’t store or deliver broken images.
🛠️ Fixes
CDN Delivery:
* Fixed multiple edge cases where image URLs with single/double quotes were not parsed correctly.
* Corrected issues with relative paths not resolving to the proper CDN URL.
* Resolved an issue where CDN links were accidentally duplicated in specific situations.
🌍 Language Updates
Update now to take full advantage of smarter CDN handling, more control over AI features, and improved compatibility across the board! 🚀
🚀 The Power Tools Update
Release Date: May 8, 2025
🌟 New Features
⚙️ Improvements
?PageSpeed=off to disable CDN replacement for debugging or testing.🛠️ Fixes
🌍 Language Updates
Update now for faster speeds, smarter automation, and more control than ever! 🚀
| Version | Download | Type |
|---|---|---|
| 6.5.3 | Download | Stable |
| 6.5.2 | Download | Stable |
| 6.5.1 | Download | Stable |
| 6.5.0 | Download | Stable |
| 6.4.4 | Download | Stable |
| 6.4.3 | Download | Stable |
| 6.4.2 | Download | Stable |
| 6.4.1 | Download | Stable |
| 6.4.0 | Download | Stable |
| 6.3.5 | Download | Stable |
| 6.3.4 | Download | Stable |
| 6.3.3 | Download | Stable |
| 6.3.2 | Download | Stable |
| 6.3.1 | Download | Stable |
| 6.3.0 | Download | Stable |
| 6.2.2 | Download | Stable |
| 6.2.1 | Download | Stable |
| 6.2.0 | Download | Stable |
| 6.1.4 | Download | Stable |
| 6.1.3 | Download | Stable |
| 6.1.2 | Download | Stable |
| 6.1.1 | Download | Stable |
| 6.1.0 | Download | Stable |
| 6.0.5 | Download | Stable |
| 6.0.4 | Download | Stable |
| 6.0.3 | Download | Stable |
| 6.0.2 | Download | Stable |
| 6.0.1 | Download | Stable |
| 6.0.0 | Download | Stable |
| 5.6.4 | Download | Stable |
| 5.6.3 | Download | Stable |
| 5.6.2 | Download | Stable |
| 5.6.1 | Download | Stable |
| 5.6.0 | Download | Stable |
| 5.5.5 | Download | Stable |
| 5.5.4 | Download | Stable |
| 5.5.3 | Download | Stable |
| 5.5.2 | Download | Stable |
| 5.5.1 | Download | Stable |
| 5.5.0 | Download | Stable |
| 5.4.3 | Download | Stable |
| 5.4.2 | Download | Stable |
| 5.4.1 | Download | Stable |
| 5.4.0 | Download | Stable |
| 5.3.0 | Download | Stable |
| 5.2.3 | Download | Stable |
| 5.2.2 | Download | Stable |
| 5.2.1 | Download | Stable |
| 5.2.0 | Download | Stable |
| 5.1.6 | Download | Stable |
| 5.1.5 | Download | Stable |
| 5.1.4 | Download | Stable |
| 5.1.3 | Download | Stable |
| 5.1.2 | Download | Stable |
| 5.1.1 | Download | Stable |
| 5.1.0 | Download | Stable |
| 5.0.9 | Download | Stable |
| 5.0.8 | Download | Stable |
| 5.0.7 | Download | Stable |
| 5.0.6 | Download | Stable |
| 5.0.5 | Download | Stable |
| 5.0.4 | Download | Stable |
| 5.0.3 | Download | Stable |
| 5.0.2 | Download | Stable |
| 5.0.1 | Download | Stable |
| 5.0.0 | Download | Stable |
| 4.22.10 | Download | Stable |
| 4.22.9 | Download | Stable |
| 4.22.8 | Download | Stable |
| 4.22.7 | Download | Stable |
| 4.22.6 | Download | Stable |
| 4.22.5 | Download | Stable |
| 4.22.4 | Download | Stable |
| 4.22.3 | Download | Stable |
| 4.22.2 | Download | Stable |
| 4.22.1 | Download | Stable |
| 4.22.0 | Download | Stable |
| 4.21.2 | Download | Stable |
| 4.21.1 | Download | Stable |
| 4.21.0 | Download | Stable |
| 4.20.2 | Download | Stable |
| 4.20.1 | Download | Stable |
| 4.20.0 | Download | Stable |
| 4.19.3 | Download | Stable |
| 4.19.2 | Download | Stable |
| 4.19.1 | Download | Stable |
| 4.19.0 | Download | Stable |
| 4.18.1 | Download | Stable |
| 4.18.0 | Download | Stable |
| 4.17.4 | Download | Stable |
| 4.17.3 | Download | Stable |
| 4.17.2 | Download | Stable |
| 4.17.1 | Download | Stable |
| 4.17.0 | Download | Stable |
| 4.16.4 | Download | Stable |
| 4.16.3 | Download | Stable |
| 4.16.2 | Download | Stable |
| 4.16.1 | Download | Stable |
| 4.16.0 | Download | Stable |
| 4.15.4 | Download | Stable |
| 4.15.3 | Download | Stable |
| 4.15.2 | Download | Stable |
| 4.15.1 | Download | Stable |
| 4.15.0 | Download | Stable |
| 4.14.6 | Download | Stable |
| 4.14.5 | Download | Stable |
| 4.14.4 | Download | Stable |
| 4.14.3 | Download | Stable |
| 4.14.2 | Download | Stable |
| 4.14.1 | Download | Stable |
| 4.14.0 | Download | Stable |
| 4.13.1 | Download | Stable |
| 4.13.0 | Download | Stable |
| 4.12.8 | Download | Stable |
| 4.12.7 | Download | Stable |
| 4.12.6 | Download | Stable |
| 4.12.5 | Download | Stable |
| 4.12.4 | Download | Stable |
| 4.12.3 | Download | Stable |
| 4.12.2 | Download | Stable |
| 4.12.1 | Download | Stable |
| 4.12.0 | Download | Stable |
| 4.11.3 | Download | Stable |
| 4.11.2 | Download | Stable |
| 4.11.1 | Download | Stable |
| 4.11.0 | Download | Stable |
| 4.10.5 | Download | Stable |
| 4.10.4 | Download | Stable |
| 4.10.3 | Download | Stable |
| 4.10.2 | Download | Stable |
| 4.10.1 | Download | Stable |
| 4.10.0 | Download | Stable |
| 4.9.1 | Download | Stable |
| 4.9.0 | Download | Stable |
| 4.8.9 | Download | Stable |
| 4.8.8 | Download | Stable |
| 4.8.7 | Download | Stable |
| 4.8.6 | Download | Stable |
| 4.8.5 | Download | Stable |
| 4.8.4 | Download | Stable |
| 4.8.2 | Download | Stable |
| 4.8.1 | Download | Stable |
| 4.8.0 | Download | Stable |
| 4.7.2 | Download | Stable |
| 4.7.1 | Download | Stable |
| 4.7.0 | Download | Stable |
| 4.6.0 | Download | Stable |
| 4.5.5 | Download | Stable |
| 4.5.3 | Download | Stable |
| 4.5.2 | Download | Stable |
| 4.5.1 | Download | Stable |
| 4.5.0 | Download | Stable |
| 4.4.2 | Download | Stable |
| 4.4.1 | Download | Stable |
| 4.4.0 | Download | Stable |
| 4.3.1 | Download | Stable |
| 4.3.0 | Download | Stable |
| 4.2.9 | Download | Stable |
| 4.2.8 | Download | Stable |
| 4.2.7 | Download | Stable |
| 4.2.6 | Download | Stable |
| 4.2.5 | Download | Stable |
| 4.2.4 | Download | Stable |
| 4.2.2 | Download | Stable |
| 4.2.1 | Download | Stable |
| 4.2.0 | Download | Stable |
| 4.1.7 | Download | Stable |
| 4.1.5 | Download | Stable |
| 4.1.4 | Download | Stable |
| 4.1.3 | Download | Stable |
| 4.1.2 | Download | Stable |
| 4.1.1 | Download | Stable |
| 4.1.0 | Download | Stable |
| 4.0.2 | Download | Stable |
| 4.0.1 | Download | Stable |
| 4.0.0 | Download | Stable |
| 3.3.8 | Download | Stable |
| 3.3.7 | Download | Stable |
| 3.3.6 | Download | Stable |
| 3.3.5 | Download | Stable |
| 3.3.4 | Download | Stable |
| 3.3.3 | Download | Stable |
| 3.3.2 | Download | Stable |
| 3.3.1 | Download | Stable |
| 3.3.0 | Download | Stable |
| 3.2.1 | Download | Stable |
| 3.2.0 | Download | Stable |
| 3.1.9 | Download | Stable |
| 3.1.8 | Download | Stable |
| 3.1.7 | Download | Stable |
| 3.1.6 | Download | Stable |
| 3.1.5 | Download | Stable |
| 3.1.4 | Download | Stable |
| 3.1.3 | Download | Stable |
| 3.1.2 | Download | Stable |
| 3.1.1 | Download | Stable |
| 3.1.0 | Download | Stable |
| 3.0.8 | Download | Stable |
| 3.0.7 | Download | Stable |
| 3.0.6 | Download | Stable |
| 3.0.5 | Download | Stable |
| 3.0.3 | Download | Stable |
| 3.0.2 | Download | Stable |
| 3.0.0 | Download | Stable |
| 2.1.10 | Download | Stable |
| 2.1.9 | Download | Stable |
| 2.1.8 | Download | Stable |
| 2.1.7 | Download | Stable |
| 2.1.6 | Download | Stable |
| 2.1.5 | Download | Stable |
| 2.1.4 | Download | Stable |
| 2.1.3 | Download | Stable |
| 2.1.2 | Download | Stable |
| 2.1.1 | Download | Stable |
| 2.1.0 | Download | Stable |
| 2.0.9 | Download | Stable |
| 2.0.8 | Download | Stable |
| 2.0.7 | Download | Stable |
| 2.0.6 | Download | Stable |
| 2.0.5 | Download | Stable |
| 2.0.4 | Download | Stable |
| 2.0.3 | Download | Stable |
| 2.0.2 | Download | Stable |
| 2.0.1 | Download | Stable |
| 2.0.0 | Download | Stable |
| 1.6.10 | Download | Stable |
| 1.6.9 | Download | Stable |
| 1.6.8 | Download | Stable |
| 1.6.7 | Download | Stable |
| 1.6.6 | Download | Stable |
| 1.6.4 | Download | Stable |
| 1.6.3 | Download | Stable |
| 1.6.2 | Download | Stable |
| 1.6.1 | Download | Stable |
| 1.6.0 | Download | Stable |
| 1.5.3 | Download | Stable |
| 1.5.0 | Download | Stable |
| 1.4.1 | Download | Stable |
| 1.4.0 | Download | Stable |
| 1.3.5 | Download | Stable |
| 1.3.1 | Download | Stable |
| 1.2.0 | Download | Stable |
| 1.0.6 | Download | Stable |
| 1.0.4 | Download | Stable |
| 1.0.3 | Download | Stable |
| 1.0.2 | Download | Stable |
| 1.0.1 | Download | Stable |
| 1.0 | Download | Stable |
| Development | Download | Trunk |