Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
robneu committed Feb 21, 2015
1 parent 03ce770 commit 55d7657
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog for Custom Field Suite Markdown Add-On

## 0.1.0

- Added support for Meltdown live-preview and WYSIWYG toolbar.
- Refactoried markdown field class
- Other minor code improvements

## 0.0.1

First public release.
4 changes: 2 additions & 2 deletions cfs-markdown.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: CFS - Markdown Add-On
* Plugin URI: https://github.com/robneu/cfs-markdown
* Description: A markdown textarea field type add-on for Custom Field Suite.
* Version: 0.0.1
* Version: 0.1.0
* Author: Robert Neu
* Author URI: https://flagshipwp.com
* License: GPL-2.0+
Expand All @@ -21,7 +21,7 @@

// Define the plugin version.
if ( ! defined( 'CFSMD_ADDON_VERSION' ) ) {
define( 'CFSMD_ADDON_VERSION', '0.0.1' );
define( 'CFSMD_ADDON_VERSION', '0.1.0' );
}
// Define the plugin directory URL.
if ( ! defined( 'CFSMD_ADDON_URL' ) ) {
Expand Down

0 comments on commit 55d7657

Please sign in to comment.