Skip to content

Commit 4a82d66

Browse files
committed
Release v4.0.5
1 parent 1f2fa2a commit 4a82d66

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+1938
-1217
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/.gitattributes export-ignore
2+
/.github export-ignore

license.txt LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The MIT License (MIT)
22

33
Copyright (c) 2014-2019 British Columbia Institute of Technology
4-
Copyright (c) 2019-2020 CodeIgniter Foundation
4+
Copyright (c) 2019-2021 CodeIgniter Foundation
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

README.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
## What is CodeIgniter?
44

5-
CodeIgniter is a PHP full-stack web framework that is light, fast, flexible, and secure.
5+
CodeIgniter is a PHP full-stack web framework that is light, fast, flexible and secure.
66
More information can be found at the [official site](http://codeigniter.com).
77

88
This repository holds a composer-installable app starter.
9-
It has been built from the
9+
It has been built from the
1010
[development repository](https://github.com/codeigniter4/CodeIgniter4).
1111

1212
More information about the plans for version 4 can be found in [the announcement](http://forum.codeigniter.com/thread-62615.html) on the forums.
1313

1414
The user guide corresponding to this version of the framework can be found
15-
[here](https://codeigniter4.github.io/userguide/).
15+
[here](https://codeigniter4.github.io/userguide/).
1616

1717
## Installation & updates
1818

@@ -38,20 +38,19 @@ not to the project root. A better practice would be to configure a virtual host
3838
framework are exposed.
3939

4040
**Please** read the user guide for a better explanation of how CI4 works!
41-
The user guide updating and deployment is a bit awkward at the moment, but we are working on it!
4241

4342
## Repository Management
4443

4544
We use Github issues, in our main repository, to track **BUGS** and to track approved **DEVELOPMENT** work packages.
4645
We use our [forum](http://forum.codeigniter.com) to provide SUPPORT and to discuss
4746
FEATURE REQUESTS.
4847

49-
This repository is a "distribution" one, built by our release preparation script.
48+
This repository is a "distribution" one, built by our release preparation script.
5049
Problems with it can be raised on our forum, or as issues in the main repository.
5150

5251
## Server Requirements
5352

54-
PHP version 7.2 or higher is required, with the following extensions installed:
53+
PHP version 7.2 or higher is required, with the following extensions installed:
5554

5655
- [intl](http://php.net/manual/en/intl.requirements.php)
5756
- [libcurl](http://php.net/manual/en/curl.requirements.php) if you plan to use the HTTP\CURLRequest library

0 commit comments

Comments
 (0)