From 166f7b3eae710a75bd8803f8aa9b69770e276413 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Wr=C3=B3blewski?= Date: Wed, 22 Nov 2023 13:22:43 +0100 Subject: [PATCH] docs: note about locking the minor version --- docs/installation.md | 6 +++++- docs/retype.yml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 5788a5b9..4fab62c4 100755 --- a/docs/installation.md +++ b/docs/installation.md @@ -12,9 +12,13 @@ This bundle can be installed at any moment during a project’s lifecycle. Use [Composer](https://getcomposer.org/) to install the bundle: ```shell -$ composer require kreyu/data-table-bundle +$ composer require kreyu/data-table-bundle 0.15.* ``` +!!! Warning +It is recommended to lock the minor version, as minor versions can provide breaking changes until the stable release! +!!! + If your application is using [Symfony Flex](https://github.com/symfony/flex), you can skip to [installing the front-end dependencies](#install-front-end-dependencies-and-rebuild). ## Enable the bundle diff --git a/docs/retype.yml b/docs/retype.yml index d7ac5d32..24979a93 100755 --- a/docs/retype.yml +++ b/docs/retype.yml @@ -7,7 +7,7 @@ url: https://data-table-bundle.swroblewski.pl/ favicon: static/favicon.png branding: title: DataTableBundle - label: v0.14 + label: Docs links: - text: GitHub link: https://github.com/Kreyu/data-table-bundle