Skip to content
This repository has been archived by the owner on Apr 5, 2018. It is now read-only.

Commit

Permalink
Bumped version #
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Olde Hampsink committed Sep 11, 2015
1 parent cdc277e commit 007cc49
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions AssetPreviewPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* @author Bob Olde Hampsink <b.oldehampsink@itmundi.nl>
* @copyright Copyright (c) 2015, Itmundi
* @license http://buildwithcraft.com/license Craft License Agreement
* @license MIT
*
* @link http://github.com/boboldehampsink
*/
Expand All @@ -32,7 +32,7 @@ public function getName()
*/
public function getVersion()
{
return '0.3.1';
return '0.3.2';
}

/**
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@ Plugin that allows you to preview image assets in the CP.
Features:
- Select an asset and hit __space__ to preview
- Uses [FancyBox v2](http://fancyapps.com/fancybox/) for previewing

Important:
The plugin's folder should be named "assetpreview"

Changelog
=================
###0.3.2###
- Add explaining hover text

###0.3.1###
- Don't interfere with console commands

Expand All @@ -25,4 +28,4 @@ Changelog
- Only appear for logged in users in the CP

###0.1.0###
- Initial release
- Initial release

0 comments on commit 007cc49

Please sign in to comment.