Skip to content

Commit

Permalink
Merge branch 'master' into v4.5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Blair2004 authored Sep 24, 2021
2 parents df763bb + d87a807 commit 1b5b339
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 5 deletions.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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)]
2 changes: 1 addition & 1 deletion config/nexopos.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
return [
'version' => '4.5.5',
'version' => '4.5.6',
'languages' => [
'en' => 'English',
'fr' => 'Français',
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 1b5b339

Please sign in to comment.