Welcome Guest, Not a member yet? Register   Sign In
v4.2.7 Released
#1

Hi everyone! Another version of CodeIgniter released just now! Lots of bug fixes and improvements, included updated dev tooling that will make future bugs less likely. There is one security issue to be aware of (https://github.com/codeigniter4/CodeIgni...-r637-7vvp) so please update ASAP.
Thanks, as always, to the team and community collaborators who volunteered their work for these patches! What is a single Composer command for most people is collectively many, many hours of work from the team; show them some love. Wink
Reply
#2

Thank you for all contributors and MGatner!

v4.2.7 has a few system message changes.
If you wish to translate messages in your native language, see below.
https://github.com/codeigniter4/translations/issues/332
Reply
#3

Thanks CI Team for v4.2.7

Learning CI4 from my works, from errors and how to fix bugs in the community

Love CI & Thanks CI Teams

Reply
#4

Thank you CodeIgniter Development Team.
What did you Try? What did you Get? What did you Expect?

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

This is great news. Big thanks to the dev team
Website: marcomonteiro.net  | Blog: blog.marcomonteiro.net | Twitter: @marcogmonteiro | TILThings: tilthings.com
Reply
#6
Thumbs Up 

Thanks lot for new CodeIgniter 4.2.7 release.
Reply
#7

(This post was last modified: 10-07-2022, 02:58 AM by luckmoshy.)

This what loved 100% helper('cookie');

PHP Code:
$cookie = [
    'name'  => $name,
    'value' => $value,
];
set_cookie($cookie);
// or
$this->response->setCookie($cookie); 
PHP Code:
helper('cookie');

$cookie = [
    'name'    => $name,
    'value'    => $value,
    'secure'  => true,
    'httponly' => true,
];
set_cookie($cookie);
// or
$this->response->setCookie($cookie); 

Pretty job +++
Code:
https://github.com/codeigniter4/translations/issues/332
Codeigniter First, Codeigniter Then You!!
yekrinaDigitals

Reply
#8

Thanks everyone, can't wait for the 4.3 release, you are awesome!
Reply
#9

Thank you!
Reply
#10

thank you for this release!
Reply




Theme © iAndrew 2016 - Forum software by © MyBB