diff --git a/CHANGELOG-ROADMAP.md b/CHANGELOG-ROADMAP.md index eca85ce..5b6f08b 100644 --- a/CHANGELOG-ROADMAP.md +++ b/CHANGELOG-ROADMAP.md @@ -2,11 +2,17 @@ This file contains a list of changes between versions of Portal CMS and a roadmap that provides a brief outline of the features we intend to include in Portal CMS. ## Future Intentions -1 Change Authentication Method to use Owin (Unplanned) -1. Improved Menu Management with more Visual Options OOTB (Unplanned) +1. There aren't any plans to add new features to this repository at this time # Changelog +## 1.3.5 - (March 2019) Maintenance Release +1. Updated packages so that PortalCMS is using modern tooling and libraries +2. Resolved an issue where one of the projects was using a different sub version of .NET +3. Resolved an issue where font's were moved incorrectly following deployment +4. Set website theme colours for mobile devices to set the browser window colour +5. Resolved a couple of issues with the FAQ/Spoiler widget where the JS was broken, resulting in the wrong behaviour being exhibited + ## 1.3.4 - (January 2018) Maintenance Release 1. Upgrade SendGrid Implementation (Requires Configuration for Existing Websites) 2. Improved User Experience via Modal Popvers to Reduce Post Backs and Improve Ease of Use diff --git a/README.md b/README.md index 07a29d9..a4b284b 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ -# PortalCMS (1.3.4) (January 2018) +# PortalCMS (1.3.5) (March 2019) - PortalCMS is a free and open source developer framework built in C# MVC featuring a powerful integrated page builder with inline editing, drag and drop and content management. - PortalCMS gives you a fully featured .NET MVC website out of the box which can be easily extended by web developers. - Non technical users can create unlimited pages and blog posts without writing any code using the Page Builder. +- This repository is now in maintenance, which means there is not currently a roadmap of new features to add, but we will keep it up to date. ### Learn More - Test Drive PortalCMS using our Online Demo: [Online Demo](https://portalcmsdemo.azurewebsites.net) -- If you want to see an example website built with PortalCMS, check out my [Personal Website](http://tommcclean.me) +- Let us know how you use PortalCMS so we can list you on this repo. ### Why Choose Portal CMS? - To build a modern website that is good looking, standards compliant and easy to use with minimal effort and time. @@ -13,5 +14,6 @@ - It is lightweight and lean by design, only providing you the minimum features you need to build a valuable website, you can add any bespoke functionality you need by simply extending the C# MVC Website. - Portal CMS Can be hosted economically on traditional hosting platforms in addition to Microsoft Azure's App Service. - Easy to setup with no scripts or installations to run, everything Portal CMS needs is setup automatically. -- To give technical users the ability to add bespoke functionality quickly. +- To give you the freedom to change the framework to suit your requirements +- To give technical users the ability to develop bespoke functionality quickly. - To give non technical users the ability to edit the website in real time.