Skip to content

Commit

Permalink
v1.4.4 update (#108)
Browse files Browse the repository at this point in the history
* CULU v1.4.1 & lock composer dependencies (#106)

* Bump wpackagist-plugin/filebird to v4.0.5

* Bump CULU theme to v1.4.1

Loosens symfony/yaml dependency to support v4. See
cul-it/wp-cul-theme-culu#30.

* Lock dependencies via `composer update`

* Correct FileBird version (v4.0.5) in CHANGELOG

* bump version number (#107)

Co-authored-by: Nick Cappadona <[email protected]>
  • Loading branch information
jgreidy and cappadona authored Aug 14, 2020
1 parent 6716f04 commit 600741f
Show file tree
Hide file tree
Showing 3 changed files with 615 additions and 266 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- wp-rss-aggregator plugin - 4.17.7 - licence expired - [Issue](https://github.com/cul-it/uls/issues/865)
- Siteimprove plugin - 1.2.0 - plugin unknown Compatibility with WordPress 5.5

## [v1.4.4] - 2020-08-03
### Changed
- created this version since the v1.4.3 tag is already used

## [v1.4.3] - 2020-08-03
### Added
- Add symfony/yaml dependency - Used downstream by CULU theme to support central config.
Expand All @@ -26,13 +30,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- classic editor - version 1.6 - see [Changelog](https://wordpress.org/plugins/classic-editor/#developers)
- Coming Soon Page & Maintenance Mode v5.1.3 update - [Changelog](https://wordpress.org/plugins/coming-soon/#developers)
- Elementor 2.9.14 - see [Changelog](https://wordpress.org/plugins/elementor/#developers)
- FileBird - 4.0.4 - see [Change Log](https://wordpress.org/plugins/filebird/#developers)
- FileBird - 4.0.5 - see [Change Log](https://wordpress.org/plugins/filebird/#developers)
- google-analytics-dashboard-for-wp - 6.2.2 - see [Changelog](https://wordpress.org/plugins/google-analytics-dashboard-for-wp/#developers)
- json-content-importer - update 1.3.9 - see [changelog](https://wordpress.org/plugins/json-content-importer/#developers)
- kirki customizer framework- 3.1.5 - see [Changelog](https://wordpress.org/plugins/kirki/#developers)
- Relevanssi - 4.8.0 - see [Changelog](https://wordpress.org/plugins/relevanssi/#developers)
- WP Mail SMTP 2.2.1 - [Changelog](https://wordpress.org/plugins/wp-mail-smtp/#developers)
- [CULU theme v1.4.0](https://github.com/cul-it/wp-cul-theme-culu/releases/tag/v1.4.0)
- [CULU theme v1.4.1](https://github.com/cul-it/wp-cul-theme-culu/releases/tag/v1.4.1)

## [v1.4.2] - 2020-06-30
### Changed
Expand Down Expand Up @@ -366,6 +370,7 @@ Relevanssi - 4.6.0 - see [Changelog](https://wordpress.org/plugins/relevanssi/#d
- all-in-one-wp-migration v7.8 update

[Unreleased]: https://github.com/cul-it/ci-jenkins-pantheon-wordpress/releases/latest...HEAD
[v1.4.4]: https://github.com/cul-it/ci-jenkins-pantheon-wordpress/releases/tag/v1.4.4
[v1.4.3]: https://github.com/cul-it/ci-jenkins-pantheon-wordpress/releases/tag/v1.4.3
[v1.4.2]: https://github.com/cul-it/ci-jenkins-pantheon-wordpress/releases/tag/v1.4.2
[v1.4.1]: https://github.com/cul-it/ci-jenkins-pantheon-wordpress/releases/tag/v1.4.1
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"composer/installers": "^1.3.0",
"cul-it/advanced-custom-fields-pro": "5.8.13",
"cul-it/ares_wordpress": "1.0.7",
"cul-it/culu": "1.4.0",
"cul-it/culu": "1.4.1",
"cul-it/draw-attention-pro": "1.9.12.1",
"cul-it/elementor-pro": "2.10.3",
"cul-it/facetwp-conditional-logic": "1.3.0.1",
Expand All @@ -102,7 +102,7 @@
"roots/wp-password-bcrypt": "1.0.0",
"rvtraveller/qs-composer-installer": "1.1",
"simplesamlphp/simplesamlphp": "1.18.6",
"symfony/yaml": "^5.1",
"symfony/yaml": "^4.0",
"vlucas/phpdotenv": "3.3.3",
"wpackagist-plugin/acf-better-search": "3.5.3",
"wpackagist-plugin/acf-image-aspect-ratio-crop": "3.4.0",
Expand All @@ -117,7 +117,7 @@
"wpackagist-plugin/custom-post-type-ui": "1.7.4",
"wpackagist-plugin/easy-notification-bar": "1.1.2",
"wpackagist-plugin/elementor": "2.9.14",
"wpackagist-plugin/filebird": "4.0.4",
"wpackagist-plugin/filebird": "4.0.5",
"wpackagist-plugin/google-analytics-dashboard-for-wp": "6.2.2",
"wpackagist-plugin/granular-controls-for-elementor": "1.0.5",
"wpackagist-plugin/intuitive-custom-post-order": "3.1.2",
Expand Down
Loading

0 comments on commit 600741f

Please sign in to comment.