Skip to content

Release 2024-08-24

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Aug 05:46
2029bb3
make parsing of numeric parameters more robust (#39)

* make parsing of numeric parameters more robust

accepts now spaces between parameter name and =|:, between =|:  and number and integers instead of floats

* fix copy paste error

* require php 8.0 minimum

* fix formatting + style

* make parsing of numeric parameters more robust

accepts now spaces between parameter name and =|:, between =|:  and number and integers instead of floats

* fix copy paste error

* require php 8.0 minimum

* fix formatting + style

* Update plugin.info.txt

* Update geotag.php

* fix return type

---------

Co-authored-by: Mark Prins <1165786+mprins@users.noreply.github.com>