Skip to content

Commit

Permalink
Update version 0.0.5 - Fixed Bugs Links
Browse files Browse the repository at this point in the history
  • Loading branch information
adereksisusanto committed Feb 21, 2021
1 parent 4abc265 commit 787d84f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,19 @@

All notable changes to the "codeigniter4-snippets" extension will be documented in this file.

Check [Keep a Changelog](https://github.com/adereksisusanto/codeigniter4-snippets/releases/tag/0.0.4) for recommendations on how to structure this file.
Check [Keep a Changelog](https://github.com/adereksisusanto/codeigniter4-snippets/releases/tag/0.0.5) for recommendations on how to structure this file.

## [Released - 0.0.5]

- #### Fixed Bugs Links.

## [Released - 0.0.4]

- #### Fixed Bugs.
- #### Change Command ( [read](https://github.com/adereksisusanto/codeigniter4-snippets/docs/CHANGE.md) ).
- #### Change Command ( [read](https://github.com/adereksisusanto/codeigniter4-snippets/blob/main/docs/CHANGE.md) ).
- #### Add Docs.
- ##### [Routes](https://github.com/adereksisusanto/codeigniter4-snippets/docs/ROUTES.md)
- ##### [Views](https://github.com/adereksisusanto/codeigniter4-snippets/docs/VIEWS.md)
- ##### [Routes](hhttps://github.com/adereksisusanto/codeigniter4-snippets/blob/main/docs/ROUTES.md)
- ##### [Views](https://github.com/adereksisusanto/codeigniter4-snippets/blob/main/docs/VIEWS.md)
- #### Add New Snippets {`[ProjectRoot]/app/Views/**.php`}

<table>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ $routes->environment('development' , function($routes)
<tr>
<td colspan="3" align="center">

[More..](https://github.com/adereksisusanto/codeigniter4-snippets/docs/ROUTES.md)
[More..](https://github.com/adereksisusanto/codeigniter4-snippets/blob/main/docs/ROUTES.md)

</td>
</tr>
Expand Down Expand Up @@ -132,7 +132,7 @@ $routes->environment('development' , function($routes)
<tr>
<td colspan="3" align="center">

[More..](https://github.com/adereksisusanto/codeigniter4-snippets/docs/VIEWS.md)
[More..](https://github.com/adereksisusanto/codeigniter4-snippets/blob/main/docs/VIEWS.md)

</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "CodeIgniter4 Snippets for Visual Studio Code",
"icon": "ci4.png",
"publisher": "adereksisusanto",
"version": "0.0.4",
"version": "0.0.5",
"engines": {
"vscode": "^1.53.0"
},
Expand Down

0 comments on commit 787d84f

Please sign in to comment.