You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.rst
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,31 @@ php-formula
16
16
17
17
Formula to set up and configure php
18
18
19
+
.. list-table::
20
+
:name: banner-breaking-changes-v1.0.0
21
+
:header-rows: 1
22
+
:widths: 1
23
+
24
+
* - WARNING: BREAKING CHANGES IN UPCOMING ``v1.0.0``
25
+
* - This formula currently provides two methods for managing PHP; the old method
26
+
under ``php`` and the new method under ``php.ng``.
27
+
In upcoming `v1.0.0 <https://github.com/saltstack-formulas/php-formula/releases/tag/v1.0.0>`_,
28
+
the old method will be removed and ``php.ng`` will be promoted to ``php`` in its place.
29
+
30
+
If you are not in a position to migrate, you will need to pin your repo to
To migrate from the old ``php``, the first step is to convert to ``php.ng``,
41
+
before `v1.0.0 <https://github.com/saltstack-formulas/php-formula/releases/tag/v1.0.0>`_
0 commit comments