Skip to content

Commit

Permalink
chore: update credits
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Mendiola <suki@missallsunday.com>
  • Loading branch information
MissAllSunday committed Jul 4, 2023
1 parent b7bd802 commit 191e837
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 12 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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
```

Expand Down
6 changes: 2 additions & 4 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
6 changes: 1 addition & 5 deletions Sources/Breeze/Breeze.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],
],
Expand All @@ -308,10 +308,6 @@ public static function credits(): array
'name' => 'React',
'site' => 'https://reactjs.org',
],
'DOMPurify' => [
'name' => 'DOMPurify',
'site' => 'https://github.com/cure53/DOMPurify',
],
],
],
];
Expand Down
2 changes: 1 addition & 1 deletion package-info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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/.
</license>
<credits url="//missallsunday.com" license="MPL 2.0" copyright="Suki" licenseurl="//www.mozilla.org/MPL/2.0/">
<credits url="https://missallsunday.com" license="MPL 2.0" copyright="Michel Mendiola" licenseurl="https://www.mozilla.org/MPL/2.0/">
Breeze mod
</credits>
<database>install.php</database>
Expand Down

0 comments on commit 191e837

Please sign in to comment.