Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.2k
[3.0] Remove all deprecated articles and versionadded directives#5585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
@@ -112,24 +106,14 @@ The actual default value of this option depends on other field options: | |||
.. include:: /reference/forms/types/options/mapped.rst.inc | |||
.. _reference-form-option-max_length: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Seems like this is referenced from a cookbook article.
@wouterj the issue with not having BC links is that many existing links are probably linking to |
…ent (ogizanagi)This PR was merged into the 3.0 branch.Discussion----------Update 3.0 docs accordingly to min PHP version requirement| Q | A| ------------- | ---| Doc fix? | yes| New docs? | no| Applies to | 3.0+| Fixed tickets |#5947I'm not sure about the politic regarding the removal of anything mentioning earlier version of PHP for the 3.0 docs ? Should it be reverted ?Regarding this PR:#5585, it's seems coherent to me to do the same for PHP versions.Commits-------d577848 Update docs accordingly to min PHP version requirement
Let's clean up with 3.0 docs!
I don't think we should have BC links for articles that are marked for deprecated in the 2.x docs, people will simply have to link to the 2.x docs instead in such case.
The
choice_list
option was not yet removed, as we first have to document the replacements (see#5179)