Skip to content
This repository was archived by the owner on Aug 22, 2023. It is now read-only.

Commit 924d62a

Browse files
committed
Fix conflicts
2 parents fe4c665 + ffc10d5 commit 924d62a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+1444
-55
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22
/.vscode
33
/.vagrant
44
.idea
5+
/vendor
6+
composer.lock
7+
package-lock.json

changelog.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,26 @@
33
All notable changes to `Shopper` will be documented in this file.
44

55
## Version 1.0
6+
### Added
7+
- Laravel-mail-editor
8+
- Documentation
9+
- Coupon Management
10+
- Discount Management
11+
12+
### Updated
13+
- Shopper installation command
14+
15+
### Fixed
16+
- Error migration on order management
617

18+
## Version 1.0.2-beta
719
### Added
8-
- Everything
20+
- Filemanager
921

10-
### Version 1.0.2-beta
11-
- Add Filemanager
22+
## Version 1.0.1-beta
23+
### Remove
24+
- Creation of admin user during shopper installation
1225

13-
### Version 1.0.0
14-
- Add Laravel-mail-editor
15-
- Add documentation
26+
## Version 1.0.0-beta
27+
### Added
28+
- Everything

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"react": "^16.2.0",
3131
"react-dom": "^16.2.0",
3232
"react-dropzone-component": "^3.2.0",
33+
"react-hot-loader": "^4.8.0",
3334
"react-loaders": "^3.0.1",
3435
"react-number-format": "^4.0.5",
3536
"react-quill": "^1.3.3",

public/css/login.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/css/login.css.map

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/css/shopper.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/css/shopper.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/img/img-not-found-_x22.png

492 Bytes
Loading

public/img/img-not-found.png

4.44 KB
Loading

public/js/shopper.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)