Skip to content

Commit

Permalink
Flarum 1.0 (#19)
Browse files Browse the repository at this point in the history
* Bump core req to 1.0.0

* npm audit fix

* Apply fixes from StyleCI

* npm audit fix

Co-authored-by: Ian Morland <[email protected]>
  • Loading branch information
imorland and imorland authored May 25, 2021
1 parent 324cf97 commit 890f1cc
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 5,997 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^0.1.0-beta.16"
"flarum/core": "^1.0.0"
},
"replace": {
"davis/flarum-ext-socialprofile": "*"
Expand Down
2 changes: 1 addition & 1 deletion extend.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of fof/socialprofile.
*
* Copyright (c) 2019 - 2021 FriendsOfFlarum.
* Copyright (c) FriendsOfFlarum.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
6,015 changes: 27 additions & 5,988 deletions js/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
},
"devDependencies": {
"flarum": "0.1.0-beta.16",
"prettier": "^2.2.1"
"prettier": "^2.3.0"
}
}
2 changes: 1 addition & 1 deletion migrations/2019_02_05_000000_migrate_from_fa_4.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of fof/socialprofile.
*
* Copyright (c) 2019 - 2021 FriendsOfFlarum.
* Copyright (c) FriendsOfFlarum.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of fof/socialprofile.
*
* Copyright (c) 2019 - 2021 FriendsOfFlarum.
* Copyright (c) FriendsOfFlarum.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/Content/AddSettingsData.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of fof/socialprofile.
*
* Copyright (c) 2019 - 2021 FriendsOfFlarum.
* Copyright (c) FriendsOfFlarum.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/Events/UserButtonsWereChanged.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of fof/socialprofile.
*
* Copyright (c) 2019 - 2021 FriendsOfFlarum.
* Copyright (c) FriendsOfFlarum.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/Listeners/AddSocialButtonsToDatabase.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of fof/socialprofile.
*
* Copyright (c) 2019 - 2021 FriendsOfFlarum.
* Copyright (c) FriendsOfFlarum.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/Validators/ProfileValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of fof/socialprofile.
*
* Copyright (c) 2019 - 2021 FriendsOfFlarum.
* Copyright (c) FriendsOfFlarum.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down

0 comments on commit 890f1cc

Please sign in to comment.