Skip to content

Commit 96f7de5

Browse files
committed
🚀 Release Version 2.0.2.
1 parent 334958e commit 96f7de5

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@
22

33
Below is a detailed change-log, along with specific tasks completed, for each version released to date for Apache Error Pages.
44

5+
## Version 2.0.2 (15/05/2018)
6+
7+
- [#enhancement](#enhancement)
8+
- Renamed the Git repo from `Apache-Error-Pages` to `Webserver-Error-Pages` as there is now support for additional webservers.
9+
510
## Version 2.0.1 (15/05/2018)
611

712
- [#new](#new)
813
- Moved `/assets/` and `/webfonts/` to new `/src/static/` folder for better organisation.
14+
- Cleaned up the `/src/` folder by moving all the Apache HTML templates to `/src/apache/` and the minify script now builds the distribution files out of this new folder.
915
- [#enhancement](#enhancement)
1016
- Created proper functions for all the minfy scripts:
1117
- `src/scripts/minify`

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ Thanks for contributing! :heart:
2323

2424
[//]: # (Simply change the URL's below to your own project information)
2525

26-
[issues]: https://github.com/justinhartman/Apache-Error-Pages/issues
27-
[new-issue]: https://github.com/justinhartman/Apache-Error-Pages/issues/new
26+
[issues]: https://github.com/justinhartman/Webserver-Error-Pages/issues
27+
[new-issue]: https://github.com/justinhartman/Webserver-Error-Pages/issues/new

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Apache, Nginx and IIS HTTP Error Pages Replacement
1+
# Apache, Nginx and IIS Webserver HTTP Error Pages Replacement
22

33
The Apache, Nginx and IIS Error Pages project is a drop-in replacement of beautifully designed, user-friendly Apache 2, Nginx and IIS error pages. If you're tired of having _boring_ error pages displayed to users then these might just be the solution for you.
44

@@ -580,9 +580,9 @@ Thanks go out to the following for the inspiration, images, icons and, in some c
580580
[COC]: CODE_OF_CONDUCT.md
581581
[changelog]: CHANGELOG.md
582582
[semver]: http://semver.org
583-
[tags]: https://github.com/justinhartman/Apache-Error-Pages/tags
584-
[releases]: https://github.com/justinhartman/Apache-Error-Pages/releases
585-
[contribs]: https://github.com/justinhartman/Apache-Error-Pages/contributors
583+
[tags]: https://github.com/justinhartman/Webserver-Error-Pages/tags
584+
[releases]: https://github.com/justinhartman/Webserver-Error-Pages/releases
585+
[contribs]: https://github.com/justinhartman/Webserver-Error-Pages/contributors
586586
[author-1]: https://github.com/justinhartman
587587
[.github]: https://github.com/justinhartman/.github
588588
[script]: src/scripts/minify

0 commit comments

Comments
 (0)