diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..8b2958d1e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,28 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[Issue] provide a title for the issue you're facing here" +labels: '' +assignees: '' + +--- + +**Describe the bug** +Replace this section with a clear description of your issue. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Environment:** + - NexoPOS 4.x vesrion: [e.g. 4.5.2] + - Premium Extensions: [e.g Nexo Print Adapter (4.5.0), Gastro (4.5.2)] diff --git a/config/nexopos.php b/config/nexopos.php index 09f26d812..9d621f14f 100755 --- a/config/nexopos.php +++ b/config/nexopos.php @@ -1,6 +1,6 @@ '4.5.5', + 'version' => '4.5.6', 'languages' => [ 'en' => 'English', 'fr' => 'Français', diff --git a/package.json b/package.json index 722a6e55e..4252bd723 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,6 @@ "node": "14.x" }, "scripts": { - "dev": "npm run development", - "development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js", - "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", "prod": "npm run production", "watch-ts": "tsc --watch", "webpack": "webpack", @@ -25,7 +22,7 @@ "pusher-js": "^7.0.3", "resolve-url-loader": "^4.0.0", "sass": "^1.27.0", - "sass-loader": "^10.0.3", + "sass-loader": "^12.1.0", "style-loader": "^3.2.1", "ts-loader": "^9.2.5", "typescript": "^4.0.3",