Skip to content

Commit

Permalink
Merge branch 'release/2.2.6' into craft-webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Welch committed Mar 27, 2020
2 parents 36c4a64 + febb9a7 commit cde5965
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 15 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# nystudio107/craft Change Log

## 2.2.6 - 2020.03.27
### Changed
* Remove Craft & Plugin Licenses from .env — not necessary except for public repos

## 2.2.5 - 2020.03.27
### Changed
* Synced up the `project.yaml` with the `seed_db.sql` so it can properly propagate
Expand Down
8 changes: 4 additions & 4 deletions cms/config/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ plugins:
image-optimize:
edition: standard
enabled: true
licenseKey: $PLUGIN_IMAGEOPTIMIZE_LICENSE
licenseKey: null
schemaVersion: 1.0.0
settings:
allowUpScaledImageVariants: false
Expand Down Expand Up @@ -131,12 +131,12 @@ plugins:
retour:
edition: standard
enabled: true
licenseKey: $PLUGIN_RETOUR_LICENSE
licenseKey: null
schemaVersion: 3.0.9
seomatic:
edition: standard
enabled: true
licenseKey: $PLUGIN_SEOMATIC_LICENSE
licenseKey: null
schemaVersion: 3.0.8
twigpack:
edition: standard
Expand All @@ -149,7 +149,7 @@ plugins:
webperf:
edition: standard
enabled: true
licenseKey: $PLUGIN_WEBPERF_LICENSE
licenseKey: null
schemaVersion: 1.0.1
sections:
54e60257-f31a-44aa-960e-bbd364197e28:
Expand Down
7 changes: 0 additions & 7 deletions cms/example.env
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,6 @@ ASSETS_URL=http://localhost:8000
SITE_URL=http://localhost:8000
WEB_ROOT_PATH=/var/www/project/cms/web

# Craft & Plugin Licenses
LICENSE_KEY=
PLUGIN_RETOUR_LICENSE=
PLUGIN_SEOMATIC_LICENSE=
PLUGIN_TRANSCODER_LICENSE=
PLUGIN_WEBPERF_LICENSE=

# S3 settings
S3_KEY_ID=
S3_SECRET=
Expand Down
3 changes: 0 additions & 3 deletions cms/web/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
Dotenv\Dotenv::create(CRAFT_BASE_PATH)->load();
}

// Set license key via .env
define('CRAFT_LICENSE_KEY', getenv('LICENSE_KEY'));

// Load and run Craft
define('CRAFT_ENVIRONMENT', getenv('ENVIRONMENT') ?: 'production');
$app = require CRAFT_VENDOR_PATH.'/craftcms/cms/bootstrap/web.php';
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "craftcms/craft",
"description": "nystudio107 Craft 3.4 CMS scaffolding project",
"version": "2.2.5",
"version": "2.2.6",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit cde5965

Please sign in to comment.