From f3f858ec856af4c775ca9e42fd0c1f610f0c569a Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Fri, 31 Mar 2017 11:24:24 -0600 Subject: [PATCH] Prepare for release --- CHANGELOG.md | 6 +++--- LICENSE | 2 +- README.md | 7 +++---- blueprints.yaml | 5 ++--- 4 files changed, 9 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index caee23a7..5ff7c5de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ -# v1.3.0-rc.4 -## 03/xx/2017 -s̄ +# v1.3.0 +## 03/31/2017 + 1. [](#new) * User uploadable avatar (still falls back to Gravatar if not provided) 1. [](#improved) diff --git a/LICENSE b/LICENSE index 0e788c6a..f7d4bb64 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015 Grav +Copyright (c) 2017 Grav Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index d689dbaa..620e8217 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Grav Standard Administration Panel Plugin -[![Join the chat at https://gitter.im/getgrav/grav-plugin-admin](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/getgrav/grav-plugin-admin?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) - This **admin plugin** for [Grav](http://github.com/getgrav/grav) is an HTML user interface that provides a convenient way to configure Grav and easily create and modify pages. This will remain a totally optional plugin, and is not in any way required or needed to use Grav effectively. In fact, the admin provides an intentionally limited view to ensure it remains easy to use and not overwhelming. I'm sure power users will still prefer to work with the configuration files directly. ![](assets/admin-dashboard.png) @@ -13,6 +11,7 @@ This **admin plugin** for [Grav](http://github.com/getgrav/grav) is an HTML user * Logged-in-user management * One click Grav core updates * Dashboard with maintenance status, site activity and latest page updates +* Notifications system for latest news, blogs, and announcements * Ajax-powered backup capability * Ajax-powered clear-cache capability * System configuration management @@ -34,7 +33,7 @@ This **admin plugin** for [Grav](http://github.com/getgrav/grav) is an HTML user We have tested internally, but we hope to use this public beta phase to identify, isolate, and fix issues related to the plugin to ensure it is as solid and reliable as possible. -For **live chatting**, please use the dedicated [Gitter Chat Room for the admin plugin](https://gitter.im/getgrav/grav-plugin-admin) for discussions directly related to the admin plugin. +For **live chatting**, please use the dedicated [Slack Chat Room](https://getgrav.org/slack) for discussions directly related to Grav. For **bugs, features, improvements**, please ensure you [create issues in the admin plugin GitHub repository](https://github.com/getgrav/grav-plugin-admin). @@ -100,7 +99,7 @@ By default, you can access the admin by pointing your browser to `http://yoursit # Standard Free & Paid Pro Versions -If you have been following the [blog](http://getgrav.org/blog), [Twitter](https://twitter.com/getgrav), [gitter.im chat](https://gitter.im/getgrav/grav), etc., you probably already know now that our intention is to provide two versions of this plugin. +If you have been following the [blog](http://getgrav.org/blog), [Twitter](https://twitter.com/getgrav), [Slack chat](https://getgrav.org/slack), etc., you probably already know now that our intention is to provide two versions of this plugin. The **standard free version**, is very powerful, and has more functionality than most commercial flat-file CMS systems. diff --git a/blueprints.yaml b/blueprints.yaml index f4c970b9..a42d5714 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,6 +1,5 @@ name: Admin Panel -version: 1.3.0-rc.3 -testing: true +version: 1.3.0 description: Adds an advanced administration panel to manage your site icon: empire author: @@ -14,7 +13,7 @@ docs: https://github.com/getgrav/grav-plugin-admin/blob/develop/README.md license: MIT dependencies: - - { name: grav, version: '>=1.2.0-rc.3' } + - { name: grav, version: '>=1.2.0' } - { name: form, version: '~2.0' } - { name: email, version: '~2.0' } - { name: login, version: '~2.0' }