File tree Expand file tree Collapse file tree 5 files changed +12
-2
lines changed
Expand file tree Collapse file tree 5 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,4 @@ composer.lock
77.DS_Store
88.idea /
99.vscode /
10+ docs /assets /__pycache__ /
Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
33Copyright (c) 2021 Lonnie Ezell
4+ Copyright (c) 2021-present CodeIgniter Foundation
45
56Permission is hereby granted, free of charge, to any person obtaining a copy
67of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1+ from datetime import datetime
2+
3+ def on_config (config , ** kwargs ):
4+ config .copyright = config .copyright .format (year = datetime .now ().year )
5+ return config
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ service('settings')->forget('App.siteName');
3030### Requirements
3131
3232![ PHP] ( https://img.shields.io/badge/PHP-%5E8.2-red )
33- ![ CodeIgniter] ( https://img.shields.io/badge/CodeIgniter-%5E4.2. 3-red )
33+ ![ CodeIgniter] ( https://img.shields.io/badge/CodeIgniter-%5E4.3-red )
3434
3535### Acknowledgements
3636
Original file line number Diff line number Diff line change @@ -53,7 +53,10 @@ extra:
5353site_url : https://settings.codeigniter.com/
5454repo_url : https://github.com/codeigniter4/settings
5555edit_uri : edit/develop/docs/
56- copyright : Copyright © 2025 CodeIgniter Foundation.
56+ copyright : Copyright © 2021-{year} CodeIgniter Foundation.
57+
58+ hooks :
59+ - docs/assets/hooks.py
5760
5861markdown_extensions :
5962 - admonition
You can’t perform that action at this time.
0 commit comments