Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add latest release info to develop (staging) branch #537

Merged
merged 3 commits into from
Jul 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,59 @@

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## 0.1.30 (2024-07-24)


### Features

* **academy:** display course dates when defined ([434c41d](https://github.com/CodingBlackFemales/wordpress/commit/434c41d7407bceacfcc7ff563713b3edb937dfe5))
* **academy:** enable scheduled quiz report upload ([#90](https://github.com/CodingBlackFemales/wordpress/issues/90)) ([dd7fc7b](https://github.com/CodingBlackFemales/wordpress/commit/dd7fc7b0c9aee2909393e97e114a138cb195373d))
* **academy:** enable scheduled quiz report upload ([#93](https://github.com/CodingBlackFemales/wordpress/issues/93)) ([87c9fb9](https://github.com/CodingBlackFemales/wordpress/commit/87c9fb98f05e095e1f53b409aba8c5d527217be2))
* **ACTECH-72:** add .htaccess rule for domain redirect ([990efe1](https://github.com/CodingBlackFemales/wordpress/commit/990efe10e5620d30e68ed3d7f69e8a5c6f910bb9))
* adds `list` subcommand ([1da0c78](https://github.com/CodingBlackFemales/wordpress/commit/1da0c78a4bf7d3471018e4f179892dc5147b1c28))
* adds `list` subcommand ([3f8e217](https://github.com/CodingBlackFemales/wordpress/commit/3f8e217139608aa91c9096f78db327a3f543bb53))
* adds resource versioning to academy theme ([f413667](https://github.com/CodingBlackFemales/wordpress/commit/f41366727a6ba16c36a7f22212b61bd8786d6107))
* adds site-specific plugin ([8faea13](https://github.com/CodingBlackFemales/wordpress/commit/8faea13173ad468327bd1ec20f3d17a62e5736ab))
* allows disabling debug display in dev ([984a7f4](https://github.com/CodingBlackFemales/wordpress/commit/984a7f468aa14dc27aa1961d446023fab3a022e7))


### Bug Fixes

* **academy:** prevent 404 errors from plugin assets ([ef37985](https://github.com/CodingBlackFemales/wordpress/commit/ef3798529e41e0a750aee9c20ab0e6f067124c4b))
* commits erroneously ignored files ([e6fad3d](https://github.com/CodingBlackFemales/wordpress/commit/e6fad3d58b4806024ddc192b801709782d40b27a))
* commits more ignored files ([d355943](https://github.com/CodingBlackFemales/wordpress/commit/d355943a95bb93be4aade15a14479a618b6e91f0))
* correctly enable unfiltered HTML capability ([3674837](https://github.com/CodingBlackFemales/wordpress/commit/3674837084ee74fc986e63276bf3a8c011496deb))
* display the correct number of inserted results ([fe5ea5f](https://github.com/CodingBlackFemales/wordpress/commit/fe5ea5f3117086748cb754b90fdbc7aed5131d28))
* fix URL rewrite rules for stage environment ([ef805f0](https://github.com/CodingBlackFemales/wordpress/commit/ef805f026d3823ab4355c29892be829ee82fd5d6))
* fixes Learndash quiz export ([3e0585b](https://github.com/CodingBlackFemales/wordpress/commit/3e0585b078c4fd55ef009804edfb0b6cad682d70))
* **jobs:** prevent 404 errors from plugin assets ([8d04b4e](https://github.com/CodingBlackFemales/wordpress/commit/8d04b4e6a2152c71b1e45ac8f176cbe240292dbf))
* limit Airtable export scheduling to academy ([5e2516a](https://github.com/CodingBlackFemales/wordpress/commit/5e2516ad6debe0f1360317a78a1a0c1491a664a9))
* limit Airtable export scheduling to academy ([bdcdeb9](https://github.com/CodingBlackFemales/wordpress/commit/bdcdeb936fcf644807a2f96ef92131669a887a3b))
* prevent broken web font files ([2b393f7](https://github.com/CodingBlackFemales/wordpress/commit/2b393f74cc31db8b211f5a1ac7e376c57699527f))
* prevent duplicate quiz display ([ff7261f](https://github.com/CodingBlackFemales/wordpress/commit/ff7261f903fd7b5d884486a68b13386e2aab7005))
* prevent error from null array result ([499cff5](https://github.com/CodingBlackFemales/wordpress/commit/499cff5d454ce92a6e10dbce2129347a944c668c))
* prevent error from null array result ([804eff5](https://github.com/CodingBlackFemales/wordpress/commit/804eff587117013d237e6d9db74cd11f9b364835))
* prevent PHP memory exhaustion ([33fb18d](https://github.com/CodingBlackFemales/wordpress/commit/33fb18d75bd6419a5b7d71f04a453147a4e379ec))
* prevents CORS errors for .woff2 fonts ([bf21394](https://github.com/CodingBlackFemales/wordpress/commit/bf213948b528ac7f25b1a4351c76c8d9c49ed7ad))
* prevents debug output when using WP-CLI ([a212e5c](https://github.com/CodingBlackFemales/wordpress/commit/a212e5c550fa082fa4aaf03dd2c1c9bf4277e4cc))
* prevents WP-CLI breaking in Lando environment ([1c681a8](https://github.com/CodingBlackFemales/wordpress/commit/1c681a8e948c24b665b4237836fe6a59e2e044ca))
* remove preview step from CV submission process ([5e15cb1](https://github.com/CodingBlackFemales/wordpress/commit/5e15cb1521819e28025969d56ae73e065eb92e57))
* removes extraneous group navigation links ([4d50351](https://github.com/CodingBlackFemales/wordpress/commit/4d50351f7274822ddacc830f17df884649ea7e20))
* removes preview step from CV submission process ([77b8abc](https://github.com/CodingBlackFemales/wordpress/commit/77b8abc148f4048db63d9a1e34e57d0557410ce2))
* resolves missing BuddyBoss data ([6f7f180](https://github.com/CodingBlackFemales/wordpress/commit/6f7f1804d84ad6820745b98dc865be71f40a217e))
* resolves Node installation warning in Lando environment ([eea885e](https://github.com/CodingBlackFemales/wordpress/commit/eea885ecd53ab9f4a3e45ccfd96da0a72ec1aea7))
* restore admin ability to login as user ([c8886e6](https://github.com/CodingBlackFemales/wordpress/commit/c8886e6efb55d6365940ed5f48c16179887fd934))
* restore BuddyPages access for site admins ([759971f](https://github.com/CodingBlackFemales/wordpress/commit/759971f88c7413c8c9956ea1bdedbf14fb67954e))
* restore missing files in WPForms plugin ([a0b40dc](https://github.com/CodingBlackFemales/wordpress/commit/a0b40dc8c49b13482e803be0b9cafbbda480cbe9))
* restore missing files in WPForms plugin ([f595c46](https://github.com/CodingBlackFemales/wordpress/commit/f595c4695e6e0fcd5762e3bd481ca58691027837))
* restore unfiltered_html capability for admins ([19f08df](https://github.com/CodingBlackFemales/wordpress/commit/19f08df3cc739048ae045d4efa4406d820c640b7))
* restores WPForms plugin ([420c0f2](https://github.com/CodingBlackFemales/wordpress/commit/420c0f259a32ca8c2f45c6a8cdee832248b698a1))
* restores WPForms plugin ([f6360de](https://github.com/CodingBlackFemales/wordpress/commit/f6360de347780d9a40814bb1033573c6c62caf7c))
* sets correct plugin details ([63e02a7](https://github.com/CodingBlackFemales/wordpress/commit/63e02a7aba554ab812b6a9e7010144fbaa290560))
* sets correct plugin requirements ([99721b1](https://github.com/CodingBlackFemales/wordpress/commit/99721b147701a778443ae8149c01ce5cd3c9f7cf))
* sets more plugin details correctly ([7563ce8](https://github.com/CodingBlackFemales/wordpress/commit/7563ce8866b18a34dffda1177cdc54bab849ddb9))
* stops log being filled by deprecation notices ([2dfa10e](https://github.com/CodingBlackFemales/wordpress/commit/2dfa10e5bf800ac2e75091d0713e54278d77feeb))

## [0.1.29](https://github.com/CodingBlackFemales/wordpress/compare/v0.1.28...v0.1.29) (2024-04-23)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cbf-wordpress",
"version": "0.1.29",
"version": "0.1.30",
"description": "[![Packagist](https://img.shields.io/packagist/v/roots/bedrock.svg?style=flat-square)](https://packagist.org/packages/roots/bedrock) [![Build Status](https://img.shields.io/travis/roots/bedrock.svg?style=flat-square)](https://travis-ci.org/roots/bedrock)",
"devDependencies": {
"@commitlint/cli": "^19.0",
Expand Down