Skip to content

Commit 27cb508

Browse files
committed
minor #3175 Replace 2.x occurrences by 3.x (Kocal)
This PR was merged into the 3.x branch. Discussion ---------- Replace `2.x` occurrences by `3.x` | Q | A | -------------- | --- | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- if yes, also update UPGRADE-*.md and src/**/CHANGELOG.md --> | Documentation? | no <!-- required for new features, or documentation updates --> | Issues | Fix #2761 <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT <!-- Replace this notice by a description of your feature/bugfix. This will help reviewers and should be a good start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - For new features, provide some code snippets to help understand usage. - Features and deprecations must be submitted against branch main. - Update/add documentation as required (we can help!) - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry - Never break backward compatibility (see https://symfony.com/bc). --> Commits ------- a91e202 Replace `2.x` occurrences by `3.x`
2 parents fc0ee52 + a91e202 commit 27cb508

File tree

30 files changed

+50
-50
lines changed

30 files changed

+50
-50
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ docker run --rm -it -e DOCS_DIR='/docs' -v ${PWD}:/docs oskarstark/doctor-rst -
186186
187187
## Useful commands
188188

189-
To keep your fork up-to-date with the upstream repository and `2.x` branch:
189+
To keep your fork up-to-date with the upstream repository and `3.x` branch:
190190
```shell
191191
$ git checkout 3.x && \
192192
git fetch upstream && \

apps/e2e/.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ DATABASE_URL="sqlite:///%kernel.project_dir%/var/data_%kernel.environment%.db"
3030
###< doctrine/doctrine-bundle ###
3131

3232
###> symfony/ux-google-map ###
33-
# Options available at https://github.com/symfony/ux/blob/2.x/src/Map/src/Bridge/Google/README.md
33+
# Options available at https://github.com/symfony/ux/blob/3.x/src/Map/src/Bridge/Google/README.md
3434
#
3535
GOOGLE_MAPS_API_KEY="# Get your API key at https://developers.google.com/maps/documentation/javascript/get-api-key"
3636
#UX_MAP_DSN=google://%env(GOOGLE_MAPS_API_KEY)%@default
3737
###< symfony/ux-google-map ###
3838

3939
###> symfony/ux-leaflet-map ###
40-
# Options available at https://github.com/symfony/ux/blob/2.x/src/Map/src/Bridge/Leaflet/README.md
40+
# Options available at https://github.com/symfony/ux/blob/3.x/src/Map/src/Bridge/Leaflet/README.md
4141
#
4242
UX_MAP_DSN=leaflet://default
4343
###< symfony/ux-leaflet-map ###

apps/encore/.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ APP_SECRET=
2020
###< symfony/framework-bundle ###
2121

2222
###> symfony/ux-google-map ###
23-
# Options available at https://github.com/symfony/ux/blob/2.x/src/Map/src/Bridge/Google/README.md
23+
# Options available at https://github.com/symfony/ux/blob/3.x/src/Map/src/Bridge/Google/README.md
2424
#
2525
GOOGLE_MAPS_API_KEY="# Get your API key at https://developers.google.com/maps/documentation/javascript/get-api-key"
2626
UX_MAP_DSN=google://%env(GOOGLE_MAPS_API_KEY)%@default
2727
###< symfony/ux-google-map ###
2828

2929
###> symfony/ux-leaflet-map ###
30-
# Options available at https://github.com/symfony/ux/blob/2.x/src/Map/src/Bridge/Leaflet/README.md
30+
# Options available at https://github.com/symfony/ux/blob/3.x/src/Map/src/Bridge/Leaflet/README.md
3131
#
3232
UX_MAP_DSN=leaflet://default
3333
###< symfony/ux-leaflet-map ###
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
branches: ["2.x"]
2-
maintained_branches: ["2.x"]
1+
branches: ["2.x", "3.x"]
2+
maintained_branches: ["3.x"]
33
doc_dir: "doc"

src/Autocomplete/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ the Symfony framework: https://symfony.com/doc/current/contributing/code/bc.html
753753
.. _`Tom Select`: https://tom-select.js.org/
754754
.. _StimulusBundle configured in your app: https://symfony.com/bundles/StimulusBundle/current/index.html
755755
.. _`Tom Select Options`: https://tom-select.js.org/docs/#general-configuration
756-
.. _`controller.ts`: https://github.com/symfony/ux/blob/2.x/src/Autocomplete/assets/src/controller.ts
756+
.. _`controller.ts`: https://github.com/symfony/ux/blob/3.x/src/Autocomplete/assets/src/controller.ts
757757
.. _`Tom Select Render Templates`: https://tom-select.js.org/docs/#render-templates
758758
.. _`Tom Select Option Group`: https://tom-select.js.org/examples/optgroups/
759759
.. _`Symfony Form`: https://symfony.com/doc/current/forms.html

src/Chartjs/.symfony.bundle.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
branches: ["2.x"]
2-
maintained_branches: ["2.x"]
1+
branches: ["2.x", "3.x"]
2+
maintained_branches: ["3.x"]
33
doc_dir: "doc"

src/Cropperjs/.symfony.bundle.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
branches: ["2.x"]
2-
maintained_branches: ["2.x"]
1+
branches: ["2.x", "3.x"]
2+
maintained_branches: ["3.x"]
33
doc_dir: "doc"

src/Dropzone/.symfony.bundle.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
branches: ["2.x"]
2-
maintained_branches: ["2.x"]
1+
branches: ["2.x", "3.x"]
2+
maintained_branches: ["3.x"]
33
doc_dir: "doc"

src/Icons/.symfony.bundle.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
branches: ["2.x"]
2-
maintained_branches: ["2.x"]
1+
branches: ["2.x", "3.x"]
2+
maintained_branches: ["3.x"]
33
doc_dir: "doc"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
branches: ["2.x"]
2-
maintained_branches: ["2.x"]
1+
branches: ["2.x", "3.x"]
2+
maintained_branches: ["3.x"]
33
doc_dir: "doc"

0 commit comments

Comments
 (0)