Skip to content

Commit fdc77c3

Browse files
committed
🚀 RELEASE: Version 1.4.0
1 parent d2794a1 commit fdc77c3

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

CHANGELOG.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,56 @@
11
# Changelog
22

3+
## [v1.4.0](https://github.com/apolopena/gitpod-laravel-starter/tree/v1.4.0) (2022-01-28)
4+
5+
[Full Changelog](https://github.com/apolopena/gitpod-laravel-starter/compare/v1.3.0...v1.4.0)
6+
7+
**Implemented enhancements:**
8+
9+
- starter.ini: Allow the choice of which PPA to use for an optional install of PHP [\#172](https://github.com/apolopena/gitpod-laravel-starter/issues/172)
10+
- Add GnuPG Support to sign git commits [\#170](https://github.com/apolopena/gitpod-laravel-starter/issues/170)
11+
- Add an option in starter.ini to generate a phpinfo.php to /public [\#168](https://github.com/apolopena/gitpod-laravel-starter/issues/168)
12+
- Auto activate intelephense if license key is available [\#165](https://github.com/apolopena/gitpod-laravel-starter/issues/165)
13+
- Add PHP version to Project powered by and Summary [\#158](https://github.com/apolopena/gitpod-laravel-starter/issues/158)
14+
- Consolidate docker layers in .gitpod.Dockerfile [\#157](https://github.com/apolopena/gitpod-laravel-starter/issues/157)
15+
- starter.ini: Make the PHP version configurable [\#156](https://github.com/apolopena/gitpod-laravel-starter/issues/156)
16+
17+
**Fixed bugs:**
18+
19+
- Unable to install github-changelog-generator gem on Ruby \< 3.0 [\#190](https://github.com/apolopena/gitpod-laravel-starter/issues/190)
20+
- React example presets may not work properly with Laravel version \< 8 [\#186](https://github.com/apolopena/gitpod-laravel-starter/issues/186)
21+
- Make react example presets use their own package.json [\#185](https://github.com/apolopena/gitpod-laravel-starter/issues/185)
22+
- React example presets have some bad css/sass [\#184](https://github.com/apolopena/gitpod-laravel-starter/issues/184)
23+
- Leading and trailing whitespace for values in starter.ini can break the system [\#174](https://github.com/apolopena/gitpod-laravel-starter/issues/174)
24+
- starter.ini: Make VS-Code IDE Preview \(tab\) setting a configurable option. [\#161](https://github.com/apolopena/gitpod-laravel-starter/issues/161)
25+
- xdebug cannot be installed because the base image has been updated to php8. [\#155](https://github.com/apolopena/gitpod-laravel-starter/issues/155)
26+
- workspace-init-logger.sh does an error when ran outside the project root [\#148](https://github.com/apolopena/gitpod-laravel-starter/issues/148)
27+
28+
**Closed issues:**
29+
30+
- Remove hotfix 140 [\#188](https://github.com/apolopena/gitpod-laravel-starter/issues/188)
31+
- Document user editable files and suggested use of init-project.sh for migration and seeding [\#183](https://github.com/apolopena/gitpod-laravel-starter/issues/183)
32+
- Question about Database Migration [\#182](https://github.com/apolopena/gitpod-laravel-starter/issues/182)
33+
- Add info about install-project-packages.sh to README [\#181](https://github.com/apolopena/gitpod-laravel-starter/issues/181)
34+
- Clarify which values in starter.ini require a docker image rebuild. [\#180](https://github.com/apolopena/gitpod-laravel-starter/issues/180)
35+
- Update README with information about configuring the PPA for optional install of PHP [\#177](https://github.com/apolopena/gitpod-laravel-starter/issues/177)
36+
- Update README with information about configuring GPG keys and Intelliphense [\#176](https://github.com/apolopena/gitpod-laravel-starter/issues/176)
37+
- Update README with information about configuring the version of PHP [\#173](https://github.com/apolopena/gitpod-laravel-starter/issues/173)
38+
- DevX: Normalize line endings in git [\#164](https://github.com/apolopena/gitpod-laravel-starter/issues/164)
39+
- Docs: setting breakpoints, Threads panel is now the CALL STACK panel [\#160](https://github.com/apolopena/gitpod-laravel-starter/issues/160)
40+
- Typo in README [\#153](https://github.com/apolopena/gitpod-laravel-starter/issues/153)
41+
- Fix usage comment for add\_file\_to\_file\_after\(\) in utils.sh [\#152](https://github.com/apolopena/gitpod-laravel-starter/issues/152)
42+
- Fix mispelling in before-tasks.sh header comment [\#151](https://github.com/apolopena/gitpod-laravel-starter/issues/151)
43+
- img tags in readme for powered by needs correction [\#150](https://github.com/apolopena/gitpod-laravel-starter/issues/150)
44+
- Fix multitail value comment in starter.ini [\#149](https://github.com/apolopena/gitpod-laravel-starter/issues/149)
45+
- update-pma-pws-help: recommended command is wrong [\#147](https://github.com/apolopena/gitpod-laravel-starter/issues/147)
46+
- WIKI \[setup page\]: Reword The Developer section [\#146](https://github.com/apolopena/gitpod-laravel-starter/issues/146)
47+
- Comment header in start-server.sh is incorrect [\#145](https://github.com/apolopena/gitpod-laravel-starter/issues/145)
48+
49+
**Merged pull requests:**
50+
51+
- 🚀 RELEASE: Version 1.4.0 - Hotfix 190 [\#191](https://github.com/apolopena/gitpod-laravel-starter/pull/191) ([apolopena](https://github.com/apolopena))
52+
- 🚀 RELEASE: Version 1.4.0 [\#189](https://github.com/apolopena/gitpod-laravel-starter/pull/189) ([apolopena](https://github.com/apolopena))
53+
354
## [v1.3.0](https://github.com/apolopena/gitpod-laravel-starter/tree/v1.3.0) (2021-05-22)
455

556
[Full Changelog](https://github.com/apolopena/gitpod-laravel-starter/compare/v1.2.0...v1.3.0)

0 commit comments

Comments
 (0)