100,000+
June 3, 2026
June 30, 2015
This plug-in is an integrated plug-in with a variety of features that make it powerful your web site.
Many features can be stopped individually.
[ Powerful Widgets ]
[ Gutenberg Blocks ]
[ Social media ]
[ Others ]
and more.
This section describes how to install the plugin and get it working.
e.g.
plugin-name.php to the /wp-content/plugins/ directoryNo FAQ provided.
[ Bug Fix ] Fixed a warning in the article structured data output when the author user could not be retrieved.
[ Bug Fix ] Fixed an “Array to string conversion” PHP warning and an invalid “post-type-Array” body class that occurred on archives whose main query sets post_type to an array and that have no matching posts.
[ Bug Fix ] Fixed an issue where the Related Posts Settings section disappeared from the Customizer when both the Contact Section and Social Media Integration features were disabled.
[ Bug Fix ] Removed an unnecessary veu_get_common_options() call in vwu_register_css() that could trigger a “Call to undefined function” fatal error when the enqueue hooks ran before the packages were loaded in some environments.
[ Feature ][ Page Top Button ] Added “Width” and “Height” settings (in pixels) so users can resize the page top button image from the main setting page and the Customizer. The default 40 x 38 px size is preserved when either value is left blank.
[ Spec Change ][ Page Top Button ] Promoted the Customizer “Page top button image” label to an h2 group heading, and widened the gap between the description and the image thumbnail by 1.4x for easier scanning.
[ Bug Fix ][ CTA ] Fixed a PHP 8.1+ deprecation notice from ltrim() emitted by the CTA block on the frontend for visitors without the edit_post capability.
[ Spec Change ] Update vektor-inc/vk-admin from 0.7.0 to 0.8.0 to drop the duplicated VK_Custom_Html_Control / VK_Custom_Text_Control files that have been migrated to vk-helpers.
[ Spec Change ] Update vektor-inc/vk-breadcrumb from 0.2.8 to 0.2.9 and vektor-inc/vk-helpers from 0.2.1 to 0.3.0. VK_Custom_Html_Control / VK_Custom_Text_Control classes now ship from vk-helpers instead of vk-admin.
[ Bug Fix ][ Page Top Button ] Removed the unintended dark background, padding and border-radius inline style from the image preview on the ExUnit main setting page so the uploaded icon is no longer rendered with a black box.
[ Spec Change ][ Page Top Button ] Changed the “Configure with live preview in the Customizer” link on the main setting page to open in a new tab so it no longer interrupts editing.
[ Security Fix ][ Page Top Button ] Hardened the page top button image URL sanitizer to close additional CSS injection vectors (multi-byte C1 control characters and URL-encoded representations of dangerous characters).
[ Spec Change ][ Page Top Button ] Unified the hide_mobile sanitizer to use the shared veu_sanitize_boolean() callback, matching the Customizer setting. Added an is_array() guard to veu_pagetop_render() to prevent warnings on non-array arguments.
[ Bug Fix ] Fixed stylelint font-family-name-quotes violations by using the quoted “Font Awesome 5 Free” form and configuring gulp-clean-css to preserve quotes around font-family names.
[ Feature ][ Page Top Button ] Added an “image” setting so users can upload their own icon for the page top button from the main setting page and the Customizer. URL is sanitized to mitigate CSS injection.
[ Spec Change ][ Page Top Button ] Renamed the –ver_page_top_button_url CSS custom property to –veu_page_top_button_url. SCSS keeps a fallback so existing themes / custom CSS overriding the old name continue to work without any change.
[ Bug Fix ] Fixed an issue where JS files under vendor/ (such as vk_admin.js and Font Awesome *.min.js files) were not included in the release zip, causing 404 errors in the WordPress admin screen on sites installed from the dist package.
[ Security Fix ][ SNS Share Button ] Strengthened URL validation in the Hatena Bookmark and Facebook share count REST API callbacks. Host names are now compared using a case-insensitive exact match instead of substring matching; subdomains are not allowed.
[ Bug Fix ] Fixed vk_admin.js and the related CSS returning 404 on sites where WordPress is installed in a custom directory or wp-content has been moved. The asset URL is now resolved via plugins_url().
[ Spec Change ] Update vektor-inc/vk-admin from 0.5.0 to 0.5.1.
[ Spec Change ][ Post Type Manager ] Custom post types now always support ‘custom-fields’. The checkbox has been replaced with an “Always enabled” indicator so ExUnit settings (noindex / CSS / CTA, etc.) are guaranteed to be saved.
[ Bug Fix ] Fixed an issue where settings such as noindex were silently lost on save for custom post types that do not declare ‘custom-fields’ support. The legacy metabox is now kept as a fallback on such post types.
[ Bug Fix ][ SNS Share Button ] Fixed an issue where URL validation in the Hatena Bookmark and Facebook share count REST API callbacks was always skipped, allowing share counts to be fetched for URLs other than the current site.
[ Bug Fix ][ Post Type Manager ] Fixed a PHP 8 warning triggered by add_post_type() when the ‘veu_taxonomy’ meta is stored as an empty string instead of an array. Non-array values are now safely treated as an empty list before iteration.
[ Spec Change ] Migrate post editor settings UI to block editor sidebar panels
[ Bug Fix ] Fixed binary files (images, fonts, etc.) being corrupted during dist process
[ Bug Fix ] Fixed block editor sidebar panels not appearing on sites installed from the dist zip because the build/ directory was excluded from the dist package.
[ Other ] Replace htmlspecialchars() with sanitize_text_field( wp_unslash() ) for $_POST input sanitization in save_post handlers.
[ Specification Change ] Update vektor-inc/font-awesome-versions from 0.7.0 to 0.7.2
[ Specification Change ] Update vektor-inc/vk-admin from 0.4.1 to 0.5.0
[ Specification Change ] Update vektor-inc/vk-term-color from 0.1.0 to 0.7.1
[ Bug Fix ] Fix array-type custom fields (e.g. veu_head_title) not being saved due to the SNS title XSS fix.
[ Design Bug Fix ][ Share Button / Related Posts / Contact Section ] Fix margin-top being overwritten by core margin-block-start.
[ Security Fix ][ SNS Share Button ] Fix stored XSS vulnerability in SNS Title meta box field (vkExUnit_sns_title). Added esc_attr() escaping on output to data-clipboard-text attribute and sanitize_text_field() on save to prevent attribute-breakout injection.
[ Bug Fix ][ Post Type Manager ] Prevent saving when required fields are empty (Post Type ID / Supports).
[ Bug Fix ] Fix editor CSS loading method.
[ Bug Fix ][ Contact Widget ] Delete unintended aaaa string
[ Other ] Font Awesome 7.1.0 support
[ Bug Fix ] Fix issue where first save of Active Setting turned all modules on and all widgets off.
[ Bug Fix ] Fix PHP Deprecated.
[ Specification Change ][ IE Alert ] Delete IE Alert function.
[ Bug Fix ][ SNS OGP Title ] Fix XSS.
[ Bug Fix ][ Custom CSS Single ] Fix backslash removal in custom CSS metabox on save.
[ Bug Fix ][ CTA ] Fixed an issue where if a CTA was placed using an action hook, even if it was set to hidden for the post type in the main settings, the CTA would still be displayed if it was set to visible for an individual post displayed in the list.
[ Bug Fix ][ Custom CSS Single ] Fix can’t save css.
[ Specification Change ][ Add Reusable block menu ] Change menu name “Manage all reusable blocks” -> “Patterns”
[ Specification Change ][ Promotion Alert ] Change UI labels from “Promotion Alert” to “Promotion Disclosure” for better accuracy of functionality description.
[ Bug Fix ] Fix CTA / Custom CSS XSS.
[ Bug Fix ][ Title Tag ] Prevent the separator from appearing on the front page when the site description is empty.
[ Bug Fix ][ Default Thumbnail ] Fix issue where default thumbnail appears in media library list view.
[ Add function ][ Title Tag ] Add taxonomy title tag setting functionality for archive pages of categories, tags, and custom taxonomies.
[ Bug Fix ][ Default Thumbnail ] Fix an issue where post_thumbnail_id() returns null even when a default thumbnail is specified, in cases where no featured image is set.
[ Specification Change ][ sitemap ] Terms and taxonomies with zero articles will no longer be displayed.
[ Bug Fix ][ New Post Widget ] Fix PHP warning.
[ Bug Fix ][ Page List Ancestor ] Fix PHP Warning.
[ Specification Change ][ CTA ] Fix edit button color.
[ Specification Change ][ body class ] The body tag of the post page now has classes that include the category, tag, and taxonomy slugs.
[ Specification Change ][ Share button ] Modified to display by default on posts when using a block theme.
[ Specification Change ][ Share button ] Modified to hidden by default on page.
[ Specification Change ][ Share button ] Remove Pocket share button.
[ Specification Change ][ Post Type Manager ] Allow using the same taxonomy slug across multiple custom post types with automatic synchronization of hierarchical settings.
[ Bug Fix ] Fixed the PHP error on the Activation Settings page that occurred when the language setting was not Japanese.
[ Bug Fix ][ Share button ] Fixed share buttons from being displayed inside forms.
[ Bug Fix ][ Meta Description ] Refactor meta-description.php to improve excerpt support and sanitize function
[ Specification Change ][ CTA ] Change the position of the Edit button.
[ Bug Fix ][ HTML Sitemap ] Fix an issue where the HTML Sitemap settings metabox appears broken on the post edit screen due to changes introduced in version 9.107.0.
[ Bug Fix ][ Post Type Manager ] Fix is_embeddable checkbox not saving properly.
[ Add setting ][ Post Type Manager ] Add is_embeddable support for oEmbed control on WP6.8
[ Specification Change ][ HTML Sitemap ] Add CSS to create a two-column layout.
[ Bug Fix ][ SNS ] Fix Warning on ExUnit Main Setting screen.
[ Bug fix ][ Nav Menu Class ] Fix PHP warning
[ Specification change ][ Follow Me Box ] Change default text and design tuning
[ Specification change ][ Blocks ] Disable all links except for edit links.
[ Bug fix ][ CTA ] Fixed a warning that occurred when displaying the CTA on the 404 page.
[ Specification change ] Delete SNS button hidden setting from main setting.
[ Bug fix ][ CTA ] Fixed the missing style application in the editor when creating a CTA using the “Use traditional layout” option.
[ Bug fix ] Fixed editor style not loading in environments using basic authentication.
[ Add function ][ SNS : Share button ] Added a main setting page for Share button style in ExUnit.
[ Add function ][ No index ] Add a feature to display an alert on the dashboard if “Discourage search engines from indexing this site” is enabled in Settings > Reading.
[ Bug fix ][ CTA ] Fixed some CSS being escaped.
[ Specification change ] Fixed the zoom-out toggle not always displaying in the editor toolbar (updated blocks.json API version from 2 to 3).
[ Design Bug Fix ][ Share button ]Resolved an issue where gap in the .veu_socialSet component was not applying proper spacing between elements.
[ Bug fix ][ CTA ] Fixed iframes escaping only whitelisted URLs
[ Add function ][ Share button ] Added Bluesky share button.
[ Add function ][ Navigation Menu Custom ] Navigation Block Support
[ Bud Fix ][ Taxonomy Widget / Post Type Manager ] Fix Translate Text Domain.
[ Bug Fix ][ CSS Customize ] Fix PHP warning on the settings screen of Contact Form 7.
[ Bug fix ][ Categories/Custom taxonomies list widget ] Display order translation
[ Bug Fix ][ Loop before widget area ] Fixed an issue where widgets placed in the “Loop Before Widget Area” were not displaying correctly.
[ Bug Fix ][ CSS Customize ] Fixed an issue where CSS customizations( ExUnit > CSS Customize ) were not applied.
[ Bug Fix ] Fixed a PHP error that occurs when the activation settings have never been saved.
[ Bug Fix ][ CSS Customize ] Fixed an issue where CSS customizations were not applied on single page.
[ Other ] Addressing PHP notices related to translations in WordPress 6.7
[ Bug Fix ][ Promotion Alert ] Fixed filtering in Promotion Alert by adding data-nosnippet attribute to the div tag.
[ Add setting ][ Category list ] Enable to specify ascending/descending order
[ Specification Change ][ Twitter widget ] Added “Not recommended” to the name and added a note to the description.
[ Other ][ Post Type Manager ] Added links to explanatory articles and Vectre from the custom post type settings.
[ Bug Fix ][ Child Page List ] Fixed an issue related to a PHP error.
[ Other ] Update VK CSS Optimize 0.2.5
[ Bug Fix ] Delete the unnecessary
tag.
[ Bug Fix ] Fix taxonomy widget for post_tag and custom_taxonomy
[ Bug Fix ] Fix an issue where the activation screen causes an error in version 9.99.2
[ Bug Fix ] Fix the layout issue of the CTA
[ Bug Fix ] Roll back to 9.98.1
[ Specification Change ][ Page top button ] Add #top on body for pagetop btn
[ Specification Change ][ Taxonomy Widget ] Add dropdown mode.
[ Specification Change ] Foce Load JS from footer is abolished.
[ Fix ] Add a title attribute on Google Tag Manager (noscript)
[ Bug Fix ] Fix XSS of Widgets, CTA, Custom Post Type Manager.
[ Bug Fix ] Fix translation
[ Add setting ][ Post Type Manager ] Add a menu icon setting.
[ Bug Fix ][ Custom CSS ] Preserving media query operators in custom CSS.
[ Bug Fix ] In WordPress 6.5, a link to the plugin page has been added to the admin bar on the front end by default. Consequently, ExUnit has been modified to no longer add this link on the front end.
[ Bug Fix ][ Child page index ] In the case of automatically inserting the child page list without using a block, the issue where all pages were displayed in WordPress 6.5 has been fixed.
[ Design Bug Fix ][ Faq ] Fix stitching styles in Group blocks.
[ Specification Change ] Grouping in the activation interface.
[ Bug Fix ][ Child page index ] Fix className vulnerability.
[ Bug Fix ][ Description ] Fixed the issue about PHP error under specified conditions.
[ Add setting ][ Post Type Manager ] Add a custom field setting.
[ Specification Change ][ Post Type Manager ] Change so that “with_front” can be specified as false in permalink settings
[ Bug Fix ][ SNS ] Fix OGP description on password protected page.
[ Bug Fix ][ Contact Section ] Fixed an issue where icons do not display when input in tag format.
[ Design Bug Fix ][ Child Page List ] Fixed an issue where a blank space appeared above the excerpt.
[ Add function ][ Icon Accessability ] Font Awesome Icon A11y Hide.
[ Other ][ PostType Manager ] Add Rewrite option of Post Type / Taxonomy.
[ Bug Fix ][ Page content to widget ] Fixed an issue where a warning occurs when the target page is deleted.
[ Add filter ][ HTML Sitemap ] veu_sitemap_exclude_post_types
[ Bug Fix ] Update CSS Optimizer 0.2.2
[ Specification Change ][ ChildPageList ] add post id / class for post infomation.
[ Bug Fix ][ CTA Block ] Fix error at widget.
[ Other ][ PostTypeManager ] Fix alert of post type slug and taxonomy slug.
[ Update ][ Font Awesome ] Update font awesome 6.4.3 ( with delete version 5 )
[ Bug Fix ][ Promotion Alert ] Fixed a bug where the ‘Promotion Alert’ settings metabox was not displayed on the post edit screen for custom post types.
[ Bug Fix ][ Promotion Alert ] Fix post-type checkbox.
[ Bug Fix ][ Share Button ] Display on site editor.
[ Bug Fix ][ Profile Widget ] Fix Twitter icon to X icon
[ Specification Change ] Change Footer Copyright
[ Add function ][ Contact Form Optimize ] Add code to prevent reCAPTCHA from displaying on pages other than Contact Form 7.
[ Add function ] Add function of front page structure data
[ Specification Change ][ Custom Post Type Manager ] Auto flash rewrite rule.
[ Bug Fix ][ Promotion Alert ] In the checkbox for selecting post types to display advertising alerts, we fixed a bug where changes to the label names of posts and pages were not reflected.
[ Bug Fix ][ Promotion Alert ] Fix no post type error.
[ Bug Fix ][ Share Button ] Changed to always display the checkbox for hiding the share button.
[ Bug Fix ][ Share Button ] Fixed a bug where the hide function did not work properly when the display target was not set to ‘post content’.
[ Specification Change ][ Promotion Alert ] Change HTML structure.
[ Specification Change ][ Promotion Alert ] Change the label ‘Alert Content’ to ‘Custom Alert Content’.
[ Specification Change ][ Promotion Alert ] Change labels of post type choice.
[ Specification Change ][ Promotion Alert ] Change HTML escape method of “Alert Content”.
[ Add Function ] Promotion Alert
[ Bug Fix ] Fixed the bug that causes a Fatal error when trying to preview a block theme on the theme selection screen.
[ Bug Fix ][ Description ] delete “do_blocks”.
[ Specification Change ] Change “Twitter” to “X”.
[ Bug Fix ] Custum CSS on article will affect on front view on Block theme.
[ Other ] Version only
[ Bug Fix ][ VK Admin ] Fixed problem of filepath on Windows local environment.
[ Bug Fix ][ Share button ] load sns icon correctly on site editor.
[ Bug Fix ][ Share button ] Fix js file path ( // -> / )
[ Bug Fix ][ Nwe post widget ] Fix PHP Error
[ Add filter ][ New Posts Widget ] Add veu_widget_new_posts_query filter
[ Bug Fix ] Fix widget panel design corruption / Update VK Admin 0.4.0
[ Other ] Cope with English Information / Update VK Admin 0.4.0
[ Other ] Delete VK Helper Class
[ Bug Fix ] Fix media uploader not work
[ Bug Fix ][ CTA ] Fixed the display in the site editor.
[ Specification Change ] Change default option value that in case of Block Theme
[ Bug Fix ][ Recent Posts widget ] Fix php error
[ Bug Fix ][ sitemap ] compatible for PHP 8.2
[ Bug Fix ] fix block translation
[ Bug Fix ][ Article Structure Data ] Cope with XSS
[ Bug Fix ][ CTA ] Cope with classic CTA XSS
[ Bug Fix ] fix meta derscription.
[ Add Function ] Exclude Page from Page List
[ Bug Fix ] Lightning Footer URL
[ Bug Fix ] Cope with PHP8.1
[ Bug Fix ][ CSS Customize ] Fix cope with XSS in CSS form
[ Specification Change ][ All Block ] Fix Block Structure ( Cope with WordPress 6.2 ).
[Bug fix][ All Block ]Fix translate.
[ Bug Fix ][ CTA ] Fix PHP error on no post page
[ Bug Fix ][ Main setting ] Fix php error
[ Bug Fix ][ Post List Ancestor ] Cope with XSS
[ Bug Fix ][ CTA ] Cope with XSS
[ Bug Fix ][ CTA ] Fix Error under no CTA Registered
[ Bug Fix ][ CSS Optimize ] Fix Tree Shaking and Preload.
[ Bug Fix ][ wp title ] Fix separator filter not work ( vkExUnit_get_wp_head_title_sep )
[ Bug Fix ][ wp title ] Fix cope with custom post types
[ Bug Fix ] Security Update
[ Specification Change ][ SNS : Share button ] Changed show/hide settings to only affect the_content and action hooks
[ Specification Change ][ SNS/FollowMe ] Moove setting position
[ Other ][ CTA ] Edit button position tuning
[ Specification Change ][ Default Thumbnail ] Change to default active
[ Bug Fix ][ Google Analytics ] Fix PHP error in 9.82.0.0
[ Specification Change ][ Google Analytics ] Remove Customizer Setting.
[ Specification Change ][ title tag ] Changed the title tag of the Home page so that the title tag specified in the fixed page has priority over the content specified in “ExUnit > Main setting screen”.
[ Bug Fix ][ article structure ] Fix warning on 404 page.
[ Specification Change ][ body class ] Add post top page to class
[ Add Function ][ Google Analytics ] Be able to set Both UA and GA4 tag.
[ Bug Fix ]Fixed broken function of article structure data on user edit page
Update translate
[ Specification Change ] Change order of active setting
[ Add function ] Add function of article structure data
[ Bug Fix ] Fixed broken layout of setting page
[ Add Function ] Add CTA Block.
[ Other ] Update admin setting page library 2.5.0
[ Other ] Default setting corresponds to block theme
[ Other ] Update admin settingpage library 2.4.0
[ Bug Fix ][ Auto Eycatch ] Fix auto eyecatch do not display
[ Add function ][ SNS ] Add function of change out put action hook.
[ Specification Change ][ Page list from ancestor block ] change icon
[ Specification Change ][ Custom Post Type Manager ] Change to Cope with Block Editor default
[ Bug Fix ] Fix register thumbnail on edit screen under welcart environment
| Version | Download | Type |
|---|---|---|
| 9.117.2 | Download | Stable |
| 9.117.1 | Download | Stable |
| 9.117.0 | Download | Stable |
| 9.116.0 | Download | Stable |
| 9.115.1 | Download | Stable |
| 9.115.0 | Download | Stable |
| 9.114.0 | Download | Stable |
| 9.113.6 | Download | Stable |
| 9.113.5.1 | Download | Stable |
| 9.113.5.0 | Download | Stable |
| 9.113.4.1 | Download | Stable |
| 9.113.4.0 | Download | Stable |
| 9.113.3.1 | Download | Stable |
| 9.113.2.0 | Download | Stable |
| 9.113.1.1 | Download | Stable |
| 9.113.1.0 | Download | Stable |
| 9.113.0.1 | Download | Stable |
| 9.113.0.0 | Download | Stable |
| 9.112.4.0 | Download | Stable |
| 9.112.3.0 | Download | Stable |
| 9.112.2.1 | Download | Stable |
| 9.112.2.0 | Download | Stable |
| 9.112.1.1 | Download | Stable |
| 9.112.1.0 | Download | Stable |
| 9.112.0.1 | Download | Stable |
| 9.112.0.0 | Download | Stable |
| 9.111.0.1 | Download | Stable |
| 9.111.0.0 | Download | Stable |
| 9.110.1.1 | Download | Stable |
| 9.110.1.0 | Download | Stable |
| 9.110.0.1 | Download | Stable |
| 9.110.0.0 | Download | Stable |
| 9.109.0.1 | Download | Stable |
| 9.109.0.0 | Download | Stable |
| 9.108.2.2 | Download | Stable |
| 9.108.2.0 | Download | Stable |
| 9.108.0.0 | Download | Stable |
| 9.107.1.1 | Download | Stable |
| 9.107.1.0 | Download | Stable |
| 9.107.0.1 | Download | Stable |
| 9.107.0.0 | Download | Stable |
| 9.106.1.0 | Download | Stable |
| 9.106.0.1 | Download | Stable |
| 9.106.0.0 | Download | Stable |
| 9.105.1.0 | Download | Stable |
| 9.105.0.1 | Download | Stable |
| 9.105.0.0 | Download | Stable |
| 9.104.1.1 | Download | Stable |
| 9.104.1.0 | Download | Stable |
| 9.104.0.1 | Download | Stable |
| 9.104.0.0 | Download | Stable |
| 9.103.1.1 | Download | Stable |
| 9.103.1.0 | Download | Stable |
| 9.103.0.2 | Download | Stable |
| 9.103.0.1 | Download | Stable |
| 9.103.0.0 | Download | Stable |
| 9.102.0.1 | Download | Stable |
| 9.102.0.0 | Download | Stable |
| 9.101.0.3 | Download | Stable |
| 9.101.0.2 | Download | Stable |
| 9.101.0.1 | Download | Stable |
| 9.101.0.0 | Download | Stable |
| 9.100.8.1 | Download | Stable |
| 9.100.8.0 | Download | Stable |
| 9.100.7.0 | Download | Stable |
| 9.100.6.1 | Download | Stable |
| 9.100.6.0 | Download | Stable |
| 9.100.5.0 | Download | Stable |
| 9.100.4.1 | Download | Stable |
| 9.100.4.0 | Download | Stable |
| 9.100.3.2 | Download | Stable |
| 9.100.3.1 | Download | Stable |
| 9.100.3.0 | Download | Stable |
| 9.100.2.1 | Download | Stable |
| 9.100.2.0 | Download | Stable |
| 9.100.1.1 | Download | Stable |
| 9.100.1.0 | Download | Stable |
| 9.100.0.1 | Download | Stable |
| 9.100.0.0 | Download | Stable |
| 9.99.6.0 | Download | Stable |
| 9.99.5.1 | Download | Stable |
| 9.99.5.0 | Download | Stable |
| 9.99.4.1 | Download | Stable |
| 9.99.4.0 | Download | Stable |
| 9.99.3.0 | Download | Stable |
| 9.99.2.1 | Download | Stable |
| 9.99.2.0 | Download | Stable |
| 9.99.1.0 | Download | Stable |
| 9.99.0.2 | Download | Stable |
| 9.99.0.1 | Download | Stable |
| 9.98.1.0 | Download | Stable |
| 9.98.0.1 | Download | Stable |
| 9.98.0.0 | Download | Stable |
| 9.97.2.1 | Download | Stable |
| 9.97.2.0 | Download | Stable |
| 9.97.1.1 | Download | Stable |
| 9.97.1.0 | Download | Stable |
| 9.97.0.1 | Download | Stable |
| 9.97.0.0 | Download | Stable |
| 9.96.0.1 | Download | Stable |
| 9.96.0.0 | Download | Stable |
| 9.95.0.1 | Download | Stable |
| 9.95.0.0 | Download | Stable |
| 9.94.2.1 | Download | Stable |
| 9.94.2.0 | Download | Stable |
| 9.94.1.1 | Download | Stable |
| 9.94.1.0 | Download | Stable |
| 9.94.0.1 | Download | Stable |
| 9.94.0.0 | Download | Stable |
| 9.93.3.0 | Download | Stable |
| 9.93.2.0 | Download | Stable |
| 9.93.1.0 | Download | Stable |
| 9.93.0.4 | Download | Stable |
| 9.93.0.3 | Download | Stable |
| 9.93.0.1 | Download | Stable |
| 9.93.0.0 | Download | Stable |
| 9.92.4.1 | Download | Stable |
| 9.92.4.0 | Download | Stable |
| 9.92.3.1 | Download | Stable |
| 9.92.3.0 | Download | Stable |
| 9.92.2.1 | Download | Stable |
| 9.92.2.0 | Download | Stable |
| 9.92.1.0 | Download | Stable |
| 9.92.0.1 | Download | Stable |
| 9.92.0.0 | Download | Stable |
| 9.91.1.0 | Download | Stable |
| 9.91.0.1 | Download | Stable |
| 9.91.0.0 | Download | Stable |
| 9.90.3.2 | Download | Stable |
| 9.90.3.1 | Download | Stable |
| 9.90.3.0 | Download | Stable |
| 9.90.2.0 | Download | Stable |
| 9.90.1.0 | Download | Stable |
| 9.90.0.1 | Download | Stable |
| 9.90.0.0 | Download | Stable |
| 9.89.1.0 | Download | Stable |
| 9.89.0.1 | Download | Stable |
| 9.89.0.0 | Download | Stable |
| 9.88.2.0 | Download | Stable |
| 9.88.1.0 | Download | Stable |
| 9.88.0.0 | Download | Stable |
| 9.87.3.0 | Download | Stable |
| 9.87.2.1 | Download | Stable |
| 9.87.2.0 | Download | Stable |
| 9.87.1.0 | Download | Stable |
| 9.87.0.1 | Download | Stable |
| 9.87.0.0 | Download | Stable |
| 9.86.2.0 | Download | Stable |
| 9.86.1.0 | Download | Stable |
| 9.86.0.1 | Download | Stable |
| 9.86.0.0 | Download | Stable |
| 9.85.0.1 | Download | Stable |
| 9.85.0.0 | Download | Stable |
| 9.84.3.0 | Download | Stable |
| 9.84.2.0 | Download | Stable |
| 9.84.1.0 | Download | Stable |
| 9.84.0.0 | Download | Stable |
| 9.83.1.0 | Download | Stable |
| 9.83.0.0 | Download | Stable |
| 9.82.0.0 | Download | Stable |
| 9.81.3.0 | Download | Stable |
| 9.81.2.0 | Download | Stable |
| 9.81.1.0 | Download | Stable |
| 9.81.0.1 | Download | Stable |
| 9.81.0.0 | Download | Stable |
| 9.80.1.0 | Download | Stable |
| 9.80.0.0 | Download | Stable |
| 9.79.0.0 | Download | Stable |
| 9.78.1.0 | Download | Stable |
| 9.78.0.1 | Download | Stable |
| 9.78.0.0 | Download | Stable |
| 9.77.0.0 | Download | Stable |
| 9.76.3.0 | Download | Stable |
| 9.76.2.0 | Download | Stable |
| 9.76.1.0 | Download | Stable |
| 9.76.0.1 | Download | Stable |
| 9.76.0.0 | Download | Stable |
| 9.75.0.0 | Download | Stable |
| 9.74.2.0 | Download | Stable |
| 9.74.1.0 | Download | Stable |
| 9.74.0.0 | Download | Stable |
| 9.73.3.0 | Download | Stable |
| 9.73.2.0 | Download | Stable |
| 9.73.1.0 | Download | Stable |
| 9.73.0.1 | Download | Stable |
| 9.73.0.0 | Download | Stable |
| 9.72.0.1 | Download | Stable |
| 9.72.0.0 | Download | Stable |
| 9.71.1.7 | Download | Stable |
| 9.71.1.3 | Download | Stable |
| 9.71.1.1 | Download | Stable |
| 9.71.1.0 | Download | Stable |
| 9.71.0.27 | Download | Stable |
| 9.71.0.26 | Download | Stable |
| 9.71.0.25 | Download | Stable |
| 9.71.0.24 | Download | Stable |
| 9.71.0.0 | Download | Stable |
| 9.70.2.0 | Download | Stable |
| 9.70.1.0 | Download | Stable |
| 9.70.0.0 | Download | Stable |
| 9.69.3.0 | Download | Stable |
| 9.69.2.0 | Download | Stable |
| 9.69.1.0 | Download | Stable |
| 9.69.0.0 | Download | Stable |
| 9.68.4.0 | Download | Stable |
| 9.68.3.0 | Download | Stable |
| 9.68.2.0 | Download | Stable |
| 9.68.1.0 | Download | Stable |
| 9.68.0.1 | Download | Stable |
| 9.68.0.0 | Download | Stable |
| 9.67.2.0 | Download | Stable |
| 9.67.1.0 | Download | Stable |
| 9.67.0.0 | Download | Stable |
| 9.66.2.0 | Download | Stable |
| 9.66.1.1 | Download | Stable |
| 9.66.1.0 | Download | Stable |
| 9.66.0.1 | Download | Stable |
| 9.66.0.0 | Download | Stable |
| 9.65.0.0 | Download | Stable |
| 9.64.5.0 | Download | Stable |
| 9.64.4.0 | Download | Stable |
| 9.64.3.3 | Download | Stable |
| 9.64.3.2 | Download | Stable |
| 9.64.2.0 | Download | Stable |
| 9.64.1.0 | Download | Stable |
| 9.63.1.0 | Download | Stable |
| 9.63.0.0 | Download | Stable |
| 9.62.0.0 | Download | Stable |
| 9.61.6.0 | Download | Stable |
| 9.61.5.0 | Download | Stable |
| 9.61.4.0 | Download | Stable |
| 9.61.3.0 | Download | Stable |
| 9.61.2.0 | Download | Stable |
| 9.61.1.1 | Download | Stable |
| 9.61.1.0 | Download | Stable |
| 9.61.0.0 | Download | Stable |
| 9.60.1.0 | Download | Stable |
| 9.60.0.0 | Download | Stable |
| 9.52.1.0 | Download | Stable |
| 9.52.0.0 | Download | Stable |
| 9.50.0.0 | Download | Stable |
| 9.49.7.0 | Download | Stable |
| 9.49.6.0 | Download | Stable |
| 9.49.5.0 | Download | Stable |
| 9.49.4.0 | Download | Stable |
| 9.49.3.0 | Download | Stable |
| 9.49.2.0 | Download | Stable |
| 9.49.1.0 | Download | Stable |
| 9.49.0.0 | Download | Stable |
| 9.48.3.0 | Download | Stable |
| 9.48.2.0 | Download | Stable |
| 9.48.1.0 | Download | Stable |
| 9.48.0.0 | Download | Stable |
| 9.47.0.0 | Download | Stable |
| 9.46.1.0 | Download | Stable |
| 9.46.0.0 | Download | Stable |
| 9.45.0.0 | Download | Stable |
| 9.44.2.0 | Download | Stable |
| 9.44.1.0 | Download | Stable |
| 9.44.0.9 | Download | Stable |
| 9.44.0.8 | Download | Stable |
| 9.44.0.7 | Download | Stable |
| 9.44.0.5 | Download | Stable |
| 9.44.0.4 | Download | Stable |
| 9.44.0.3 | Download | Stable |
| 9.44.0.2 | Download | Stable |
| 9.44.0.1 | Download | Stable |
| 9.44.0.0 | Download | Stable |
| 9.43.2.0 | Download | Stable |
| 9.43.1.0 | Download | Stable |
| 9.43.0.0 | Download | Stable |
| 9.42.1.0 | Download | Stable |
| 9.42.0.0 | Download | Stable |
| 9.41.0.0 | Download | Stable |
| 9.40.0.0 | Download | Stable |
| 9.39.0.0 | Download | Stable |
| 9.38.0.0 | Download | Stable |
| 9.37.2.0 | Download | Stable |
| 9.37.1.1 | Download | Stable |
| 9.37.1.0 | Download | Stable |
| 9.37.0.0 | Download | Stable |
| 9.36.1.0 | Download | Stable |
| 9.35.0.0 | Download | Stable |
| 9.34.1.0 | Download | Stable |
| 9.34.0.0 | Download | Stable |
| 9.33.0.0 | Download | Stable |
| 9.32.0.0 | Download | Stable |
| 9.31.11.0 | Download | Stable |
| 9.31.10.0 | Download | Stable |
| 9.31.9.0 | Download | Stable |
| 9.31.8.0 | Download | Stable |
| 9.31.7.0 | Download | Stable |
| 9.31.6.0 | Download | Stable |
| 9.31.5.0 | Download | Stable |
| 9.31.4.0 | Download | Stable |
| 9.31.3.0 | Download | Stable |
| 9.31.1.0 | Download | Stable |
| 9.31.0.0 | Download | Stable |
| 9.30.2.0 | Download | Stable |
| 9.30.1.0 | Download | Stable |
| 9.30.0.1 | Download | Stable |
| 9.30.0.0 | Download | Stable |
| 9.29.7.0 | Download | Stable |
| 9.29.6.0 | Download | Stable |
| 9.29.5.0 | Download | Stable |
| 9.29.4.0 | Download | Stable |
| 9.29.3.0 | Download | Stable |
| 9.29.2.0 | Download | Stable |
| 9.29.1.0 | Download | Stable |
| 9.29.0.0 | Download | Stable |
| 9.28.3.0 | Download | Stable |
| 9.28.2.0 | Download | Stable |
| 9.28.1.0 | Download | Stable |
| 9.28.0.0 | Download | Stable |
| 9.27.0.2 | Download | Stable |
| 9.27.0.1 | Download | Stable |
| 9.27.0.0 | Download | Stable |
| 9.26.2.0 | Download | Stable |
| 9.26.1.0 | Download | Stable |
| 9.26.0.0 | Download | Stable |
| 9.25.0.1 | Download | Stable |
| 9.24.0.0 | Download | Stable |
| 9.22.1.1 | Download | Stable |
| 9.22.1.0 | Download | Stable |
| 9.22.0.0 | Download | Stable |
| 9.21.0.0 | Download | Stable |
| 9.20.0.0 | Download | Stable |
| 9.19.0.0 | Download | Stable |
| 9.18.1.0 | Download | Stable |
| 9.18.0.2 | Download | Stable |
| 9.18.0.1 | Download | Stable |
| 9.18.0.0 | Download | Stable |
| 9.17.0.0 | Download | Stable |
| 9.16.2.0 | Download | Stable |
| 9.16.1.0 | Download | Stable |
| 9.16.0.2 | Download | Stable |
| 9.16.0.1 | Download | Stable |
| 9.16.0.0 | Download | Stable |
| 9.15.5.0 | Download | Stable |
| 9.15.4.0 | Download | Stable |
| 9.15.3.0 | Download | Stable |
| 9.15.2.1 | Download | Stable |
| 9.15.2.0 | Download | Stable |
| 9.15.1.2 | Download | Stable |
| 9.15.1.1 | Download | Stable |
| 9.15.1.0 | Download | Stable |
| 9.14.0.0 | Download | Stable |
| 9.13.1.0 | Download | Stable |
| 9.13.0.0 | Download | Stable |
| 9.12.0.1 | Download | Stable |
| 9.12.0.0 | Download | Stable |
| 9.11.5.0 | Download | Stable |
| 9.11.4.0 | Download | Stable |
| 9.11.3.0 | Download | Stable |
| 9.11.2.0 | Download | Stable |
| 9.11.1.0 | Download | Stable |
| 9.11.0.0 | Download | Stable |
| 9.10.1.0 | Download | Stable |
| 9.10.0.1 | Download | Stable |
| 9.10.0.0 | Download | Stable |
| 9.9.0.0 | Download | Stable |
| 9.8.3.0 | Download | Stable |
| 9.8.2.0 | Download | Stable |
| 9.8.1.0 | Download | Stable |
| 9.8.0.3 | Download | Stable |
| 9.8.0.1 | Download | Stable |
| 9.7.3.0 | Download | Stable |
| 9.7.2.0 | Download | Stable |
| 9.7.1.0 | Download | Stable |
| 9.7.0.1 | Download | Stable |
| 9.7.0.0 | Download | Stable |
| 9.6.9.0 | Download | Stable |
| 9.6.8.2 | Download | Stable |
| 9.6.8.0 | Download | Stable |
| 9.6.6.0 | Download | Stable |
| 9.6.5.0 | Download | Stable |
| 9.6.4.0 | Download | Stable |
| 9.6.3 | Download | Stable |
| 9.6.2.0 | Download | Stable |
| 9.6.1.0 | Download | Stable |
| 9.6.0.1 | Download | Stable |
| 9.6.0.0 | Download | Stable |
| 9.5.3.0 | Download | Stable |
| 9.5.1.0 | Download | Stable |
| 9.5.0.0 | Download | Stable |
| 9.4.3.1 | Download | Stable |
| 9.4.3.0-beta | Download | Beta |
| 9.4.2.0-beta | Download | Beta |
| 9.4.1.1-beta | Download | Beta |
| 9.4.1-beta | Download | Beta |
| 9.4.0-beta | Download | Beta |
| 9.3.3-beta | Download | Beta |
| 9.3.2-beta | Download | Beta |
| 9.3.1-beta | Download | Beta |
| 9.3.0-beta | Download | Beta |
| 9.1.4.0 | Download | Stable |
| 9.1.4 | Download | Stable |
| 9.1.3.1 | Download | Stable |
| 9.1.3 | Download | Stable |
| 9.1.2 | Download | Stable |
| 9.1.1 | Download | Stable |
| 9.1.0 | Download | Stable |
| 9.0.5 | Download | Stable |
| 9.0.4 | Download | Stable |
| 9.0.3 | Download | Stable |
| 9.0.1 | Download | Stable |
| 9.0.0 | Download | Stable |
| 8.3.2 | Download | Stable |
| 8.3.1 | Download | Stable |
| 8.3.0 | Download | Stable |
| 8.2.0 | Download | Stable |
| 8.1.3 | Download | Stable |
| 8.1.2 | Download | Stable |
| 8.1.1 | Download | Stable |
| 8.1.0 | Download | Stable |
| 8.0.7 | Download | Stable |
| 8.0.6 | Download | Stable |
| 8.0.5 | Download | Stable |
| 8.0.4 | Download | Stable |
| 8.0.3 | Download | Stable |
| 8.0.2 | Download | Stable |
| 8.0.0 | Download | Stable |
| 7.9.1 | Download | Stable |
| 7.9.0 | Download | Stable |
| 7.8.0 | Download | Stable |
| 7.7.4 | Download | Stable |
| 7.7.3 | Download | Stable |
| 7.7.2 | Download | Stable |
| 7.7.1 | Download | Stable |
| 7.7.0 | Download | Stable |
| 7.6.0 | Download | Stable |
| 7.5.5 | Download | Stable |
| 7.5.4 | Download | Stable |
| 7.5.3 | Download | Stable |
| 7.5.2 | Download | Stable |
| 7.5.1 | Download | Stable |
| 7.5.0 | Download | Stable |
| 7.4.0 | Download | Stable |
| 7.3.3 | Download | Stable |
| 7.3.1 | Download | Stable |
| 7.3.0 | Download | Stable |
| 7.2.1 | Download | Stable |
| 7.2.0 | Download | Stable |
| 7.1.2 | Download | Stable |
| 7.1.1 | Download | Stable |
| 7.1.0 | Download | Stable |
| 7.0.3 | Download | Stable |
| 7.0.2 | Download | Stable |
| 7.0.1 | Download | Stable |
| 7.0.0 | Download | Stable |
| 6.11.0 | Download | Stable |
| 6.10.0 | Download | Stable |
| 6.9.2 | Download | Stable |
| 6.9.1 | Download | Stable |
| 6.9.0 | Download | Stable |
| 6.8.0 | Download | Stable |
| 6.7.1 | Download | Stable |
| 6.7.0 | Download | Stable |
| 6.6.9 | Download | Stable |
| 6.6.8 | Download | Stable |
| 6.6.7 | Download | Stable |
| 6.6.6 | Download | Stable |
| 6.6.5 | Download | Stable |
| 6.6.4 | Download | Stable |
| 6.6.3 | Download | Stable |
| 6.6.2 | Download | Stable |
| 6.6.1 | Download | Stable |
| 6.6.0 | Download | Stable |
| 6.5.4 | Download | Stable |
| 6.5.3 | Download | Stable |
| 6.5.2 | Download | Stable |
| 6.5.0 | Download | Stable |
| 6.4.9 | Download | Stable |
| 6.4.8 | Download | Stable |
| 6.4.7 | Download | Stable |
| 6.4.6 | Download | Stable |
| 6.4.5 | Download | Stable |
| 6.4.4 | Download | Stable |
| 6.4.3 | Download | Stable |
| 6.4.2 | Download | Stable |
| 6.4.1 | 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.2 | Download | Stable |
| 6.1.1 | Download | Stable |
| 6.1.0 | Download | Stable |
| 6.0.3 | Download | Stable |
| 6.0.2 | Download | Stable |
| 6.0.1 | Download | Stable |
| 6.0.0 | Download | Stable |
| 5.9.8 | Download | Stable |
| 5.9.7 | Download | Stable |
| 5.9.6 | Download | Stable |
| 5.9.5 | Download | Stable |
| 5.9.4 | Download | Stable |
| 5.9.3 | Download | Stable |
| 5.9.2 | Download | Stable |
| 5.9.0 | Download | Stable |
| 5.8.2 | Download | Stable |
| 5.8.1 | Download | Stable |
| 5.8.0 | Download | Stable |
| 5.7.8 | Download | Stable |
| 5.7.7 | Download | Stable |
| 5.7.6 | Download | Stable |
| 5.7.5 | Download | Stable |
| 5.7.4 | Download | Stable |
| 5.7.3 | Download | Stable |
| 5.7.2 | Download | Stable |
| 5.7.1 | Download | Stable |
| 5.7.0 | Download | Stable |
| 5.6.0 | Download | Stable |
| 5.5.0 | Download | Stable |
| 5.4.7 | Download | Stable |
| 5.4.6 | Download | Stable |
| 5.4.5 | Download | Stable |
| 5.4.4 | Download | Stable |
| 5.4.3 | Download | Stable |
| 5.4.2 | Download | Stable |
| 5.4.1 | Download | Stable |
| 5.4.0 | Download | Stable |
| 5.3.20 | Download | Stable |
| 5.3.8 | Download | Stable |
| 5.3.7 | Download | Stable |
| 5.3.6 | Download | Stable |
| 5.3.5 | Download | Stable |
| 5.3.4 | Download | Stable |
| 5.3.3 | Download | Stable |
| 5.3.2 | Download | Stable |
| 5.3.0 | Download | Stable |
| 5.2.9 | Download | Stable |
| 5.2.8 | Download | Stable |
| 5.2.7 | Download | Stable |
| 5.2.6 | Download | Stable |
| 5.2.5 | Download | Stable |
| 5.2.3 | Download | Stable |
| 5.2.2 | Download | Stable |
| 5.2.1 | Download | Stable |
| 5.2.0 | Download | Stable |
| 5.1.1 | Download | Stable |
| 5.1.0 | Download | Stable |
| 5.0.3 | Download | Stable |
| 5.0.2 | Download | Stable |
| 5.0.1 | Download | Stable |
| 5.0.0 | Download | Stable |
| 4.7.0 | Download | Stable |
| 4.6.4 | Download | Stable |
| 4.6.3 | Download | Stable |
| 4.6.2 | Download | Stable |
| 4.6.0 | Download | Stable |
| 4.5.2 | Download | Stable |
| 4.5.1 | Download | Stable |
| 4.5.0 | Download | Stable |
| 4.4.1 | Download | Stable |
| 4.4.0 | Download | Stable |
| 4.3.10 | Download | Stable |
| 4.3.9 | Download | Stable |
| 4.3.8 | Download | Stable |
| 4.3.7 | Download | Stable |
| 4.3.6 | Download | Stable |
| 4.3.5 | Download | Stable |
| 4.3.4 | Download | Stable |
| 4.3.3 | Download | Stable |
| 4.3.2 | Download | Stable |
| 4.3.1 | Download | Stable |
| 4.3.0 | Download | Stable |
| 4.2.2 | Download | Stable |
| 4.2.1 | 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.10 | Download | Stable |
| 4.0.9 | Download | Stable |
| 4.0.8 | Download | Stable |
| 4.0.6 | Download | Stable |
| 4.0.5 | Download | Stable |
| 4.0.4 | Download | Stable |
| 4.0.3 | Download | Stable |
| 4.0.2 | Download | Stable |
| 4.0.1 | Download | Stable |
| 4.0.0 | Download | Stable |
| 3.9.1 | Download | Stable |
| 3.9.0 | Download | Stable |
| 3.8.2 | Download | Stable |
| 3.8.1 | Download | Stable |
| 3.8.0 | Download | Stable |
| 3.7.10 | Download | Stable |
| 3.7.9 | Download | Stable |
| 3.7.8 | Download | Stable |
| 3.7.7 | Download | Stable |
| 3.7.6 | Download | Stable |
| 3.7.5 | Download | Stable |
| 3.7.4 | Download | Stable |
| 3.7.3 | Download | Stable |
| 3.7.2 | Download | Stable |
| 3.7.1 | Download | Stable |
| 3.7.0 | Download | Stable |
| 3.6.3 | Download | Stable |
| 3.6.2 | Download | Stable |
| 3.6.1 | Download | Stable |
| 3.6.0 | Download | Stable |
| 3.5.3 | Download | Stable |
| 3.5.2 | Download | Stable |
| 3.5.1 | Download | Stable |
| 3.5.0 | Download | Stable |
| 3.4.0 | Download | Stable |
| 3.3.0 | Download | Stable |
| 3.2.1 | Download | Stable |
| 3.2.0 | 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.2 | Download | Stable |
| 3.0.1 | Download | Stable |
| 3.0.0 | Download | Stable |
| 2.3.6 | Download | Stable |
| 2.3.5 | Download | Stable |
| 2.3.4 | Download | Stable |
| 2.3.3 | Download | Stable |
| 2.3.2 | Download | Stable |
| 2.3.1 | Download | Stable |
| 2.3.0 | Download | Stable |
| 2.2.5 | Download | Stable |
| 2.2.4 | 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.1 | Download | Stable |
| 2.0.0 | Download | Stable |
| 1.108.1.0 | Download | Stable |
| 1.0.10 | Download | Stable |
| 1.0.9 | Download | Stable |
| 1.0.8 | Download | Stable |
| 1.0.7 | Download | Stable |
| 1.0.6 | Download | Stable |
| 1.0.5 | Download | Stable |
| 1.0.4 | Download | Stable |
| 1.0.2 | Download | Stable |
| 0.68.1.0 | Download | Stable |
| 0.1.6.6 | Download | Stable |
| 0.1.6.5 | Download | Stable |
| 0.1.6.4 | Download | Stable |
| 0.1.6.3 | Download | Stable |
| 0.1.6.2 | Download | Stable |
| 0.1.6.1 | Download | Stable |
| 0.1.5.10 | Download | Stable |
| 0.1.5.6 | Download | Stable |
| 0.1.5.5 | Download | Stable |
| 0.1.5.4 | Download | Stable |
| 0.1.5.3 | Download | Stable |
| 0.1.5.2 | Download | Stable |
| 0.1.5.1 | Download | Stable |
| 0.1.5.0 | Download | Stable |
| 0.1.4.1 | Download | Stable |
| 0.1.4.0 | Download | Stable |
| 0.1.3.1 | Download | Stable |
| 0.1.3.0 | Download | Stable |
| 0.1.2.0 | Download | Stable |
| 0.1.1.1 | Download | Stable |
| 0.1.1.0 | Download | Stable |
| 0.0.0.3 | Download | Stable |
| Development | Download | Trunk |