|
1 | 1 | # -*- coding: utf-8 -*-
|
2 | 2 | # vim: ft=sls
|
3 | 3 |
|
4 |
| -php-deprecated-in-v1.0.0-test-fail: |
| 4 | +php-deprecated-in-v1.0.0-test-succeed: |
5 | 5 | test.succeed_without_changes:
|
6 | 6 | - name: |
|
| 7 | +
|
| 8 | + |
7 | 9 | ################################################################################
|
8 | 10 | # #
|
9 |
| - # WARNING: BREAKING CHANGES SINCE `v1.0.0` # |
| 11 | + # WARNING: BREAKING CHANGES IN UPCOMING VERSION `v1.0.0` # |
10 | 12 | # #
|
11 | 13 | ################################################################################
|
12 | 14 | # #
|
13 |
| - # Prior to `v1.0.0`, this formula provided two methods for managing php; the # |
14 |
| - # old method under `php` and the new method under `php.ng`. The old method # |
15 |
| - # has now been removed and `php.ng` has been promoted to be `PHP` in its # |
16 |
| - # place. # |
| 15 | + # This formula currently provides two methods for managing PHP; the old method # |
| 16 | + # under `php` and the new method under `php.ng`. In upcoming `v1.0.0`, the old # |
| 17 | + # method will be removed and `php.ng` will be promoted to `php` in its place. # |
17 | 18 | # #
|
18 |
| - # If you are not in a position to migrate, please pin your repo to the final # |
19 |
| - # release tag before `v1.0.0`, i.e. `v0.37.1`. # |
| 19 | + # If you are not in a position to migrate, you will need to pin your repo to # |
| 20 | + # the final release tag before `v1.0.0`, which is expected to be `v0.37.1`. # |
20 | 21 | # #
|
21 |
| - # To migrate from `php.ng`, simply modify your pillar to promote the entire # |
22 |
| - # section under `php:ng` so that it is under `php` instead. So with the # |
23 |
| - # editor of your choice, highlight the entire section and then unindent one # |
24 |
| - # level. Finish by removing the `ng:` line. # |
| 22 | + # If you are currently using `php.ng`, there is nothing to do until `v1.0.0` # |
| 23 | + # is released. # |
25 | 24 | # #
|
26 |
| - # To migrate from the old `php`, first convert to `php.ng` under `v0.37.0` # |
27 |
| - # and then follow the steps laid out in the paragraph directly above. # |
| 25 | + # To migrate from the old `php`, the first step is to convert to `php.ng`, # |
| 26 | + # before `v1.0.0` is released. # |
28 | 27 | # #
|
29 | 28 | ################################################################################
|
30 | 29 | # - failhard: True
|
0 commit comments