Skip to content

Commit

Permalink
Prep for release 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mae829 committed Aug 10, 2017
1 parent 4e13b4f commit e3ed2d0
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.

### Bug Fixes
## 1.3 - 03-10-2017

### Enhancements
* Added opt-out options to features via the user profile panel

### Misc
* Compressed JS and CSS files via Prepros
* Split files for better organization

## 1.2 - 06-15-2016

### Enhancements
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ CMB2 EXPANSION is a plugin which adds features to the plugin [CMB2](https://gith
1. Place the CMB2 EXPANSION directory inside of your plugins directory (typically /wp-content/plugins).
2. Activate plugin through the Plugins Admin page

## Changelog

## 1.3 - 03-10-2017
### Enhancements
* Added opt-out options to features via the user profile panel

### Misc
* Compressed JS and CSS files via Prepros
* Split files for better organization

### 1.2 - 06-15-2016
#### Enhancements
* Use OOP for all features
Expand Down
4 changes: 2 additions & 2 deletions cmb2-expansion.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: CMB2 Expansion
* Description: Expansion plugin for CMB2
* Version: 1.2
* Version: 1.3
* Author: Mike Estrada
* Author URI: https://bleucellar.com/
*/
Expand All @@ -13,7 +13,7 @@
define( 'CMB2_EXP_DIR', plugin_dir_path(__FILE__) );
define( 'CMB2_EXP_URL', plugin_dir_url(__FILE__) );
define( 'CMB2_EXP_BASE', plugin_basename( __FILE__ ) );
define( 'CMB2_EXP_VERSION', '1.2' );
define( 'CMB2_EXP_VERSION', '1.3' );

// check if CMB2 class is defined (possibly use the PRE ACTIVATION hook)
function cmb2_expansion_plugin_init() {
Expand Down

0 comments on commit e3ed2d0

Please sign in to comment.