diff --git a/CHANGELOG.md b/CHANGELOG.md index ab0a9616..dc665839 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,21 @@ -# Flextype 0.7.5, 2018-12-ХХ -* Plugins: Locales array updated -* Flextype: fallback functionality for settings - added -* Settings: new item - accept_file_types -* Updates: "flextype-components/form" : "1.0.2 -* Flextype Component - Filesystem updated to 1.1.4 -* Code refactoring and cleanup -* .htaccess: Common PHP Overrides - added -* Custom YamlParser with native support - added -* Content: ability to get hidden pages for method getPage() - added. +# Flextype 0.8.0, 2018-12-ХХ +* Flextype Core: Plugins: Locales array updated +* Flextype Core: Flextype: fallback functionality for settings - added +* Flextype Core: Settings: new item - accept_file_types +* Flextype Core: Updates: "flextype-components/form" : "1.0.2 +* Flextype Core: Flextype Component - Filesystem updated to 1.1.4 +* Flextype Core: Code refactoring and cleanup +* Flextype Core: .htaccess: Common PHP Overrides - added +* Flextype Core: Custom YamlParser with native support - added +* Flextype Core: Content: ability to get hidden pages for method getPage() - added. +* Admin Panel: System Manager: refactoring and improvements +* Admin Panel: System Manager: display available locales only +* Admin Panel: Profile: profile view - improved +* Admin Panel: Pages Manager: don't create label for hidden inputs +* Admin Panel: General: trumbowyg editor styles fixes +* Admin Panel: General: Updates according to the php template syntax guidelines +* Admin Panel: Pages Manager: use defined file types (extensions to be exact) that are acceptable for upload. +* Admin Panel: Português locale - added # Flextype 0.7.4, 2018-12-14 * Content: new frontMatterParser() - added diff --git a/site/plugins/admin/CHANGELOG.md b/site/plugins/admin/CHANGELOG.md deleted file mode 100755 index 1dfe82e2..00000000 --- a/site/plugins/admin/CHANGELOG.md +++ /dev/null @@ -1,86 +0,0 @@ -# v0.4.0, 2018-12-XX -* System Manager: refactoring and improvements -* System Manager: display available locales only -* Profile: profile view - improved -* Pages Manager: don't create label for hidden inputs -* General: trumbowyg editor styles fixes -* General: Updates according to the php template syntax guidelines -* Pages Manager: use defined file types (extensions to be exact) that are acceptable for upload. -* Português locale - added - -# v0.3.1, 2018-12-14 -* General: critical issues with autoload - fixed -* General: .js-page-save-submit changed to .js-save-form-submit -* General: #editorForm changed to #form -* Pages Manager: unused Navigation class removed - -# v0.3.0, 2018-12-13 -* New Gorgeous Admin theme in dark colors! -* Information: Display information about core and admin plugin version -* Users: Auth - We will create more secure password hash with password_hash method. -* Users: Auth - We will check password hash with password_verify() method. -* Files manager: Replaced with a new Media manager. -* Pages Manager: Improved page cloning functionality. -* Pages Manager: Issue with page renaming #26 - fixed. -* Pages Manager: Pages List - display dash for nested pages. -* Pages Manager: Pages List - url item removed from the table. -* Pages Manager: Pages List - quick action - View was added to preview page. -* Pages Manager: Issue with default page slug - fixed -* Pages Manager: Issue with page template field - fixed -* Pages Manager: Ability to select page template on page creation - added. -* Pages Manager: A lot of changes in page editing functionality. -* Pages Manager: New Editor, Blueprint (with custom fields), Template, Source areas. -* Plugins Manager: Disabled switch input for Admin Plugin displayed. -* General: Using new I18n Component 1.2.0 -* General: Using new Filesystem Component 1.1.3 -* General: Using Gajus Dindent HTML indentation library -* General: Assets Manager for Javascript added. -* General: Animate.css added for animations. -* General: Fontawesome updated to 5.6.0 -* General: Twitter Bootstrap updated to 4.1.3 -* General: Codemirror library added for better code editing. -* General: es6-promise updated to 4.2.5 -* General: popper.js updated to 1.14.6 -* General: gulp-autoprefixer updated to 6.0.0 -* General: Notifications system on system actions #41 - added. -* General: Basic forms validation with jquery.form-validator.js #47 - added. -* General: Set Indentation: 2 and Array Expansion: 10 for YAML::dump methods. -* General: Code refactoring and cleanup -* General: Sidebar - view site link - added -* Translates updates and fixes. Thanks to @Hmelex @AndiLeni @diomed - -# v0.2.0, 2018-11-24 -* General: Link to site preview added #11 -* General: Round borders interface #12 -* General: Twitter bootstrap Card UI for every page UI implemented #18 -* General: Left navigation improvements #22 -* General: Link for Documentation will opened in the new window #20 -* General: UI/UX improvements -* General: Code cleanup and refactoring -* Page Editor: Files manager - added ability to manage files on expert mode -* Page Editor: Files manager issue with image formats - fixed #19 -* Page Editor: Files previews improvements #5 -* Page Editor: Files manager - has Stored XSS via Uploading html file that has no extension. #23 -* Pages List: Quick actions implemented #6 -* Settings Manager: issue with select dropdown logic - fixed #21 -* Information: Security check results - added -* Plugins Manager: Plugins information - added #24 - -# 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 -* Forum link removed -* English translates updates -* Page editor: fix issue with locales -* Russian translates added -* German translates added - Thanks to Andreas Lenhardt -* Ukraine translates added - Thanks to Shakhrom Mukumov -* Clear Cache functionality added -* Clear Cache on plugin activation/deactivation -* Plugins Manager: don't allow to deactivate admin plugin - -# v0.1.0, 2018-11-16 -* Initial release diff --git a/site/plugins/admin/README.md b/site/plugins/admin/README.md index e5f64cbc..10257bb6 100755 --- a/site/plugins/admin/README.md +++ b/site/plugins/admin/README.md @@ -1,18 +1,7 @@ # Admin Plugin for [Flextype](http://flextype.org/) -![version](https://img.shields.io/badge/version-0.3.1-brightgreen.svg?style=flat-square) -![Flextype](https://img.shields.io/badge/Flextype-0.7.4-green.svg?style=flat-square) ![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square) Admin Plugin for Flextype. -## Installation -Unzip plugin to the folder `/site/plugins/` - -## Settings - -```yaml -enabled: true # or `false` to disable the plugin -``` - ## License -See [LICENSE](https://github.com/flextype-plugins/admin/blob/master/LICENSE) +See [LICENSE](https://github.com/flextype/flextype/blob/master/LICENSE)