Skip to content

Commit 1b5b339

Browse files
authored
Merge branch 'master' into v4.5.x
2 parents df763bb + d87a807 commit 1b5b339

File tree

3 files changed

+30
-5
lines changed

3 files changed

+30
-5
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: "[Issue] provide a title for the issue you're facing here"
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
Replace this section with a clear description of your issue.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Environment:**
27+
- NexoPOS 4.x vesrion: [e.g. 4.5.2]
28+
- Premium Extensions: [e.g Nexo Print Adapter (4.5.0), Gastro (4.5.2)]

config/nexopos.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
return [
3-
'version' => '4.5.5',
3+
'version' => '4.5.6',
44
'languages' => [
55
'en' => 'English',
66
'fr' => 'Français',

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
"node": "14.x"
55
},
66
"scripts": {
7-
"dev": "npm run development",
8-
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
9-
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --disable-host-check --config=node_modules/laravel-mix/setup/webpack.config.js",
107
"prod": "npm run production",
118
"watch-ts": "tsc --watch",
129
"webpack": "webpack",
@@ -25,7 +22,7 @@
2522
"pusher-js": "^7.0.3",
2623
"resolve-url-loader": "^4.0.0",
2724
"sass": "^1.27.0",
28-
"sass-loader": "^10.0.3",
25+
"sass-loader": "^12.1.0",
2926
"style-loader": "^3.2.1",
3027
"ts-loader": "^9.2.5",
3128
"typescript": "^4.0.3",

0 commit comments

Comments
 (0)