Skip to content

Commit

Permalink
Version bump to 2.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottDeLuzio committed Oct 17, 2017
1 parent 2af5227 commit 80f30d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: scott.deluzio
Tags: WordPress CRM, Free CRM for WordPress, CRM, Free WordPress CRM, CRM for WordPress
Requires at least: 3.3.0
Tested up to: 4.8.1
Stable tag: 2.1.13
Tested up to: 4.8.2
Stable tag: 2.1.14
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -73,6 +73,8 @@ Absolutely. There are inexpensive extensions that allow you to import as little
Your data is only accessible through the WordPress CRM dashboard. None of it will be accessible through the public facing portion of your website. This allows you to provide access to as few or as many people as you need to.

== Changelog ==
= 2.1.14 =
* Update: Added a category column to each of the overview pages (Contact, Organization, Project, Task, Opportunity, Campaign). Allows for easier navigation to the various category overview pages.
= 2.1.13 =
* Fix: Certain extensions were incorrectly displayed as not installed on the WP-CRM System > Extensions page. This has no impact on the functionality of the extensions just the display of whether or not they are installed.
* Update: Added new information (can users register) to system info report found on WP-CRM System > Dashboard > Settings > System Info.
Expand Down Expand Up @@ -255,6 +257,5 @@ Your data is only accessible through the WordPress CRM dashboard. None of it wil
* Initial Release

== Upgrade Notice ==
= 2.1.13 =
* Fix: Certain extensions were incorrectly displayed as not installed on the WP-CRM System > Extensions page. This has no impact on the functionality of the extensions just the display of whether or not they are installed.
* Update: Added new information (can users register) to system info report found on WP-CRM System > Dashboard > Settings > System Info.
= 2.1.14 =
* Update: Added a category column to each of the overview pages (Contact, Organization, Project, Task, Opportunity, Campaign). Allows for easier navigation to the various category overview pages.
4 changes: 2 additions & 2 deletions wp-crm-system.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: WP-CRM System
Plugin URI: https://www.wp-crm.com
Description: A complete CRM for WordPress
Version: 2.1.13
Version: 2.1.14
Author: Scott DeLuzio
Author URI: https://www.wp-crm.com
Text Domain: wp-crm-system
Expand Down Expand Up @@ -31,7 +31,7 @@ function wp_crm_plugin_init() {
define( 'WP_CRM_SYSTEM', __FILE__ );
}
if ( ! defined( 'WP_CRM_SYSTEM_VERSION' ) ) {
define( 'WP_CRM_SYSTEM_VERSION', '2.1.13' );
define( 'WP_CRM_SYSTEM_VERSION', '2.1.14' );
}
if( ! defined( 'WP_CRM_SYSTEM_URL' ) ) {
define( 'WP_CRM_SYSTEM_URL', plugins_url( '', __FILE__ ) );
Expand Down

0 comments on commit 80f30d5

Please sign in to comment.