Skip to content

Commit f8f7c3b

Browse files
committed
Prepping changelog for RC.4
1 parent b78a643 commit f8f7c3b

File tree

4 files changed

+97
-3
lines changed

4 files changed

+97
-3
lines changed

system/CodeIgniter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class CodeIgniter
6666
/**
6767
* The current version of CodeIgniter Framework
6868
*/
69-
const CI_VERSION = '4.0.0-rc.3';
69+
const CI_VERSION = '4.0.0-rc.4';
7070

7171
/**
7272
* App startup time.

user_guide_src/source/changelogs/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ Release Date: Not Released
1414

1515
.. toctree::
1616
:titlesonly:
17-
17+
1818
next
19+
v4.0.0-rc.4
1920
v4.0.0-rc.3
2021
v4.0.0-rc.2
2122
v4.0.0-rc.1
Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
Version |version|
2+
====================================================
3+
4+
Release Date: February 6, 2020
5+
6+
**RC.4 release of CodeIgniter4**
7+
8+
Enhancements:
9+
10+
- Fixed url systems so that it would work when system is served out of subfolders.
11+
- Added required insert ignore support for sqlite3 and mysql.
12+
- Add validation function `is_not_unique`
13+
- Various improvements and cleanup to the Email class
14+
15+
16+
PRs merged:
17+
-----------
18+
- #2527 Update manual.rst
19+
- #2454 Page in the official documentation on ajax requests with iSAJAX() fixes
20+
- #2525 Remove incorrect inline doc type
21+
- #2524 Restore namespace after regress.
22+
- #2523 Replace legacy CI3 constant.
23+
- #2522 Adding Events information in the 'Upgrading from 3.x to 4.x' section
24+
- #2518 Fix pager URI to work in subfolders.
25+
- #2516 HTML Helper - Fix attribute type for lists
26+
- #2515 Layout Renderer Fix
27+
- #2513 Typo in userguide "Entity Classes - Business Logic"
28+
- #2511 Database add highlight
29+
- #2509 Revert Renderer section reset
30+
- #2507 Update ordering of search locations for better prioritization.
31+
- #2506 HTTP Response - Fix crash on CSP methods CSP is disabled
32+
- #2504 BaseConnection - Nullable return type in getConnectStart()
33+
- #2502 View Renderer - Reset sections after generating the ouput
34+
- #2501 view_cell call controller on initController method.
35+
- #2499 View Parser - Fix ParsePair() with filter
36+
- #2497 Fix splitQueryPart()
37+
- #2496 Use site_url for RedirectResponse.
38+
- #2495 update toolbar userguide
39+
- #2494 Debug Toolbar - Fix Debugbar-Time header, Render in <head>
40+
- #2493 fix sphinx version.
41+
- #2490 fix. Toolbar init view Error
42+
- #2489 Fix pager
43+
- #2486 Update current_url and previous_url in the docs for View Parser.
44+
- #2485 Typo in user guide "Running via the Command Line"
45+
- #2482 Services request add URI Core System extend support
46+
- #2481 Priority Redirection.
47+
- #2472 ControllerTest should work without URI specified. Fixes #2470
48+
- #2471 Transition from Zend Escaper to Laminas Escaper
49+
- #2462 Fix impossible length for migration table id.
50+
- #2458 Replace `composer install` by `composer require`
51+
- #2450 CRITICAL when $_SESSION is null / Argument 2 passed to dot_array_search() must be []
52+
- #2449 User Guide: Query Builder selectCount - error correction in example
53+
- #2447 Existing File checks (Nowackipawel/patch-69)
54+
- #2446 DB Insert Ignore (Tada5hi/database-feature)
55+
- #2438 Nice array view in debug toolbar
56+
- #2436 Fix Message method reference
57+
- #2433 Inserting through a model should respect all validation rules. Fixes #2384
58+
- #2432 Fix curly brace deprecation in php 7.4
59+
- #2429 fix. safe_mailto multi-byte safe
60+
- #2427 Add $recipients property to Config\Email
61+
- #2426 Add hex validation rule, test, Guide
62+
- #2425 fix: Router setDefaultNameSpace can't worker
63+
- #2422 Don't show duplicate Date headers when running under PHPs server.
64+
- #2420 Change current_url() to use cloned URI
65+
- #2417 Revise Encryption Service Documentation
66+
- #2416 Add missing closing braces of condition 'hasError()'
67+
- #2415 Add 'nullable' to MySQL field data
68+
- #2413 fix. toolbar file 301
69+
- #2411 fix parse params of plugin
70+
- #2408 Ensure previous_url() gets accurate URI.
71+
- #2407 Fix url helper functions to work when site hosted in subfolders.
72+
- #2406 Fix issue #2391 CodeIgniter::display404errors()
73+
- #2402 Removed pointless isset() check
74+
- #2401 Remove pointless check from conditional
75+
- #2400 Remove redundant check in conditionals
76+
- #2399 Revise Controllers Documentation
77+
- #2398 Edit .htaccess
78+
- #2392 Add validation function `is_not_unique`
79+
- #2389 Confer silent status to nested seeders
80+
- #2388 Fix copypaste command comment
81+
- #2387 Use only digits for migrations order
82+
- #2382 quick fix postgresql insert id
83+
- #2381 Fix: Use of CodeIgniter\Config\Services prevents Service overriding
84+
- #2379 Replace null log file extension check
85+
- #2377 Docs Rev: Replacing Core Classes
86+
- #2369 Remove LoggerAwareTrait from Email class
87+
- #2368 Remove log_message from Email::__construct
88+
- #2364 Email config doesn't incorporate .env items
89+
- #2362 Fix SMTP protocol problem
90+
- #2359 Bugfix Model after event data
91+
- #2358 Fix Logger config
92+
- #2356 Fix typo in comments of Services.php
93+
- #2352 Fix method name to 'toDateString()' in Date and Times user guide

user_guide_src/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
# The short X.Y version.
5151
version = '4.0-dev'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '4.0.0-rc.3'
53+
release = '4.0.0-rc.4'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

0 commit comments

Comments
 (0)