Skip to content

Commit

Permalink
Admin 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Awilum committed Nov 16, 2018
1 parent 4a98829 commit 5e6ac12
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v0.1.2, 2018-11-17
* Fixed critical issue with `_strrevpos()` method

# v0.1.1, 2018-11-17
* Page editor: fix issue with getting theme templates
* System Settings: added ability to select locales from list
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Admin Plugin for [Flextype](http://flextype.org/)
![version](https://img.shields.io/badge/version-0.1.1-brightgreen.svg?style=flat-square)
![version](https://img.shields.io/badge/version-0.1.2-brightgreen.svg?style=flat-square)
![Flextype](https://img.shields.io/badge/Flextype-0.7.1-green.svg?style=flat-square)
![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)

Expand Down
2 changes: 1 addition & 1 deletion admin.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Admin
version: 0.1.1
version: 0.1.2
description: "Admin plugin for Flextype"
author:
name: Sergey Romanenko
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "admin",
"version": "0.1.1",
"version": "0.1.2",
"devDependencies": {
"es6-promise": "^4.2.4",
"gulp": "^3.9.1",
Expand Down

0 comments on commit 5e6ac12

Please sign in to comment.