Skip to content

Commit

Permalink
change table name (fix #47) and some minor changes (#48)
Browse files Browse the repository at this point in the history
* add PhpStorm IDE and composer vendor files to gitignore

* composer update

* change table name for ImageManager model and add table prefix if set at db (fix #47)

* update composer.json

* fix error

* Update ImageManagerInputAsset.php
  • Loading branch information
igorveremsky authored and noam148 committed Jun 8, 2018
1 parent ac968c0 commit 56a58a1
Show file tree
Hide file tree
Showing 7 changed files with 866 additions and 12 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/nbproject
/nbproject
/.idea/
/vendor/
2 changes: 1 addition & 1 deletion assets/ImageManagerInputAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ class ImageManagerInputAsset extends AssetBundle
'yii\web\JqueryAsset',
'yii\bootstrap\BootstrapPluginAsset',
];
}
}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "noam148/yii2-image-manager",
"name": "igorveremsky/yii2-image-manager",
"description": "A Yii2 module/widget for upload and cropping images",
"keywords": ["yii2", "extension", "widget", "module", "image", "upload", "crop", "manager"],
"homepage": "https://github.com/noam148/yii2-image-manager",
Expand Down
Loading

0 comments on commit 56a58a1

Please sign in to comment.