Skip to content

Commit

Permalink
migrations updated
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed May 5, 2024
1 parent f932041 commit 1f65728
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 28 deletions.
4 changes: 1 addition & 3 deletions migrations/cs/to-2-3.texy
@@ -1,14 +1,12 @@
Přechod na verzi 2.3
********************

Verzí Nette 2.3 se rozumí, že máte tyto balíčky nainstalované ve verze 2.3.*. Ostatní balíčky mohou mít vyšší nebo nižší čísla verzí, kompatibilitu hlídá Composer.
Verzí Nette 2.3 se rozumí, že máte tyto balíčky nainstalované ve verzi 2.3.*:

```json
"require": {
"nette/application": "2.3.*",
"nette/bootstrap": "2.3.*",
"nette/caching": "2.3.*",
"nette/database": "2.3.*",
"nette/di": "2.3.*",
"nette/forms": "2.3.*",
"nette/http": "2.3.*",
Expand Down
6 changes: 3 additions & 3 deletions migrations/cs/to-2-4.texy
Expand Up @@ -3,21 +3,21 @@ Přechod na verzi 2.4

Minimální požadovaná verze PHP je 5.6 (pro Latte a Tracy 5.4).

Verzí Nette 2.4 se rozumí, že máte tyto balíčky nainstalované ve verze 2.4.* (resp. 2.5.*). Ostatní balíčky mohou mít vyšší nebo nižší čísla verzí, kompatibilitu hlídá Composer.
Verzí Nette 2.4 se rozumí, že máte tyto balíčky nainstalované ve verzi 2.4.*:

```json
"require": {
"nette/application": "2.4.*",
"nette/bootstrap": "2.4.*",
"nette/caching": "2.5.*",
"nette/database": "2.4.*",
"nette/di": "2.4.*",
"nette/forms": "2.4.*",
"nette/http": "2.4.*",
"nette/security": "2.4.*",
},
```

Pozor: u ostatních balíčků nainstalujte nejnovější verzi, kterou vám dovolí Composer! Mohou mít totiž jiné verzování. Zkuste uvést `"*"` a podívejte se, jakou verzi Composer nainstaluje.


Deprecated
==========
Expand Down
6 changes: 3 additions & 3 deletions migrations/cs/to-3-0.texy
Expand Up @@ -3,21 +3,21 @@ Přechod na verzi 3.0

Minimální požadovaná verze PHP je 7.1.

Verzí Nette 3.0 se rozumí, že máte tyto balíčky nainstalované ve verze 3.0.*. Ostatní balíčky mohou mít vyšší nebo nižší čísla verzí, kompatibilitu hlídá Composer.
Verzí Nette 3.0 se rozumí, že máte tyto balíčky nainstalované ve verzi 3.0.*:

```json
"require": {
"nette/application": "3.0.*",
"nette/bootstrap": "3.0.*",
"nette/caching": "3.0.*",
"nette/database": "3.0.*",
"nette/di": "3.0.*",
"nette/forms": "3.0.*",
"nette/http": "3.0.*",
"nette/security": "3.0.*",
},
```

Pozor: u ostatních balíčků nainstalujte nejnovější verzi, kterou vám dovolí Composer! Mohou mít totiž jiné verzování. Zkuste uvést `"*"` a podívejte se, jakou verzi Composer nainstaluje.


PHP 7.1 type hints
------------------
Expand Down
10 changes: 5 additions & 5 deletions migrations/cs/to-3-1.texy
Expand Up @@ -3,22 +3,22 @@ Přechod na verzi 3.1

Minimální požadovaná verze PHP je 7.2.

Všechny změny názvů uvedené v tomto dokumentu znamenají, že původní název samozřejmě nadále existuje a funguje, jen je označený jako deprecated. Můžete se setkat s tím, že vám je bude IDE vizuálně označovat jako deprecated.

Verzí Nette 3.1 se rozumí, že máte tyto balíčky nainstalované ve verze 3.1.*. Ostatní balíčky mohou mít vyšší nebo nižší čísla verzí, kompatibilitu hlídá Composer.
Verzí Nette 3.1 se rozumí, že máte tyto balíčky nainstalované ve verze 3.1.*:

```json
"require": {
"nette/application": "3.1.*",
"nette/bootstrap": "3.1.*",
"nette/caching": "3.1.*",
"nette/database": "3.1.*",
"nette/forms": "3.1.*",
"nette/http": "3.1.*",
"nette/security": "3.1.*",
},
```

Pozor: u ostatních balíčků nainstalujte nejnovější verzi, kterou vám dovolí Composer! Mohou mít totiž jiné verzování. Zkuste uvést `"*"` a podívejte se, jakou verzi Composer nainstaluje.

Všemi změnami názvů uvedenými v tomto dokumentu se myslí, že původní názvy samozřejmě nadále existují a fungují, jen jsou označené jako deprecated. Můžete se setkat s tím, že vám je bude IDE vizuálně označovat jako deprecated.


Názvy rozhraní
--------------
Expand Down
4 changes: 1 addition & 3 deletions migrations/en/to-2-3.texy
@@ -1,14 +1,12 @@
Migrating to Version 2.3
************************

Nette version 2.3 means that you have these packages installed in version 2.3.*. Other packages may have higher or lower version numbers, compatibility is ensured by Composer.
Nette 2.3 means that you have these packages installed in version 2.3.*:

```json
"require": {
"nette/application": "2.3.*",
"nette/bootstrap": "2.3.*",
"nette/caching": "2.3.*",
"nette/database": "2.3.*",
"nette/di": "2.3.*",
"nette/forms": "2.3.*",
"nette/http": "2.3.*",
Expand Down
6 changes: 3 additions & 3 deletions migrations/en/to-2-4.texy
Expand Up @@ -3,21 +3,21 @@ Migrating to Version 2.4

Minimum required PHP version is 5.6 (for Latte and Tracy 5.4).

Nette version 2.4 means that you have these packages installed in version 2.4.* (or 2.5.*). Other packages may have higher or lower version numbers, compatibility is ensured by Composer.
Nette version 2.4 means that you have these packages installed in version 2.4.*:

```json
"require": {
"nette/application": "2.4.*",
"nette/bootstrap": "2.4.*",
"nette/caching": "2.5.*",
"nette/database": "2.4.*",
"nette/di": "2.4.*",
"nette/forms": "2.4.*",
"nette/http": "2.4.*",
"nette/security": "2.4.*",
},
```

Warning: for other packages, install the latest version that Composer will allow! They may have different versioning. Try `"*"` and see what version Composer installs.


Deprecated Stuff
================
Expand Down
6 changes: 3 additions & 3 deletions migrations/en/to-3-0.texy
Expand Up @@ -3,21 +3,21 @@ Migrating to Version 3.0

Minimum required PHP version is 7.1.

Nette version 3.0 means that you have these packages installed in version 3.0.*. Other packages may have higher or lower version numbers, compatibility is ensured by Composer.
Nette 3.0 means that you have these packages installed in version 3.0.*:

```json
"require": {
"nette/application": "3.0.*",
"nette/bootstrap": "3.0.*",
"nette/caching": "3.0.*",
"nette/database": "3.0.*",
"nette/di": "3.0.*",
"nette/forms": "3.0.*",
"nette/http": "3.0.*",
"nette/security": "3.0.*",
},
```

Warning: for other packages, install the latest version that Composer will allow! They may have different versioning. Try `"*"` and see what version Composer installs.


PHP 7.1 Type Hints
------------------
Expand Down
10 changes: 5 additions & 5 deletions migrations/en/to-3-1.texy
Expand Up @@ -3,22 +3,22 @@ Migrating to Version 3.1

Minimum required PHP version is 7.2.

All name changes mentioned in this document mean that the original name obviously still exists and works, it is just marked as deprecated. You may encounter the IDE visually marking them as deprecated.

Nette version 3.1 means that you have these packages installed in version 3.1.*. Other packages may have higher or lower version numbers, compatibility is ensured by Composer.
Nette version 3.1 means that you have these packages installed in version 3.1.*:

```json
"require": {
"nette/application": "3.1.*",
"nette/bootstrap": "3.1.*",
"nette/caching": "3.1.*",
"nette/database": "3.1.*",
"nette/forms": "3.1.*",
"nette/http": "3.1.*",
"nette/security": "3.1.*",
},
```

Warning: for other packages, install the latest version that Composer will allow! They may have different versioning. Try `"*"` and see what version Composer installs.

All the name changes mentioned in this document mean that the original names still exist and work, of course, they are just marked as deprecated. You may encounter the IDE visually marking them as deprecated.


Interface Names
---------------
Expand Down

0 comments on commit 1f65728

Please sign in to comment.