Skip to content

Commit 45db8a9

Browse files
committed
Release 1.0.0
1 parent 028f618 commit 45db8a9

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Helpers Extension Change Log
22
============================
33

4-
1.0.0 Under development
5-
-----------------------
4+
1.0.0 January 12, 2018
5+
----------------------
66
* Initial release
77

88
Development started December 25, 2017
9-
-------------------------------------
9+
-------------------------------------

README.md

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

88
[![Build Status](https://travis-ci.org/yiimaker/yii2-helpers.svg?branch=master)](https://travis-ci.org/yiimaker/yii2-helpers)
99
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/yiimaker/yii2-helpers/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/yiimaker/yii2-helpers/?branch=master)
10-
[![Total Downloads](https://poser.pugx.org/yiimaker/yii2-helpers/downloads)](https://packagist.org/packages/motion/yii2-language-provider)
10+
[![Total Downloads](https://poser.pugx.org/yiimaker/yii2-helpers/downloads)](https://packagist.org/packages/yiimaker/yii2-helpers)
1111
[![Latest Stable Version](https://poser.pugx.org/yiimaker/yii2-helpers/v/stable)](CHANGELOG.md)
1212
[![Latest Unstable Version](https://poser.pugx.org/yiimaker/yii2-helpers/v/unstable)](CHANGELOG.md)
1313

@@ -32,15 +32,11 @@ $ composer require yiimaker/yii2-helpers
3232
or add
3333

3434
```
35-
"yiimaker/yii2-helpers": "dev-master"
35+
"yiimaker/yii2-helpers": "~1.0"
3636
```
3737

3838
to the `require` section of your `composer.json`.
3939

40-
Usage
41-
-----
42-
43-
4440
Tests
4541
-----
4642
You can run tests with composer command

0 commit comments

Comments
 (0)