⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
erp.dev-unit.com
/
vendor
/
munafio
/
chatify
/
View File Name :
CHANGELOG.md
# Change log All notable changes to this project will be documented in this file. ## v1.5.2 (2022-07-08) ### Fixed - MessageCard & fetchMessage methods@`ChatifyMessenger.php` fallback. ## v1.5.1 (2022-06-09) ### Fixed - Sync the `sending a message form`'s allowed files/images with the `config` file (Update sendForm.blade.php [#190](https://github.com/munafio/chatify/pull/190)) ## v1.5.0 (2022-06-08) ### Added - Page/Document visibility Support which improves (seen) feature #183 ### Fixed - fix: case insensitive file upload extension check #182 ## v1.4.0 (2022-05-02) ### Added - [Gravatar](https:://gravatar.com) support (optional, can be changed at config/chatify.php). - Delete Message by ID. - Laravel's Storage disk now supported and can be changed from the config. ### Changed - File upload (user avatar & attachments) `allowed files` and `max size` now can be changed from one place which is (config/chatify.php). ### Fixed - Bugs and UI/UX design fixes/improvements. ## v1.3.4 (2022-02-04) ### Fixed - Fixed Installing errors on the migrations step. #163 ## v1.3.3 (2022-01-10) ### Fixed - Fixed file upload size limit error message rephrase #160. ### Changed - Files max upload size changed & added to the config to be customizable. - Changed `Messenger colors` logic to be more flexible and customizable. - Migration files renamed, file date automatically will be changed to the publish/install date. ## v1.3.2 (2022-01-07) ### Fixed - Fixed CSS issue in FF with the contact list #157. - Correct misspelt of `updateContactItem` method (typo error) #159. ## v1.3.1 (2021-12-23) ### Fixed - Fixed migration's rollback, (ch\_) prefix added. ## v1.3.0 (2021-11-30) ### Fixed - UI/Ux fixes & improvements. - Backend fixes & improvements. ### Added - Messages, Contacts, and Search pagination. - API routes. ## v1.2.5 (2021-08-18) ### Fixed - Fixed a security issue on uploaded file-name, which is vulnerable with XSS. ## v1.2.4 (2021-07-15) ### Fixed - README updates. - Install Command fixes & improvements. - Contact list visible onLoad. - Settings’ modal responsive design. ### Added - UPGRADE.md added. - Publish command added. - Package.json additions & modifications. ## v1.2.3 - (2021-06-19) ### Fixed - XSS issue on inputs. - UI/UX fixes & improvements. - Send message fixes (UI & backend). - Update Profile Settings (upload file & error handling ….). - Shared photos not working issue. - Typo error fixes (Your `contatc` list is empty). - Rolling back migrations added. - Get Last message `orderBy` query duplication. ## v1.2.2 - (2021-06-01) ### Fixed - Migrate to database command removed. - Publishable asset `assets` avatar config issue. - Pusher encryption key option removed. - Settings button on click not working issue. ## v1.2.1 - (2021-05-30) ### Fixed - Publishable asset `assets`. ## v1.2.0 - (2021-05-30) ### FIxed - Security issues. - UI/UX issues. - Route [home] not defiend. - `$msg->attachment` issue #9. - Delete conversation issue #89. ### Added - Console commands. - `Models` added to assets to be published. - Laravel 8+ support. ### Changed - Project structure. - composer updated `pusher/pusher-php-server` to v^7.0. - Models & Migrations' tables names changed (added `ch` prefix to avoid duplication) solves issue #68. - Models changed to (`ChMessage`, `ChFavorite`) - Migrations' tables names (`ch_messages`, `ch_favorites`) - Configuration file `config/chatify.php`. ## v1.0.1 - (2020-09-30) ### FIxed - Security issues. ### Added - Routes' controllers namespace included in the configuration. ## v1.0.0 - (2019-12-30) - First release