Skip to content

Commit

Permalink
Updating to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Borales committed Aug 21, 2013
1 parent 40e5062 commit 5bd4695
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,10 @@
Yii-PDF Change Log
==================

### Version 0.4.0 (2013-08-21)

* Added composer support

### Version 0.3.2 (2013-04-05)

* func_get_args() is using through a variable now (for PHP < 5.3.0)
Expand Down
2 changes: 1 addition & 1 deletion EYiiPdf.php
Expand Up @@ -5,7 +5,7 @@
* @link https://github.com/Borales/yii-pdf
* @license http://www.opensource.org/licenses/bsd-license.php
* @package application.extensions.yii-pdf.EYiiPdf
* @version 0.3.2
* @version 0.4.0
*/
class EYiiPdf extends CApplicationComponent
{
Expand Down
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -31,6 +31,10 @@ If you want to change default params - you can set them in config file (like sho
If you do so - **you must keep the order of array items!**
* In your `protected/config/main.php`, add the following:

### Installation (through composer)

* Add to your `composer.json` file the following line `"borales/yii-pdf": "dev-master"`

```php
<?php
//...
Expand Down
4 changes: 4 additions & 0 deletions README_RU.md
Expand Up @@ -32,6 +32,10 @@ Yii-PDF Extension
При изменении - **вы должны сохранить порядок элементов массива!**
* В вашем конфигурационным файле `protected/config/main.php`, добавьте такие строчки:

### Установка (через composer)

* Добавить в файл `composer.json` строку `"borales/yii-pdf": "dev-master"`

```php
<?php
//...
Expand Down

0 comments on commit 5bd4695

Please sign in to comment.