Skip to content

API Deprecate API which was removed or changed in CMS 6#11662

Merged
emteknetnz merged 1 commit intosilverstripe:5.4from
creative-commoners:pulls/5.4/deprecations
Apr 2, 2025
Merged

API Deprecate API which was removed or changed in CMS 6#11662
emteknetnz merged 1 commit intosilverstripe:5.4from
creative-commoners:pulls/5.4/deprecations

Conversation

@GuySartorelli
Copy link
Copy Markdown
Member

Comment thread src/ORM/DataObject.php

/*
* @ignore
/**
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Due to the missing * this @ignore wasn't actually detectable through static analysis or reflection APIs - so it effectively wasn't there. Better to just remove it than risk it causing some weird unexpected new interaction if someone's looking for @ignore to drive some behaviour somewhere.

Comment thread src/Dev/BuildTask.php
* @var bool $enabled If set to FALSE, keep it from showing in the list
* and from being executable through URL or CLI.
* @deprecated - remove in CMS 6 and rely on $is_enabled instead
* @deprecated 5.1.0 Use the is_enabled configuration property instead.
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@emteknetnz emteknetnz merged commit ce25765 into silverstripe:5.4 Apr 2, 2025
18 checks passed
@emteknetnz emteknetnz deleted the pulls/5.4/deprecations branch April 2, 2025 02:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants