TSS Yii 2 Project Template
===============================

+ [Installation][1]

[1]: https://bitbucket.org/techspaceship/tss2/wiki/Installation.md

Changes Log
-------------------
* **2020-09-09**
    + Updating to Yii 2.0.37
* **2020-06-10**
    + Updating to Yii 2.0.35
    + Change API from Moudel to APP
* **2020-05-07**
    + Enhancing Gii to show Editable columns for Booleans
* **2020-04-02**
    + Updating to Yii 2.0.34
* **2020-02-10**
    + Updating to Yii 2.0.32 
* **2020-01-06**
    + Updating to Yii 2.0.31
* **2019-12-13**
    + Updating to Yii 2.0.30
* **2019-10-23**
    + Updating to Yii 2.0.29
* **2019-10-21**
    + Force https by default
* **2019-10-16**
    + Updating to Yii 2.0.28
* **2019-09-30**
    + Updating to Yii 2.0.27
* **2019-07-18**
    + Updating to Yii 2.0.23
    + Upgrading Gulp
* **2019-07-11**
    + Updating to Yii 2.0.22
* **2019-06-24**
    + Adding API functionalists
    + Updating to Yii 2.0.21
* **2018-04-23**
    + Unifying FileInput widget, should extend backend\widget\FileInput
* **2018-03-29**
    + Updating to Yii 2.0.15.1
* **2018-03-04**
    + Adding Configuration setup, any config can be accessed by Yii::$app->config->get('CONFIGKEY')
    + All controllers moved to "@app/components/Controller" to allow maintenance mode and dynamic app change name
    + backend grid views now have bulk delete
    + Gii fixes and enhancements, like removing some unnecessary fields 
    + Updating to Yii 2.0.14.1
    + Backend Users enchantments
    + Backend adding content blocks
    
* **2017-08-03**
    + Mysql Config now added from ./init
    + Mysql Migration directly done from ./init
    + removing backend/web link from frontend/web and make it real folder
* **2017-07-17**
    + Upgrading to 2.0.12
    + User Module is using php 7 functionality and no longer we can run this installation on php < 7
    + temporary fix for tinymce file manager 
* **2017-02-20**
    + Upgrading to 2.0.11.2 and making composer fixed on ~2.0.11
    + Upgrading filemanager to latest version and fixing thumbs url
    
* **2016-12-21**
    + Replacing ckEditor with tinymce with responsive fileManager 
    + Adding mailQueue and Yii Map Widget
   
* **2016-12-20**
    + Upgrading to 2.0.10
    + Adding https://github.com/dmstr/yii2-migrate-command, and moving migration of rbac and users to plugins migration folder
    + Adding new .htaccess