Skip to content

Releases: silverleague/silverstripe-ideannotator

3.5.1

15 Apr 22:51
baadf6b
Compare
Choose a tag to compare

What's Changed

  • Fixed regression where use_short_name would be prefixed with a backslash by @UndefinedOffset in #160

Full Changelog: 3.5.0...3.5.1

Update to use the proper createInstance

14 Apr 21:55
94323f0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.4.1...3.5.0

Fix incorrect instantiation of extensions

04 Dec 21:10
e111a61
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.4.0...3.4.1

Read dbField return type from config

04 Sep 00:39
01c4839
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.3.0...3.4.0

Update code dependencies

04 May 23:34
62b2d07
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.2.4...3.3.0

3.2.4: Resolve bug introduced in 3.2.1

16 Mar 09:20
74d0415
Compare
Choose a tag to compare

Thanks to @UndefinedOffset , ReflectionClass is not treated as its instance, when looking at instanceOf, despite the documentation claiming otherwise.

Full Changelog: 3.2.3...3.2.4

3.2.3

08 Feb 01:16
e490382
Compare
Choose a tag to compare

Fix bug that Versioned::class . '.versioned' throws an error that the class isn't found.
Full Changelog: 3.2.2...3.2.3

Fix when the "Controller" namespace is literally "Controller"

29 Nov 01:05
e0c3915
Compare
Choose a tag to compare

When the namespace for a Controller would be App\Src\Page\Controller\PageController and the corresponding Page would be App\Src\Page\Page, an error would be thrown that the Page would be instantiated twice, because the Controller part of the namespace would be stripped out too.

This release fixes that.

Fix DataRecord

23 Nov 22:55
0589668
Compare
Choose a tag to compare
Merge pull request #145 from andersbjorkland/master

Add $ to generated property variableName. Fixes silverleague/silverstripe-ideannotator#144

PHP8.1 and Silverstripe 4.11 compatibility

06 Aug 05:51
370bf4e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.2...3.2.0