Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter v4.0.5 and v4.1.0 released
#21

(02-01-2021, 05:32 AM)MGatner Wrote: @ferb where are you downloading from that you only see the system folder?

It's in the "download" section of the main page (https://codeigniter.com/). Zip archive holds only system folder.
Reply
#22

Thank you for reporting. This was caused unintentionally by adding a .gitattributes file to allow "slim installs" via Composer - however GitHub also respects the .gitattributes file when creating the download archive. We are discussing how to fix this but for the meantime the workaround is to clone the repo directly.
Reply
#23

So upgrading would be just replacing the system folder?
Reply
#24

Yesssssssssssss!!!! Let's go CI.
Reply
#25

(02-01-2021, 06:17 AM)manager Wrote:
(02-01-2021, 05:32 AM)MGatner Wrote: @ferb where are you downloading from that you only see the system folder?

It's in the "download" section of the main page (https://codeigniter.com/). Zip archive holds only system folder.

Thanks,

i downloaded from coedigniter.com directly
Reply
#26

Just a quick note: we got the .gitattributes issue fixed which was preventing downloads. Version 4.1.1 was just released to fix this (and the missing "Upgrade to 4.1" doc). I see the website still has the previous version cached but you can download it from the repo directly until the website updates.
Also to mention, 4.0.5 was patched with this retroactively and re-released under the same tag.
Reply
#27

(02-01-2021, 11:44 AM)MGatner Wrote: Just a quick note: we got the .gitattributes issue fixed which was preventing downloads. Version 4.1.1 was just released to fix this (and the missing "Upgrade to 4.1" doc). I see the website still has the previous version cached but you can download it from the repo directly until the website updates.
Also to mention, 4.0.5 was patched with this retroactively and re-released under the same tag.
Great work, thanks!
Reply
#28

For those that are updating it's not just a system copy over, the app folder has also been modified
so you need to copy everything over.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#29

(02-01-2021, 12:14 PM)InsiteFX Wrote: For those that are updating it's not just a system copy over, the app folder has also been modified
so you need to copy everything over.
All files have been modified? It would be nice to have a specific list of files that need to be updated. My filters etc will be overwritten and thus have to adjust.
Reply
#30

Modified file list:
Code:
4.0.5/app/Config/App.php
4.0.5/app/Config/Autoload.php
4.0.5/app/Config/Boot/development.php
4.0.5/app/Config/Boot/production.php
4.0.5/app/Config/Boot/testing.php
4.0.5/app/Config/Cache.php
4.0.5/app/Config/Constants.php
4.0.5/app/Config/ContentSecurityPolicy.php
4.0.5/app/Config/Database.php
4.0.5/app/Config/DocTypes.php
4.0.5/app/Config/Email.php
4.0.5/app/Config/Encryption.php
4.0.5/app/Config/Events.php
4.0.5/app/Config/Exceptions.php
4.0.5/app/Config/Filters.php
4.0.5/app/Config/ForeignCharacters.php
4.0.5/app/Config/Format.php
4.0.5/app/Config/Generators.php
4.0.5/app/Config/Honeypot.php
4.0.5/app/Config/Images.php
4.0.5/app/Config/Kint.php
4.0.5/app/Config/Logger.php
4.0.5/app/Config/Migrations.php
4.0.5/app/Config/Mimes.php
4.0.5/app/Config/Modules.php
4.0.5/app/Config/Pager.php
4.0.5/app/Config/Paths.php
4.0.5/app/Config/Routes.php
4.0.5/app/Config/Security.php
4.0.5/app/Config/Services.php
4.0.5/app/Config/Toolbar.php
4.0.5/app/Config/UserAgents.php
4.0.5/app/Config/Validation.php
4.0.5/app/Config/View.php
4.0.5/app/Controllers/BaseController.php
4.0.5/app/Controllers/Home.php
4.0.5/app/Views/errors/cli/error_404.php
4.0.5/app/Views/errors/cli/error_exception.php
4.0.5/app/Views/errors/html/debug.css
4.0.5/app/Views/errors/html/debug.js
4.0.5/app/Views/errors/html/error_exception.php
Reply




Theme © iAndrew 2016 - Forum software by © MyBB