diff --git a/README.md b/README.md index f78c5dc3..ef4e862b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ The software is being license under [MPL 2.0 license](https://www.mozilla.org/MP ###### What is Breeze: -Breeze is powerful social mod for your SMF forum, it allows your users to turn their profile pages into a dynamic wall where they can publish new status and comment on other user's status. +Breeze is a social mod for your users. It enables a dynamic wall where they can post status and comments. +Comes with the following features: ###### Requirements: @@ -30,7 +31,7 @@ composer test ##### Generate an optimized SMF package ```bash -composer install --no-ansi --no-dev --no-interaction --no-plugins --no-progress --no-scripts --no-suggest --optimize-autoloader && +composer install --no-ansi --no-dev --no-interaction --no-plugins --no-progress --no-scripts --optimize-autoloader && zip -r Breeze breezeVendor/ Sources/ Themes/ tasks/ hooks.php install.php License package-info.xml README.txt remove.php ``` diff --git a/README.txt b/README.txt index aa424ca8..c9f8540e 100644 --- a/README.txt +++ b/README.txt @@ -6,18 +6,16 @@ Created by [url=https://missallsunday.com]Suki[/url] [size=12pt][color=purple]Introduction[/color][/size] -Breeze is a social mod for your users to turn their dull profile into a dynamic wall where they can post status and comments. Comes with the following features: +Breeze is a social mod for your users. It enables a dynamic wall where they can post status and comments. + Comes with the following features: - No file edits, works with all themes. - Users individual settings, each user defines her/his own settings. - Mentions for status and comments. - Notifications for several features. - Alerts for status and mentions. -- My mood feature. -- Cover upload to their wall. - General wall page for displaying your buddies latest activity. - Couple of blocks for showing your buddies, visitors, latest activity and about me block. -- Works with or without JavaScript. [size=12pt][color=purple]Supported Languages[/color][/size] diff --git a/Sources/Breeze/Breeze.php b/Sources/Breeze/Breeze.php index 5eb8eedf..13f60a13 100644 --- a/Sources/Breeze/Breeze.php +++ b/Sources/Breeze/Breeze.php @@ -296,7 +296,7 @@ public static function credits(): array 'name' => 'Developer(s)', 'users' => [ 'suki' => [ - 'name' => 'Michel Mendiola', + 'name' => 'Breeze © ' . date('Y') . ' Michel Mendiola', 'site' => 'https://missallsunday.com', ], ], @@ -308,10 +308,6 @@ public static function credits(): array 'name' => 'React', 'site' => 'https://reactjs.org', ], - 'DOMPurify' => [ - 'name' => 'DOMPurify', - 'site' => 'https://github.com/cure53/DOMPurify', - ], ], ], ]; diff --git a/package-info.xml b/package-info.xml index 418ff712..5390f4f7 100644 --- a/package-info.xml +++ b/package-info.xml @@ -13,7 +13,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. - + Breeze mod install.php