Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianWassermann committed Jun 7, 2021
1 parent cdacf2b commit b6aba46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

All notable changes to the "phpAutoCompletion" extension will be documented in this file.

# [1.1.0]

- added ```!table``` feature that will generate a echo table tamplate. It can be used to generate a table dynamiclly.

## [1.0.4]

- bug fixed tabulator
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -16,6 +16,7 @@ This is a simple php auto completion / code snippet extension.
- php tag completion (```<?php```)
- html tag completion (```<```)
- php variable assistant (```$```)
- php table echo dynamic (```!table```)

## Donate

Expand Down

0 comments on commit b6aba46

Please sign in to comment.