Skip to content

Commit

Permalink
Ready for Update to 2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
imtiazrayhan committed Jun 25, 2018
1 parent 664bf6c commit 35100bc
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 10 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ You can install it directly from your WordPress Dashboard just like any other Wo
* Search for 'WP Coupons and Deals'
* Install and Activate.

You can also download the zip from [here](https://github.com/imtiazrayhan/WP-Coupons-and-Deals/archive/master.zip) and install it.
You can also download the zip from [here](https://wordpress.org/plugins/wp-coupons-and-deals/) and install it.
* Go to Plugins > Add New.
* Click on Upload Plugin.
* Select the Zip from you computer.
* Install and Activate.

IMPORTANT: Don't use zip from GitHub repository. It might come with bugs. Download from WP.org for stable versions.

## Get Help

Do you need help installing WP Coupons and Deals, or do you have questions about WP Coupons and Deals? You can [go through our Knowledgbase](https://wpcouponsdeals.com/knowledgebase/).
Expand Down
6 changes: 3 additions & 3 deletions includes/classes/wpcd-assets.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ public static function wpcd_assets_init() {
add_action( 'wp_enqueue_scripts', array( __CLASS__, 'wpcd_scripts' ) );
add_action( 'admin_enqueue_scripts', array( __CLASS__, 'wpcd_admin_scripts' ) );
add_action( 'admin_enqueue_scripts', array( __CLASS__, 'wpcd_admin_stylesheets' ) );

//To add custom javascript code to tinymce editor at initiation
add_filter( 'tiny_mce_before_init', array(__CLASS__, 'wpcd_tiny_mce'));

}

/**
Expand Down Expand Up @@ -311,6 +309,8 @@ public static function wpcd_admin_scripts( $hook_suffix ) {
wp_enqueue_script( 'jquery-ui-datepicker' );
wp_enqueue_script( 'wpcd-jquery-ui-timepicker', WPCD_Plugin::instance()->plugin_assets . 'admin/js/jquery-ui-timepicker.js', array( 'jquery' ), WPCD_Plugin::PLUGIN_VERSION, false );
wp_enqueue_script( 'wpcd-countdown-js', WPCD_Plugin::instance()->plugin_assets . 'js/jquery.countdown.min.js', false, WPCD_Plugin::PLUGIN_VERSION, false );
//To add custom javascript code to tinymce editor at initiation
add_filter( 'tiny_mce_before_init', array( __CLASS__, 'wpcd_tiny_mce' ) );

}

Expand Down
4 changes: 0 additions & 4 deletions includes/templates/extras/wpcd_file_test.csv

This file was deleted.

31 changes: 29 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ Best WordPress Coupon Plugin. Generate more affiliate sales with coupon codes an
* Show Coupons of specific Category.
* Coupons Archive Page.

**You can upgrade to Pro Version from your dashboard.** [__More Info and Demo of Pro Version__](https://wpcouponsdeals.com)

Here's a video to quickly show you how the plugin works.

[youtube https://www.youtube.com/watch?v=ZeeMcHQMdx8]

**You can upgrade to Pro Version from your dashboard.** [__More Info and Demo of Pro Version__](https://wpcouponsdeals.com)

WP Coupons and Deals is a Coupon plugin that lets you add coupons, deals to your posts, pages with a simple and beautiful shortcode.

You can also show coupons and deals on your sidebar or other widget areas using an widget.
Expand Down Expand Up @@ -142,6 +142,33 @@ You can [__submit a feature request__](https://wpcouponsdeals.com/submit-new-fea

== Changelog ==

= 2.6.2 =

Release Date: June 24th, 2018

* Add - Formatting Controls for Description i.e Bold, Italic, Underline, Lists, Alignments, Links.
* Add - Options to Customize Coupon Type Names in Default Template.
* Add - Option to Enable/Disable Coupon Title Link.
* Add - NEW Settings Panel - Design Settings.
* Add - Option to set Border Color for Default Template.
* Add - Free Pro Trial Page in Admin Dashboard.
* Add - Custom Styles in Live Preview Area.
* Fix - FontAwesome Conflict with theme styles.
* Fix - Missing Translation Strings and text domain.
* Fix - Deal Type Custom Background Color Issue.
* Fix - Undefined Index Bug in Settings Page.
* Fix - Default checked=checked appearance in Metabox.
* Fix - Tooltip height bug in some themes.
* Fix - Voting Buttons Bug.
* Fix - Voting Button Style Issue in Widgets and Some theme compatibality.
* Fix - Thumbs Down Icon Bug in Widgets.
* Update - Translation POT file.
* Update - Freemius SDK to 2.1.0.
* Update - Using SVG instead of FontAwesome for Buttons, better compatibility.
* Pro - Add - Option to Hide Featured Image in Category and Archive Shortcode.
* Pro - Fix - Link the Title in Archive Shortcode.
* Pro - Fix - Link the Title in Category Shortcode.

= 2.6.1 =

Release Date: May 25th, 2018
Expand Down

0 comments on commit 35100bc

Please sign in to comment.