Skip to content

Commit

Permalink
Merge pull request #1466 from bolt/release/4.0.0-rc.24
Browse files Browse the repository at this point in the history
Prepare release 4.0.0-rc.24
  • Loading branch information
bobdenotter authored Jun 10, 2020
2 parents 8034262 + 25fa20a commit cbf8641
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 14 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
Changelog
=========

## 4.0.0-rc.24

Released: 2020-06-10

### 📦 Additions and new features

- Add `babdev/pagerfanta-bundle`, `squirrelphp/twig-php-syntax` (bobdenotter, [#1466](https://github.com/bolt/core/pull/1466))

### 🐛 Bug fixes

- Fix setting of `is_writable` when submitted Yaml syntax is incorrect (bobdenotter, [#1465](https://github.com/bolt/core/pull/1465))
- Intersect child fields with parent definition (I-Valchev, [#1464](https://github.com/bolt/core/pull/1464))
- Correct `type: checkbox` Field fixtures (I-Valchev, [#1463](https://github.com/bolt/core/pull/1463))
- (Real) fix for `htmllang()` default locale (I-Valchev, [#1462](https://github.com/bolt/core/pull/1462))
- Make sure list field `|length` filter works as expected (I-Valchev, [#1455](https://github.com/bolt/core/pull/1455))
- Better check for `isSpecialPage` if `homepage:` is set to a contenttype (listing) (bobdenotter, [#1451](https://github.com/bolt/core/pull/1451))

### ⚙️ Code Quality / Developer Experience

- Fix `ObjectManager` namespace for fixtures (phpstan complaining) (I-Valchev, [#1456](https://github.com/bolt/core/pull/1456))
- Bump `websocket-extensions` from `0.1.3` to `0.1.4` (dependabot[bot], [#1450](https://github.com/bolt/core/pull/1450))

---

## 4.0.0-rc.23

Released: 2020-06-06
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"ext-mbstring": "*",
"ext-pdo": "*",
"api-platform/core": "^2.5",
"babdev/pagerfanta-bundle": "^2.4",
"bolt/common": "^2.1.0",
"cocur/slugify": "^4.0",
"composer/composer": "^1.10",
Expand Down Expand Up @@ -36,6 +37,7 @@
"sensio/framework-extra-bundle": "^5.5",
"sensiolabs/security-checker": "^6.0",
"siriusphp/upload": "^3.0.1",
"squirrelphp/twig-php-syntax": "^1.5",
"symfony/asset": "^4.4",
"symfony/console": "^4.4",
"symfony/debug-bundle": "^4.4",
Expand Down Expand Up @@ -67,8 +69,7 @@
"ua-parser/uap-php": "^3.9",
"webimpress/safe-writer": "^2.0",
"webmozart/path-util": "^2.3",
"webonyx/graphql-php": "^0.13",
"white-october/pagerfanta-bundle": "^1.3"
"webonyx/graphql-php": "^0.13"
},
"conflict": {
"symfony/symfony": "*"
Expand Down
2 changes: 1 addition & 1 deletion config/bundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
Symplify\ParameterNameGuard\ParameterNameGuardBundle::class => ['dev' => true, 'test' => true],
Translation\Bundle\TranslationBundle::class => ['all' => true],
Translation\PlatformAdapter\Loco\Bridge\Symfony\TranslationAdapterLocoBundle::class => ['dev' => true, 'local' => true],
WhiteOctober\PagerfantaBundle\WhiteOctoberPagerfantaBundle::class => ['all' => true],
Symplify\ConsoleColorDiff\ConsoleColorDiffBundle::class => ['dev' => true, 'test' => true],
BabDev\PagerfantaBundle\BabDevPagerfantaBundle::class => ['all' => true],
];
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bolt",
"version": "4.0.0-rc.23",
"version": "4.0.0-rc.24",
"homepage": "https://boltcms.io",
"author": "Bob den Otter <[email protected]> (https://boltcms.io)",
"license": "MIT",
Expand Down Expand Up @@ -33,7 +33,7 @@
"bootbox": "^5.4.0",
"bootstrap": "^4.5.0",
"browserslist": "^4.12.0",
"caniuse-lite": "^1.0.30001078",
"caniuse-lite": "^1.0.30001081",
"codemirror": "^5.54.0",
"dropzone": "^5.7.1",
"flagpack": "^1.0.5",
Expand Down
2 changes: 1 addition & 1 deletion src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ final class Version
* Stable — 3.0.0
* Development — 3.1.0 alpha 1
*/
public const VERSION = '4.0.0 RC 23';
public const VERSION = '4.0.0 RC 24';
public const CODENAME = 'Really? This many RC\'s? Yes, really!';

/**
Expand Down
14 changes: 10 additions & 4 deletions symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"src/Entity/.gitignore"
]
},
"babdev/pagerfanta-bundle": {
"version": "v2.4.2"
},
"behat/behat": {
"version": "v3.6.1"
},
Expand Down Expand Up @@ -366,7 +369,7 @@
"version": "1.0.0"
},
"pagerfanta/pagerfanta": {
"version": "v2.1.3"
"version": "v2.3.0"
},
"paragonie/random_compat": {
"version": "v9.99.99"
Expand Down Expand Up @@ -640,6 +643,9 @@
"slevomat/coding-standard": {
"version": "6.1.5"
},
"squirrelphp/twig-php-syntax": {
"version": "v1.5"
},
"squizlabs/php_codesniffer": {
"version": "3.0",
"recipe": {
Expand Down Expand Up @@ -701,6 +707,9 @@
"symfony/dependency-injection": {
"version": "v4.4.4"
},
"symfony/deprecation-contracts": {
"version": "v2.1.2"
},
"symfony/doctrine-bridge": {
"version": "v4.4.4"
},
Expand Down Expand Up @@ -1071,9 +1080,6 @@
"webonyx/graphql-php": {
"version": "v0.13.8"
},
"white-october/pagerfanta-bundle": {
"version": "v1.3.2"
},
"willdurand/negotiation": {
"version": "v2.3.1"
},
Expand Down

0 comments on commit cbf8641

Please sign in to comment.