Skip to content

Commit

Permalink
Release 4.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-parry committed Sep 3, 2019
1 parent 9d6a770 commit 4dff4f3
Show file tree
Hide file tree
Showing 145 changed files with 3,219 additions and 894 deletions.
Binary file added CodeIgniter4.0.0-rc.1.epub
Binary file not shown.
32 changes: 27 additions & 5 deletions docs/changelogs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Change Logs &mdash; CodeIgniter4 4.0.0-beta.4 documentation</title>
<title>Change Logs &mdash; CodeIgniter4 4.0.0-rc.1 documentation</title>



Expand All @@ -34,7 +34,7 @@



<link rel="top" title="CodeIgniter4 4.0.0-beta.4 documentation" href="../index.html"/>
<link rel="top" title="CodeIgniter4 4.0.0-rc.1 documentation" href="../index.html"/>
<link rel="next" title="Version 4.0-dev" href="next.html"/>
<link rel="prev" title="The MIT License (MIT)" href="../license.html"/>

Expand Down Expand Up @@ -130,6 +130,7 @@
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../license.html">The MIT License (MIT)</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">Change Logs</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#version-4-0-0-rc-1">Version 4.0.0-rc.1</a></li>
<li class="toctree-l2"><a class="reference internal" href="#version-4-0-0-beta-4">Version 4.0.0-beta.4</a></li>
<li class="toctree-l2"><a class="reference internal" href="#version-4-0-0-beta-3">Version 4.0.0-beta.3</a></li>
<li class="toctree-l2"><a class="reference internal" href="#version-4-0-0-beta-2">Version 4.0.0-beta.2</a></li>
Expand Down Expand Up @@ -212,10 +213,31 @@

<div class="section" id="change-logs">
<h1>Change Logs<a class="headerlink" href="#change-logs" title="Permalink to this headline"></a></h1>
<div class="section" id="version-4-0-0-rc-1">
<h2>Version 4.0.0-rc.1<a class="headerlink" href="#version-4-0-0-rc-1" title="Permalink to this headline"></a></h2>
<p>Release Date: September 02, 2019</p>
<p><strong>Next release of CodeIgniter4</strong></p>
<p><a class="reference internal" href="next.html"><span class="doc">See all the changes.</span></a></p>
</div>
<div class="section" id="version-4-0-0-beta-4">
<h2>Version 4.0.0-beta.4<a class="headerlink" href="#version-4-0-0-beta-4" title="Permalink to this headline"></a></h2>
<p>Release Date: July 25, 2019</p>
<p><a class="reference internal" href="next.html"><span class="doc">See all the changes.</span></a></p>
<p>Highlights:</p>
<p>There are some breaking changes...</p>
<ul class="simple">
<li>The Entity class has been refactored;</li>
<li>The Model class changing has been updated to better handle soft deletes</li>
<li>The routing has been beefed up</li>
</ul>
<p>New messages:</p>
<ul class="simple">
<li>new translation key: Database/noDateFormat</li>
</ul>
<p>Testing changes:</p>
<ul class="simple">
<li>enhanced database &amp; migration testing in tests/_support</li>
</ul>
<p><a class="reference internal" href="v4.0.0-beta.4.html"><span class="doc">See all the changes.</span></a></p>
</div>
<div class="section" id="version-4-0-0-beta-3">
<h2>Version 4.0.0-beta.3<a class="headerlink" href="#version-4-0-0-beta-3" title="Permalink to this headline"></a></h2>
Expand Down Expand Up @@ -408,7 +430,7 @@ <h2>Version 4.0.0-alpha.1<a class="headerlink" href="#version-4-0-0-alpha-1" tit
<div role="contentinfo">
<p>
&copy; Copyright 2014-2019 British Columbia Institute of Technology.
Last updated on Jul 25, 2019.
Last updated on Sep 02, 2019.

</p>
</div>
Expand All @@ -430,7 +452,7 @@ <h2>Version 4.0.0-alpha.1<a class="headerlink" href="#version-4-0-0-alpha-1" tit
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../',
VERSION:'4.0.0-beta.4',
VERSION:'4.0.0-rc.1',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: false,
Expand Down
9 changes: 5 additions & 4 deletions docs/changelogs/next.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Version 4.0-dev &mdash; CodeIgniter4 4.0.0-beta.4 documentation</title>
<title>Version 4.0-dev &mdash; CodeIgniter4 4.0.0-rc.1 documentation</title>



Expand All @@ -34,7 +34,7 @@



<link rel="top" title="CodeIgniter4 4.0.0-beta.4 documentation" href="../index.html"/>
<link rel="top" title="CodeIgniter4 4.0.0-rc.1 documentation" href="../index.html"/>
<link rel="up" title="Change Logs" href="index.html"/>
<link rel="next" title="Version 4.0.0-alpha.5" href="v4.0.0-alpha.5.html"/>
<link rel="prev" title="Change Logs" href="index.html"/>
Expand Down Expand Up @@ -131,6 +131,7 @@
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../license.html">The MIT License (MIT)</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="index.html">Change Logs</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="index.html#version-4-0-0-rc-1">Version 4.0.0-rc.1</a></li>
<li class="toctree-l2"><a class="reference internal" href="index.html#version-4-0-0-beta-4">Version 4.0.0-beta.4</a></li>
<li class="toctree-l2"><a class="reference internal" href="index.html#version-4-0-0-beta-3">Version 4.0.0-beta.3</a></li>
<li class="toctree-l2"><a class="reference internal" href="index.html#version-4-0-0-beta-2">Version 4.0.0-beta.2</a></li>
Expand Down Expand Up @@ -249,7 +250,7 @@ <h2>PRs merged:<a class="headerlink" href="#prs-merged" title="Permalink to this
<div role="contentinfo">
<p>
&copy; Copyright 2014-2019 British Columbia Institute of Technology.
Last updated on Jul 25, 2019.
Last updated on Sep 02, 2019.

</p>
</div>
Expand All @@ -271,7 +272,7 @@ <h2>PRs merged:<a class="headerlink" href="#prs-merged" title="Permalink to this
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../',
VERSION:'4.0.0-beta.4',
VERSION:'4.0.0-rc.1',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: false,
Expand Down
9 changes: 5 additions & 4 deletions docs/changelogs/v4.0.0-alpha.1.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Version 4.0.0-alpha.1 &mdash; CodeIgniter4 4.0.0-beta.4 documentation</title>
<title>Version 4.0.0-alpha.1 &mdash; CodeIgniter4 4.0.0-rc.1 documentation</title>



Expand All @@ -34,7 +34,7 @@



<link rel="top" title="CodeIgniter4 4.0.0-beta.4 documentation" href="../index.html"/>
<link rel="top" title="CodeIgniter4 4.0.0-rc.1 documentation" href="../index.html"/>
<link rel="up" title="Change Logs" href="index.html"/>
<link rel="prev" title="Version 4.0.0-alpha.2" href="v4.0.0-alpha.2.html"/>

Expand Down Expand Up @@ -130,6 +130,7 @@
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../license.html">The MIT License (MIT)</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="index.html">Change Logs</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="index.html#version-4-0-0-rc-1">Version 4.0.0-rc.1</a></li>
<li class="toctree-l2"><a class="reference internal" href="index.html#version-4-0-0-beta-4">Version 4.0.0-beta.4</a></li>
<li class="toctree-l2"><a class="reference internal" href="index.html#version-4-0-0-beta-3">Version 4.0.0-beta.3</a></li>
<li class="toctree-l2"><a class="reference internal" href="index.html#version-4-0-0-beta-2">Version 4.0.0-beta.2</a></li>
Expand Down Expand Up @@ -508,7 +509,7 @@ <h1>Version 4.0.0-alpha.1<a class="headerlink" href="#version-4-0-0-alpha-1" tit
<div role="contentinfo">
<p>
&copy; Copyright 2014-2019 British Columbia Institute of Technology.
Last updated on Jul 25, 2019.
Last updated on Sep 02, 2019.

</p>
</div>
Expand All @@ -530,7 +531,7 @@ <h1>Version 4.0.0-alpha.1<a class="headerlink" href="#version-4-0-0-alpha-1" tit
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../',
VERSION:'4.0.0-beta.4',
VERSION:'4.0.0-rc.1',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: false,
Expand Down
9 changes: 5 additions & 4 deletions docs/changelogs/v4.0.0-alpha.2.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Version 4.0.0-alpha.2 &mdash; CodeIgniter4 4.0.0-beta.4 documentation</title>
<title>Version 4.0.0-alpha.2 &mdash; CodeIgniter4 4.0.0-rc.1 documentation</title>



Expand All @@ -34,7 +34,7 @@



<link rel="top" title="CodeIgniter4 4.0.0-beta.4 documentation" href="../index.html"/>
<link rel="top" title="CodeIgniter4 4.0.0-rc.1 documentation" href="../index.html"/>
<link rel="up" title="Change Logs" href="index.html"/>
<link rel="next" title="Version 4.0.0-alpha.1" href="v4.0.0-alpha.1.html"/>
<link rel="prev" title="Version 4.0.0-alpha.3" href="v4.0.0-alpha.3.html"/>
Expand Down Expand Up @@ -131,6 +131,7 @@
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../license.html">The MIT License (MIT)</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="index.html">Change Logs</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="index.html#version-4-0-0-rc-1">Version 4.0.0-rc.1</a></li>
<li class="toctree-l2"><a class="reference internal" href="index.html#version-4-0-0-beta-4">Version 4.0.0-beta.4</a></li>
<li class="toctree-l2"><a class="reference internal" href="index.html#version-4-0-0-beta-3">Version 4.0.0-beta.3</a></li>
<li class="toctree-l2"><a class="reference internal" href="index.html#version-4-0-0-beta-2">Version 4.0.0-beta.2</a></li>
Expand Down Expand Up @@ -675,7 +676,7 @@ <h2>PRs merged:<a class="headerlink" href="#prs-merged" title="Permalink to this
<div role="contentinfo">
<p>
&copy; Copyright 2014-2019 British Columbia Institute of Technology.
Last updated on Jul 25, 2019.
Last updated on Sep 02, 2019.

</p>
</div>
Expand All @@ -697,7 +698,7 @@ <h2>PRs merged:<a class="headerlink" href="#prs-merged" title="Permalink to this
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../',
VERSION:'4.0.0-beta.4',
VERSION:'4.0.0-rc.1',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: false,
Expand Down
9 changes: 5 additions & 4 deletions docs/changelogs/v4.0.0-alpha.3.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Version 4.0.0-alpha.3 &mdash; CodeIgniter4 4.0.0-beta.4 documentation</title>
<title>Version 4.0.0-alpha.3 &mdash; CodeIgniter4 4.0.0-rc.1 documentation</title>



Expand All @@ -34,7 +34,7 @@



<link rel="top" title="CodeIgniter4 4.0.0-beta.4 documentation" href="../index.html"/>
<link rel="top" title="CodeIgniter4 4.0.0-rc.1 documentation" href="../index.html"/>
<link rel="up" title="Change Logs" href="index.html"/>
<link rel="next" title="Version 4.0.0-alpha.2" href="v4.0.0-alpha.2.html"/>
<link rel="prev" title="Version 4.0.0-alpha.4" href="v4.0.0-alpha.4.html"/>
Expand Down Expand Up @@ -131,6 +131,7 @@
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../license.html">The MIT License (MIT)</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="index.html">Change Logs</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="index.html#version-4-0-0-rc-1">Version 4.0.0-rc.1</a></li>
<li class="toctree-l2"><a class="reference internal" href="index.html#version-4-0-0-beta-4">Version 4.0.0-beta.4</a></li>
<li class="toctree-l2"><a class="reference internal" href="index.html#version-4-0-0-beta-3">Version 4.0.0-beta.3</a></li>
<li class="toctree-l2"><a class="reference internal" href="index.html#version-4-0-0-beta-2">Version 4.0.0-beta.2</a></li>
Expand Down Expand Up @@ -978,7 +979,7 @@ <h2>PRs merged:<a class="headerlink" href="#prs-merged" title="Permalink to this
<div role="contentinfo">
<p>
&copy; Copyright 2014-2019 British Columbia Institute of Technology.
Last updated on Jul 25, 2019.
Last updated on Sep 02, 2019.

</p>
</div>
Expand All @@ -1000,7 +1001,7 @@ <h2>PRs merged:<a class="headerlink" href="#prs-merged" title="Permalink to this
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../',
VERSION:'4.0.0-beta.4',
VERSION:'4.0.0-rc.1',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: false,
Expand Down
9 changes: 5 additions & 4 deletions docs/changelogs/v4.0.0-alpha.4.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Version 4.0.0-alpha.4 &mdash; CodeIgniter4 4.0.0-beta.4 documentation</title>
<title>Version 4.0.0-alpha.4 &mdash; CodeIgniter4 4.0.0-rc.1 documentation</title>



Expand All @@ -34,7 +34,7 @@



<link rel="top" title="CodeIgniter4 4.0.0-beta.4 documentation" href="../index.html"/>
<link rel="top" title="CodeIgniter4 4.0.0-rc.1 documentation" href="../index.html"/>
<link rel="up" title="Change Logs" href="index.html"/>
<link rel="next" title="Version 4.0.0-alpha.3" href="v4.0.0-alpha.3.html"/>
<link rel="prev" title="Version 4.0.0-alpha.5" href="v4.0.0-alpha.5.html"/>
Expand Down Expand Up @@ -131,6 +131,7 @@
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../license.html">The MIT License (MIT)</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="index.html">Change Logs</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="index.html#version-4-0-0-rc-1">Version 4.0.0-rc.1</a></li>
<li class="toctree-l2"><a class="reference internal" href="index.html#version-4-0-0-beta-4">Version 4.0.0-beta.4</a></li>
<li class="toctree-l2"><a class="reference internal" href="index.html#version-4-0-0-beta-3">Version 4.0.0-beta.3</a></li>
<li class="toctree-l2"><a class="reference internal" href="index.html#version-4-0-0-beta-2">Version 4.0.0-beta.2</a></li>
Expand Down Expand Up @@ -725,7 +726,7 @@ <h2>PRs merged:<a class="headerlink" href="#prs-merged" title="Permalink to this
<div role="contentinfo">
<p>
&copy; Copyright 2014-2019 British Columbia Institute of Technology.
Last updated on Jul 25, 2019.
Last updated on Sep 02, 2019.

</p>
</div>
Expand All @@ -747,7 +748,7 @@ <h2>PRs merged:<a class="headerlink" href="#prs-merged" title="Permalink to this
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../',
VERSION:'4.0.0-beta.4',
VERSION:'4.0.0-rc.1',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: false,
Expand Down
9 changes: 5 additions & 4 deletions docs/changelogs/v4.0.0-alpha.5.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Version 4.0.0-alpha.5 &mdash; CodeIgniter4 4.0.0-beta.4 documentation</title>
<title>Version 4.0.0-alpha.5 &mdash; CodeIgniter4 4.0.0-rc.1 documentation</title>



Expand All @@ -34,7 +34,7 @@



<link rel="top" title="CodeIgniter4 4.0.0-beta.4 documentation" href="../index.html"/>
<link rel="top" title="CodeIgniter4 4.0.0-rc.1 documentation" href="../index.html"/>
<link rel="up" title="Change Logs" href="index.html"/>
<link rel="next" title="Version 4.0.0-alpha.4" href="v4.0.0-alpha.4.html"/>
<link rel="prev" title="Version 4.0-dev" href="next.html"/>
Expand Down Expand Up @@ -131,6 +131,7 @@
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../license.html">The MIT License (MIT)</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="index.html">Change Logs</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="index.html#version-4-0-0-rc-1">Version 4.0.0-rc.1</a></li>
<li class="toctree-l2"><a class="reference internal" href="index.html#version-4-0-0-beta-4">Version 4.0.0-beta.4</a></li>
<li class="toctree-l2"><a class="reference internal" href="index.html#version-4-0-0-beta-3">Version 4.0.0-beta.3</a></li>
<li class="toctree-l2"><a class="reference internal" href="index.html#version-4-0-0-beta-2">Version 4.0.0-beta.2</a></li>
Expand Down Expand Up @@ -793,7 +794,7 @@ <h2>PRs merged:<a class="headerlink" href="#prs-merged" title="Permalink to this
<div role="contentinfo">
<p>
&copy; Copyright 2014-2019 British Columbia Institute of Technology.
Last updated on Jul 25, 2019.
Last updated on Sep 02, 2019.

</p>
</div>
Expand All @@ -815,7 +816,7 @@ <h2>PRs merged:<a class="headerlink" href="#prs-merged" title="Permalink to this
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../',
VERSION:'4.0.0-beta.4',
VERSION:'4.0.0-rc.1',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: false,
Expand Down
8 changes: 4 additions & 4 deletions docs/changelogs/v4.0.0-beta.1.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Version 4.0.0-beta.1 &mdash; CodeIgniter4 4.0.0-beta.4 documentation</title>
<title>Version 4.0.0-beta.1 &mdash; CodeIgniter4 4.0.0-rc.1 documentation</title>



Expand All @@ -34,7 +34,7 @@



<link rel="top" title="CodeIgniter4 4.0.0-beta.4 documentation" href="../index.html"/>
<link rel="top" title="CodeIgniter4 4.0.0-rc.1 documentation" href="../index.html"/>


<script src="../_static/js/modernizr.min.js"></script>
Expand Down Expand Up @@ -608,7 +608,7 @@ <h2>PRs merged:<a class="headerlink" href="#prs-merged" title="Permalink to this
<div role="contentinfo">
<p>
&copy; Copyright 2014-2019 British Columbia Institute of Technology.
Last updated on Jul 25, 2019.
Last updated on Sep 02, 2019.

</p>
</div>
Expand All @@ -630,7 +630,7 @@ <h2>PRs merged:<a class="headerlink" href="#prs-merged" title="Permalink to this
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../',
VERSION:'4.0.0-beta.4',
VERSION:'4.0.0-rc.1',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: false,
Expand Down
Loading

0 comments on commit 4dff4f3

Please sign in to comment.