Skip to content

Commit

Permalink
Fix bugs
Browse files Browse the repository at this point in the history
Refactor criterias, repository caching
  • Loading branch information
duyphan2502 committed Feb 24, 2017
1 parent 266acd1 commit ae83ed0
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
Homestead.json
Homestead.yaml
.env
/plugins
/themes
/base
composer.lock
/config/webed-*.php
/public/admin
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#Change log

##3.0.8 - 2017-02-24
- Fix bugs
- Refactor criterias
- Refactor repository caching

##3.0.2 - 2017-02-11
- Set auth configs globally
- Use '--force' publish data when install themes
Expand Down
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,13 @@
"WebEd\\Plugins\\CustomFields\\": "plugins/custom-fields/src",
"WebEd\\Plugins\\Backup\\": "plugins/backup/src",
"WebEd\\Plugins\\Blocks\\": "plugins/blocks/src",
"WebEd\\Themes\\NongDanViet\\": "themes/nongdanviet/src"
"WebEd\\Plugins\\Ecommerce\\": "plugins/ecommerce/src",
"WebEd\\Plugins\\DashboardStyleGuide\\": "plugins/dashboard-style-guide/src",
"WebEd\\Plugins\\IDE\\": "plugins/ide/src",
"WebEd\\Themes\\Cosmetics\\": "themes/cosmetics/src",
"WebEd\\Plugins\\Ecommerce\\Addons\\Coupons\\": "plugins/ecommerce-coupons/src",
"WebEd\\Plugins\\Ecommerce\\Addons\\Customers\\": "plugins/ecommerce-customers/src",
"WebEd\\Plugins\\Ecommerce\\Addons\\ProductAttributes\\": "plugins/ecommerce-product-attributes/src"
}
},
"scripts": {
Expand All @@ -65,4 +71,4 @@
"preferred-install": "dist",
"sort-packages": true
}
}
}
3 changes: 3 additions & 0 deletions plugins/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Created by .ignore support plugin (hsz.mobi)

!.gitignore
3 changes: 3 additions & 0 deletions themes/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Created by .ignore support plugin (hsz.mobi)

!.gitignore

0 comments on commit ae83ed0

Please sign in to comment.