Skip to content

Commit

Permalink
Version 0.5.6 and changelog entry
Browse files Browse the repository at this point in the history
git-svn-id: http://plugins.svn.wordpress.org/ghost/trunk@1407042 b8457f37-d9ea-0310-8a92-e5e31aec5664
  • Loading branch information
javorszky committed Apr 29, 2016
1 parent 0c5f854 commit ab27a4f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion class-ghost.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Ghost {
*
* @var string
*/
protected $version = '0.5.5';
protected $version = '0.5.6';

/**
* Unique identifier for your plugin.
Expand Down
2 changes: 1 addition & 1 deletion ghost.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Plugin Name: Ghost
* Plugin URI: http://ghost.org
* Description: Plugin to export your WordPress blog so you can import it into your Ghost installation
* Version: 0.5.5
* Version: 0.5.6
* Author: Ghost Foundation
* Author URI: http://ghost.org
* Text Domain: wp2ghost
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: http://ghost.org/
Tags: export, ghost
Requires at least: 3.5
Tested up to: 4.0
Stable tag: 0.5.5
Stable tag: 0.5.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -28,6 +28,9 @@ Install it, then go to Tools -> Export to Ghost.

== Changelog ==

= 0.5.6 =

* Added permission check for downloading the exported data. Only users allowed to do that can download it. Props tomhallam.

= 0.5.5 =
* Added 'the_content' filter around $post->content. Helps with markdown conversion and display issues
Expand Down

0 comments on commit ab27a4f

Please sign in to comment.