-
-
Notifications
You must be signed in to change notification settings - Fork 519
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release/4.1.13: (22 commits) Fixed the new path for loading migrations wip Remove the unused factories minor updates Added to the changelog Added a changelog Updated the gitignore Apply fixes from StyleCI (#446) Added a helper unit test for suffixed numbers wip Apply fixes from StyleCI (#445) wip minor updates asset compiling wip Added some padding around the cta Apply fixes from StyleCI (#444) wip Apply fixes from StyleCI (#443) wip ...
- Loading branch information
Showing
36 changed files
with
6,976 additions
and
512 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
/vendor | ||
/node_modules | ||
composer.phar | ||
.DS_Store | ||
Thumbs.db | ||
/phpunit.xml | ||
/vendor | ||
/.idea | ||
/.vscode | ||
.phpunit.result.cache | ||
*.cache | ||
*.lock | ||
composer.lock | ||
npm-debug.log | ||
yarn-error.log | ||
.DS_Store | ||
Thumbs.dbg | ||
.phpunit.result.cache |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Release Notes | ||
|
||
## [v4.1.13](https://github.com/cnvs/canvas/compare/v4.1.12...v4.1.13) | ||
|
||
### Added | ||
- Added unit tests for the number suffix helper ([61d5b15](https://github.com/cnvs/canvas/commit/61d5b15eaee6bdf9571e5687cca9f80d4e309fe3)) | ||
|
||
### Changed | ||
- Refactored the test suite to be more concise and accurate ([573b6e8](https://github.com/cnvs/canvas/commit/573b6e877933fc4e0d2ef46a0686650304b5a9f8)) | ||
- Refactored the migrations into a root `database` directory ([573b6e8](https://github.com/cnvs/canvas/commit/573b6e877933fc4e0d2ef46a0686650304b5a9f8)) | ||
- Updated the `.gitignore` ([a83978b](https://github.com/cnvs/canvas/commit/a83978b63fe2d1e4b25551cd9bf81a3f9ecbb908)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,7 @@ | |
"authors": [ | ||
{ | ||
"name": "Todd Austin", | ||
"email": "[email protected]", | ||
"role": "Developer" | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
public/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.eot
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+0 Bytes
(100%)
public/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.ttf
Binary file not shown.
Binary file modified
BIN
-8 Bytes
(100%)
public/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.woff
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
public/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.woff2
Binary file not shown.
Binary file modified
BIN
+216 Bytes
(100%)
public/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.eot
Binary file not shown.
Oops, something went wrong.