Skip to content

Commit 1caf1cc

Browse files
committed
Release prep part 1
1 parent f562cdd commit 1caf1cc

9 files changed

Lines changed: 108 additions & 450 deletions

File tree

admin/release

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ echo -e "${BOLD}Creating $which $branch to $action ${NORMAL}"
4747
git checkout develop
4848
git branch -d $branch # remove the branch if there
4949
git checkout -b $branch
50+
composer update
5051

5152
#---------------------------------------------------
5253
# Update version dependencies

system/View/Parser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
* ClassFormerlyKnownAsTemplateParser
4545
*
4646
* @todo Views\Parser_Test
47-
* @tofo Common::parse
47+
* @todo Common::parse
4848
* @todo user guide
4949
* @todo options -> delimiters
5050
*

tests/_support/HTTP/MockResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function setCookie(
4545
$_COOKIE[$prefix . $name] = $value;
4646

4747
/*
48-
TODO: Find a way to use setcookie()
48+
@todo: Find a way to use setcookie()
4949
without it throwing header issues.
5050
setcookie
5151
(

user_guide_src/autodoc.php

Lines changed: 0 additions & 333 deletions
This file was deleted.

user_guide_src/source/changelog.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ Release Date: Not Released
99

1010
**Rewrite of the CodeIgniter framework**
1111

12+
Non-code changes:
13+
- User Guide adapted or rewritten
14+
- [System message translations repository](https://github.com/bcit-ci/CodeIgniter4-translations)
15+
- [Roadmap subforum](https://forum.codeigniter.com/forum-33.html) for more transparent planning
16+
1217
New core classes:
1318
- CodeIgniter (bootstrap)
1419
- Common (shared functions)
@@ -101,5 +106,3 @@ New packages:
101106
- \\ CreditCardRules, FileRules, FormatRules, Rules, Validation, ValidationInterface
102107
- View
103108
- \\ Cell, Filters, Parser, Plugins, RendererInterface, View
104-
105-
User Guide adapted or rewritten.

user_guide_src/source/general/helpers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ URI to the controller/method you wish to link to.
100100
"Extending" Helpers
101101
===================
102102

103-
TODO: Determine how these can be extended... namespaces, etc?
103+
@todo: Determine how these can be extended... namespaces, etc?
104104

105105
To "extend" Helpers, create a file in your **application/helpers/** folder
106106
with an identical name to the existing Helper, but prefixed with **MY\_**

user_guide_src/source/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Getting Started
1313
***************
1414

1515
.. toctree::
16-
:includehidden:
1716
:maxdepth: 2
1817
:titlesonly:
1918

0 commit comments

Comments
 (0)