Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
Version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
A5hleyRich committed Feb 2, 2017
1 parent fbd58fd commit 2b2b608
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 15 deletions.
4 changes: 2 additions & 2 deletions src/delightful-downloads/delightful-downloads.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Delightful Downloads
Plugin URI: https://delightfuldownloads.com
Description: A super-awesome downloads manager for WordPress.
Version: 1.6.5
Version: 1.6.6
Author: Ashley Rich
Author URI: http://ashleyrich.com
Text Domain: delightful-downloads
Expand Down Expand Up @@ -261,7 +261,7 @@ public function render_view( $view, $args = array() ) {
* @return Delightful_Downloads
*/
function Delightful_Downloads() {
$version = '1.6.5';
$version = '1.6.6';

return Delightful_Downloads::get_instance( __FILE__, $version );
}
Expand Down
20 changes: 7 additions & 13 deletions src/delightful-downloads/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: A5hleyRich
Tags: download, manager, downloads, monitor, shortcode, delightful downloads, file, counter, tracking
Requires at least: 4.7
Tested up to: 4.7.2
Stable tag: 1.6.5
Stable tag: 1.6.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -35,18 +35,7 @@ Delightful Downloads is a super-awesome downloads manager for WordPress that all
**Add-Ons**

* [Customizer](https://delightfuldownloads.com/add-ons/customizer/?utm_source=WordPress&utm_medium=Repo&utm_content=Customizer&utm_campaign=Description) - Button and list styles editor

**Translations**

Thanks to all of the WP-Translations Team Members.

* Français (French (France)),
* Deutsch (German) - [Connie Müller-Gödecke](http://www.webdeerns.de),
* Italiano (Italian),
* Русский (Russian) - dobrodukh,
* Svenska (Swedish) - [Björn Granberg](http://maskinmedia.se/)

Don't see yours yet? Join our community and make it happen! [WP-Translations.org](http://wp-translations.org)
* [MailChimp](https://delightfuldownloads.com/add-ons/mailchimp/?utm_source=WordPress&utm_medium=Repo&utm_content=MailChimp&utm_campaign=Description) - Subscribe to download

**Documentation**

Expand Down Expand Up @@ -90,6 +79,11 @@ Please refer to the [FAQ](https://delightfuldownloads.com/documentation/delightf

* Improvement: Compatibility with upcoming MailChimp addon

= 1.6.5 =

* New: MailChimp addon released
* Bug fix: Fix undefined error on settings save

= 1.6.4 =

* Bug fix: Fatal error when activating add-ons
Expand Down

0 comments on commit 2b2b608

Please sign in to comment.