Skip to content

Commit be42d3e

Browse files
committed
Merge branch 'dev-master': build patch release
2 parents c160b28 + b5c99aa commit be42d3e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
6+
7+
* Update SemVer badge
8+
* Update package.json to fix some grafic problem on the VScode marketplace
9+
10+
11+
512
# [1.1.0](https://github.com/h4kst3r/php-awesome-snippets/compare/v1.0.0...v1.1.0) (2019-04-18)
613

714

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
[![PSR-12](https://img.shields.io/badge/Standard-PSR--12-%2326A69A.svg)](https://github.com/php-fig/fig-standards/blob/master/proposed/extended-coding-style-guide.md)
1010
[![MIT](https://img.shields.io/badge/License-MIT-%2300C853.svg)](https://github.com/h4kst3r/php-awesome-snippets/blob/master/LICENSE)
1111

12-
[![SemVer](https://img.shields.io/badge/SemVer-1.1.0-%23B71C1C.svg)](https://github.com/h4kst3r/php-awesome-snippets/blob/master/CHANGELOG.md)
12+
[![SemVer](https://img.shields.io/badge/SemVer-1.1.1-%23B71C1C.svg)](https://github.com/h4kst3r/php-awesome-snippets/blob/master/CHANGELOG.md)
1313

1414
This [VScode extension](https://marketplace.visualstudio.com/items?itemName=hakcorp.php-awesome-snippets) provide a fullset of snippets for PHP devs. It's pretty simple !
1515

1616
You can use it to avoid wasting time typing Class blocks, function signatures or other common PHP statements.
1717

18-
![Demo PHP Awesome Snippets](./img/snipdemo.gif)
18+
![Demo PHP Awesome Snippets](https://github.com/h4kst3r/php-awesome-snippets/blob/master/img/snipdemo.gif)
1919

2020
The code generated is as compliant as possible with [PSR-1](https://www.php-fig.org/psr/psr-1/), [PSR-2](https://www.php-fig.org/psr/psr-2/) and [PSR-12](https://github.com/php-fig/fig-standards/blob/master/proposed/extended-coding-style-guide.md) (*Review* stage) coding standard provided by [PHP-FIG](https://www.php-fig.org/).
2121

0 commit comments

Comments
 (0)