Skip to content

Commit c42f02c

Browse files
authored
Start 7.0.0 release (#7957)
This PR starts the 7.0.0 release build. ## Changes - Updated version to 7.0.0 in package.json, composer.json, and related files - Updated database version in upgrade.json - Updated demo database with new version entry ## Next Steps - Review and merge this PR to begin the 7.0.0 release cycle
2 parents aedf375 + 36c5c7a commit c42f02c

File tree

116 files changed

+10010
-2077
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+10010
-2077
lines changed

.devcontainer/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Development container configuration for GitHub Codespaces and VS Code Dev Contai
77
When you open ChurchCRM in a Codespace or Dev Container, the setup automatically:
88

99
1. **✓ Checks Out Code** - Full repository cloned to workspace
10-
2. **✓ Installs Tools** - PHP 8.2+, Node.js LTS, Composer, Git LFS, Docker
10+
2. **✓ Installs Tools** - PHP 8.3+, Node.js LTS, Composer, Git LFS, Docker
1111
3. **✓ Installs Dependencies** - `npm ci` (Node packages) + `composer install` (PHP packages)
1212
4. **✓ Builds Frontend** - Webpack, Grunt tasks, locale files via `npm run build:frontend`
1313
5. **✓ Configures Environment** - Creates `docker/.env`, sets up directories
@@ -105,7 +105,7 @@ XDEBUG_CONFIG=client_host=host.docker.internal client_port=9003
105105

106106
### Build Issues
107107
- **"npm ci failed"**: Check Node.js version (must be LTS), retry
108-
- **"composer install failed"**: Verify PHP 8.2+ is available: `php -v`
108+
- **"composer install failed"**: Verify PHP 8.3+ is available: `php -v`
109109
- **"Grunt task failed"**: Ensure all npm packages installed: `npm ci`
110110

111111
### Docker Issues

0 commit comments

Comments
 (0)