Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Oct 8, 2015
1 parent 4f62917 commit a05f0d2
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# v0.6.1
## 10/07/2015

1. [](#new)
* Added ability to render front-end templates in markdown preview
* Option to disable Google-based fonts. Useful for Cyrillic languages.
* Couple of new static helper methods used by new page blueprints
* New `fieldset` form field (thanks @Sommerregen!)
1. [](#improved)
* Hide editor buttons in preview mode
* Improved support for admin when offline
* Use relative URL in Login form
* Added some more missing lang strings
* Improved German translation
* Compressed CSS files for improved performance
* Only get last 7 days in week count calculation
1. [](#bugfix)
* Fix saving pages in local-specific languages
* Only track 'human' page hits in statistics
* Responsive fixes for 'wordy' languages
* Fixed delete issue with array field type
* Fixed some hardcoded `admin` references to allow admin path change
* Fix for issue with lang code being added twice
* Fix language name in admin buttons

# v0.6.0
## 09/16/2015

Expand Down
2 changes: 1 addition & 1 deletion blueprints.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Admin Panel
version: 0.6.0
version: 0.6.1
description: Adds an advanced administration panel to manage your site
icon: empire
author:
Expand Down

0 comments on commit a05f0d2

Please sign in to comment.