latitude icon indicating copy to clipboard operation
latitude copied to clipboard

Create new tag for most recent changes?

Open dashifen opened this issue 1 year ago • 0 comments

Greetings,

Working on a new project and I'm running into this deprecation warning:

Deprecated: Latitude\QueryBuilder\QueryFactory::__construct(): Implicitly marking parameter $engine as nullable is deprecated, the explicit nullable type must be used instead in C:\Users\dashi\Documents\projects\miscellaneous\sr6-combat-log\vendor\latitude\latitude\src\QueryFactory.php on line 13

Looking at the QueryFactory definition in the master branch, I see that the explicit nullable type has been used. However, when browsing the code at the 4.2.0 tag, that same file does not.

Since there is no new tag past 4.3.0 but there were changes to the master branch, it looks like we need a new tag (either 4.2.1 or 4.3.0) so that composer can grab the newest code without having to specify dev-master as the version constraint.

Thanks, Dash

dashifen avatar Jan 04 '25 20:01 dashifen