Skip to content

Commit

Permalink
Update: Ready for 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
imtiazrayhan committed May 24, 2018
1 parent 3227d0e commit 58a5c5b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
2 changes: 1 addition & 1 deletion includes/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class WPCD_Plugin {
*
* @since 1.0
*/
const PLUGIN_VERSION = '2.5.0.1';
const PLUGIN_VERSION = '2.6.0';
const CUSTOM_POST_TYPE = 'wpcd_coupons';
const CUSTOM_TAXONOMY = 'wpcd_coupon_category';
const TEXT_DOMAIN = 'wpcd-coupon';
Expand Down
24 changes: 23 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Contributors: imtiazrayhan
Tags: coupon, coupons, deal, deals, shortcode, coupon widget
Requires at least: 4.6
Tested up to: 4.9
Stable tag: 2.5.0.1
Stable tag: 2.6.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -22,6 +22,7 @@ Best WordPress Coupon Plugin. Generate more affiliate sales with coupon codes an
* Live Preview of the coupon as you create it.
* Insert shortcode directly from the post editor.
* Click to copy functionality.
* Voting System for individual coupons.
* Widget to show coupons and deals on widget areas.
* Easy to use settings.
* Coupon categories to categorize your coupons.
Expand Down Expand Up @@ -94,6 +95,8 @@ Shortcode will be inserted on your post with corresponding ID. Now save your pos

You're done!

**Note: We use [__Freemius__](https://freemius.com) to collect some basic data about your usage to improve the plugin. We only collect if you allow us to. You can opt out any time to stop sharing your data with us.**

== Installation ==

This is one way you can install and use the plugin:
Expand Down Expand Up @@ -135,6 +138,25 @@ You can [__submit a feature request__](https://wpcouponsdeals.com/submit-new-fea

== Changelog ==

= 2.6.0 =

Release Date: May 24, 2018

* Add - Voting System - voting buttons for individual coupons.
* Add - Voting Settings Tab.
* Add - Option to Add Custom Voting Success Message.
* Add - Option to Add Custom Voting Failed Message.
* Add - Option to Add Custom Already Voted Message.
* Add - New Welcome Page for New Users.
* Add - New Social Share Buttons.
* Fix - Pagination bug in Category Shortcode.
* Fix - Pagination Color not showing correctly.
* Fix - Shortcode Inserter Bug.
* Fix - Colorpicker bug. Loading the colorpicker only where necessary.
* Update - Fremius SDK to 2.0.1.
* Pro - Update - Design improvements for Category and Archive Shortcode.
* Pro - Update - Some other minor code improvements.

= 2.5.0.1 =

Release Date: March 28th, 2018
Expand Down
2 changes: 1 addition & 1 deletion wp-coupons-deals.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: WP Coupons and Deals
* Plugin URI: https://wpcouponsdeals.com/
* Version: 2.5.0.1
* Version: 2.6.0
* Description: Best WordPress Coupon Plugin. Generate more affiliate sales with coupon codes and deals.
* Author: Imtiaz Rayhan
* Author URI: http://imtiazrayhan.com/
Expand Down

0 comments on commit 58a5c5b

Please sign in to comment.