Tags: iamandrewluca/documentation
Tags
4.6.1 Docs Release (strapi#1492) * user-permissions plugin: document how to add Patreon as an Oauth provider * add server webhooks populateRelations config variable * Update docs/developer-docs/latest/setup-deployment-guides/configurations/required/server.md Co-authored-by: Pierre Wizla <[email protected]> * Auto stash before merge of "dev/webhook-populated-relations" and "origin/dev/webhook-populated-relations" * add 4.6.1 migration guide * Update docs/developer-docs/latest/setup-deployment-guides/configurations/required/server.md Co-authored-by: Pierre Noël <[email protected]> * Update docs/developer-docs/latest/update-migration-guides/migration-guides/v4/migration-guide-4.5.1-to-4.6.1.md Co-authored-by: Pierre Noël <[email protected]> * Update docs/developer-docs/latest/update-migration-guides/migration-guides/v4/migration-guide-4.5.1-to-4.6.1.md Co-authored-by: Pierre Noël <[email protected]> * Update docs/developer-docs/latest/update-migration-guides/migration-guides/v4/migration-guide-4.5.1-to-4.6.1.md Co-authored-by: Pierre Noël <[email protected]> * improve explanation of webhooks populate relations usage * Update filtering-locale-publication.md (strapi#1441) for this pull strapi/strapi#15046 * Fix deployment instructions for Azure CLI # Change 1: Update Node runtime argument of ```az webapp create``` Running the docs as-is produces an error: ```... Linux Runtime 'node|10.14' is not supported.Run 'az webapp list-runtimes --os-type linux' to cross check``` The correct parameter today is ```bash --runtime "node|14-lts" ``` # Change 2: Update IP address block arguments of ```az mysql server firewall-rule create``` Running the docs as-is produces an error: ```... the following arguments are required: --start-ip-address, --end-ip-address``` Based on [the most recent docs](https://learn.microsoft.com/en-us/cli/azure/mysql/server/firewall-rule?view=azure-cli-latest), the correct parameters to define the allowed IP blocks are: ```bash --start-ip-address 0.0.0.0 --end-ip-address 0.0.0.0 ``` * Change Node 14 to Node 16 https://azure.microsoft.com/en-us/updates/community-support-for-node-14-lts-is-ending-on-30-april-2023/ * Update docs/developer-docs/latest/plugins/users-permissions.md * Update docs/developer-docs/latest/plugins/users-permissions.md * Fix broken links reported in issue strapi#1423 (strapi#1484) * Fix broken links reported in issue strapi#1423 * Fix BE custom. > middlewares link * Update quick-start.md (strapi#1478) * Move sizeLimit one level above in upload provider (strapi#1133) * move sizeLimit one level above in upload provider * add sizeLimit deprecation warning * minor change * minor change * checkFileSize upload provider * Update docs/developer-docs/latest/update-migration-guides/migration-guides/v4/migration-guide-4.3.x-to-4.4.x.md Co-authored-by: Pierre Wizla <[email protected]> * Update docs/developer-docs/latest/update-migration-guides/migration-guides/v4/migration-guide-4.3.x-to-4.4.x.md Co-authored-by: Pierre Wizla <[email protected]> * Update docs/developer-docs/latest/update-migration-guides/migration-guides/v4/migration-guide-4.3.x-to-4.4.x.md Co-authored-by: Pierre Wizla <[email protected]> * Update docs/developer-docs/latest/update-migration-guides/migration-guides/v4/migration-guide-4.3.x-to-4.4.x.md Co-authored-by: Pierre Wizla <[email protected]> * Update docs/developer-docs/latest/update-migration-guides/migration-guides/v4/migration-guide-4.3.x-to-4.4.x.md Co-authored-by: Pierre Wizla <[email protected]> * Update docs/developer-docs/latest/update-migration-guides/migration-guides/v4/migration-guide-4.3.x-to-4.4.x.md Co-authored-by: Pierre Wizla <[email protected]> * Update docs/developer-docs/latest/update-migration-guides/migration-guides/v4/migration-guide-4.3.x-to-4.4.x.md Co-authored-by: Pierre Wizla <[email protected]> * move migration steps to 4.5.1 to 4.6.1 --------- Co-authored-by: Pierre Wizla <[email protected]> * update localhost link * Connect can not be used for media attributes (strapi#1490) * connect can not be used for meida attributes * change warning to caution --------- Co-authored-by: Tom Shortall <[email protected]> Co-authored-by: Marc-Roig <[email protected]> Co-authored-by: Pierre Wizla <[email protected]> Co-authored-by: Pierre Noël <[email protected]> Co-authored-by: Jorge Martin <[email protected]> Co-authored-by: Antti <[email protected]> Co-authored-by: Shaun Brown <[email protected]> Co-authored-by: Pierre Wizla <[email protected]> Co-authored-by: katekosm <[email protected]>
Merge pull request strapi#1394 from strapi/dev/heroku Refactor Heroku deployment guide
Migration guide for removing relationship duplicates (strapi#1272) * Add migration guide placeholder for MySQL 8 fix * add migration script * fix typos * specify duplicated relationships in description * add 4.5.0 to 4.5.1 migration guide * fix typo * check if table exists in db * change migration name to 4.4.5 to 4.5.1 * remove commas * add suggestions * change db get schema to trx schema * update migration guide 4.5.0 to 4.4.5 * fix typo * fix typo * fix typo Co-authored-by: Marc-Roig <[email protected]>
PreviousNext