Version Number Updated
This commit is contained in:
parent
200445b9a2
commit
d9da73f121
|
|
@ -1,6 +1,6 @@
|
||||||
APP_NAME=Bagisto
|
APP_NAME=Bagisto
|
||||||
APP_ENV=local
|
APP_ENV=local
|
||||||
APP_VERSION=1.3.2
|
APP_VERSION=1.3.3
|
||||||
APP_KEY=
|
APP_KEY=
|
||||||
APP_DEBUG=true
|
APP_DEBUG=true
|
||||||
APP_URL=http://localhost
|
APP_URL=http://localhost
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
APP_NAME=Laravel
|
APP_NAME=Laravel
|
||||||
APP_ENV=local
|
APP_ENV=local
|
||||||
APP_VERSION=1.3.2
|
APP_VERSION=1.3.3
|
||||||
APP_KEY=base64:G4KY3tUsTaY9ONo1n/QyJvVLQZdJDgbIkSJswFK01HE=
|
APP_KEY=base64:G4KY3tUsTaY9ONo1n/QyJvVLQZdJDgbIkSJswFK01HE=
|
||||||
APP_DEBUG=true
|
APP_DEBUG=true
|
||||||
APP_URL=http://localhost
|
APP_URL=http://localhost
|
||||||
|
|
|
||||||
|
|
@ -3,32 +3,29 @@ name: "🐛 Bug Report"
|
||||||
about: 'Report a general issue.'
|
about: 'Report a general issue.'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
# Bug Report
|
||||||
<!--- Before you open an issue, please check if the issue already has been reported. --->
|
<!--- Before you open an issue, please check if the issue already has been reported. --->
|
||||||
|
|
||||||
# Bug report
|
## Issue Description
|
||||||
|
|
||||||
### Issue Description
|
|
||||||
<!--- Provide a more detailed introduction to the issue itself. -->
|
<!--- Provide a more detailed introduction to the issue itself. -->
|
||||||
|
|
||||||
### Preconditions
|
## Preconditions
|
||||||
<!--- Please provide as detailed information about your environment as possible. -->
|
<!--- Please provide as detailed information about your environment as possible. -->
|
||||||
|
|
||||||
|
## Bagisto Version
|
||||||
<!--- Please select the version of bagisto that you are using. -->
|
<!--- Please select the version of bagisto that you are using. -->
|
||||||
#### Bagisto version
|
|
||||||
- [ ] master branch
|
- [ ] master branch
|
||||||
|
- [ ] 1.3.3
|
||||||
- [ ] 1.3.2
|
- [ ] 1.3.2
|
||||||
- [ ] 1.3.1
|
- [ ] 1.3.1
|
||||||
- [ ] 1.3.0
|
- [ ] 1.3.0
|
||||||
|
|
||||||
### Steps to reproduce
|
## Steps To Reproduce
|
||||||
<!--- It is important to provide a set of clear steps to reproduce this bug.If relevant please include code samples. -->
|
<!--- It is important to provide a set of clear steps to reproduce this bug. If relevant please include code samples. -->
|
||||||
|
|
||||||
1.
|
## Actual Result
|
||||||
2.
|
<!--- Tell us what happens instead.-->
|
||||||
|
|
||||||
### Expected result
|
## Expected Result
|
||||||
<!--- Tell us what should happen -->
|
<!--- Tell us what should happen. -->
|
||||||
|
|
||||||
### Actual result
|
|
||||||
<!--- Tell us what happens instead -->
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue