Skip to content

Commit

Permalink
Merge pull request #20 from vickzkater/v2.0.6
Browse files Browse the repository at this point in the history
V2.0.6
  • Loading branch information
vickzkater authored Jan 18, 2021
2 parents 1dc1619 + bf9d2f4 commit 3bcd531
Show file tree
Hide file tree
Showing 67 changed files with 4,470 additions and 2,057 deletions.
5 changes: 3 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,9 @@ MAIL_ENCRYPTION=null
MAIL_FROM_NAME="Lara-S-CMS (no-reply)"
MAIL_FROM_ADDRESS=[email protected]

MAIL_REPLYTO_NAME="Lara-S-CMS (contact)"
MAIL_REPLYTO_ADDRESS=[email protected]
# Uncomment this if you want to set another email for reply-to
# MAIL_REPLYTO_NAME="Lara-S-CMS (contact)"
# [email protected]

MAIL_CONTACT_NAME="Lara-S-CMS (contact)"
MAIL_CONTACT_ADDRESS=[email protected]
Expand Down
22 changes: 11 additions & 11 deletions VERSION.md → CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
Changelog
=========

## Version 2.0.6
- Update config global mail for setup reply-to
- Update session redirect uri for web (separate from admin) using session "redirect_uri_web"
- Fix issue inaccurate stored time value due to incorrect data type selection in migrations (modify type "timestamp" to "datetime")
- Update minor for admin template
- Renaming menu user => admin, usergroup => admin group, and division => office
- Add Open Graph configurations (based on [ogp.me](https://ogp.me/), [Twitter Dev Docs](https://developer.twitter.com/en/docs/twitter-for-websites/cards/overview/markup), & [FB Dev Docs](https://developers.facebook.com/docs/sharing/webmasters/))

## Version 2.0.5
### Changelog
- Add function generate thumbnail image
- Fix issue in Article List
- Change the superadmin account credentials that do not conflict with the username 'superadmin'
Expand All @@ -8,66 +18,56 @@
- Add support Login with Instagram

## Version 2.0.3.2
### Changelog
- Rollback `composer.lock` (using from v2.0.2) for support PHP >= 7.2
- Update the packages (Laravel Framework 7.18.0 > 7.28.3)
- Add solution for issue "500 Internal Server Error" (please check `README`)

## Version 2.0.3.1
### Changelog
- Update `README` (require PHP >= 7.3)

## Version 2.0.3
### Changelog
- Update validation redirection URL after login in Admin (if AJAX DataTables, set URL to Admin Home page as default)
- Add Dev Function to test sending email
- Add email template & function sending email as sample
- Update migrations & seeders for add rules automatically
- Update the packages (Laravel Framework 7.18.0 > 7.28.2)

## Version 2.0.2
### Changelog
- Update minor in MailchimpHelper
- Fix issue update config

## Version 2.0.1
### Changelog
- Add support auth for Guzzle functions
- Add support Session Driver Database
- Add security update: if the password has been changed, then force the user to re-login
- Add feature logout from all sessions

## Version 2.0.0
### Changelog
- Add QR Code Generator
- Add support login with social media (Google/Facebook)
- Add support back-end mode (MODEL or API)
- Add support upload file (PDF/TXT/DOCS/etc)

## Version 1.2.3
### Changelog
- Add PageBuilder
- Using The Helper JS - a lot of JS helper functions that are ready to help in your project
- Rebuild website template using Modern Business from Start Bootstrap
- Add Module Banner

## Version 1.2.2
### Changelog
- Using The Helper PHP - a lot of PHP helper functions that are ready to help in your project
- Add Support GoSMSGateway API - send SMS (Short Message Service)
- Add Support Mailchimp API
- Fix error 404 Custom Page because Module Application Configurations
- Fix error 503 (Maintenance Mode) Page because Module Application Configurations

## Version 1.2.1
### Changelog
- Add Import & Export Excel File (in Product)
- Add Delete Uploaded Image (in Product)
- Add Rich Text Editor/WYSIWYG using TinyMCE (in Product)
- Add Datepicker (in Product)

## Version 1.2.0
### Changelog
- Upgraded to Laravel 7.x
- Add Sortable Data List (in Division)
- Add Sortable Data List with Filter (in Branch - Filter by Division)
Expand Down
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<a href="https://packagist.org/packages/vickzkater/lara-s-cms" target="_blank"><img class="license_img" src="https://img.shields.io/packagist/l/vickzkater/lara-s-cms" alt="License"></a>
</p>

***Latest Version: 2.0.5 (Laravel 7.28.3)**
***Latest Version: 2.0.6 (Laravel 7.30.3)**

## What is "Lara-S-CMS" ?

Expand All @@ -35,20 +35,20 @@ Developed by [@vickzkater](https://github.com/vickzkater/) (Powered by [KINIDI T
- [x] Support Multi Languages
- [x] Admin Login
- [x] My Profile
- [x] Division/Subsidiary Management
- [x] Branch per Division Management
- [x] Office/Subsidiary Management
- [x] Branch per Office Management
- [x] Rule Management
- [x] Usergroup Management
- [x] User (Admin) Management
- [x] Access/Privilege/User Roles Management
- [x] System Logs
- [x] Simple System Logs
- [x] Restore Deleted Data
- [x] Custom 404 Error Page
- [x] Custom Maintenance Mode
- [x] Product Management (as module sample including upload image feature)
- [x] Support DataTables AJAX
- [x] Support reCAPTCHA v2 (in Admin Panel & User Panel)
- [x] Sortable Data List (in Division Module)
- [x] Support reCAPTCHA v2 (optional for Admin Panel & User Panel)
- [x] Sortable Data List (in Banner Module)
- [x] Sortable Data List with Filter (in Branch Module - Filter by Division)
- [x] Application Configurations
- [x] Import & Export Excel File (in Product Module)
Expand All @@ -72,6 +72,8 @@ Developed by [@vickzkater](https://github.com/vickzkater/) (Powered by [KINIDI T
- [x] Generate thumbnail (in Article Module for saving thumbnail)
- [x] [Support One Way SMS Gateway API - send SMS (in DevController)](https://github.com/vickzkater/onewaysms-laravel)
- [x] Add support Login with Instagram - to use it read [Instagram's Official Guide](https://developers.facebook.com/docs/instagram-basic-display-api/getting-started)
- [x] Setup Open Graph configurations (based on [ogp.me](https://ogp.me/), [Twitter Dev Docs](https://developer.twitter.com/en/docs/twitter-for-websites/cards/overview/markup), & [FB Dev Docs](https://developers.facebook.com/docs/sharing/webmasters/))
- [x] Guzzle-Client helper functions (please check on Controller.php)

## Admin Panel

Expand Down
Loading

0 comments on commit 3bcd531

Please sign in to comment.