-
Notifications
You must be signed in to change notification settings - Fork 38
Inaccessible properties with capital letters #1
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @tschiemer, thanks for your report! I'm currently on holiday and will be back to my office around end of May. I'll test things then and get back to you. Thanks for your patience! Cheers, |
Hey @tschiemer, you were right: That line was simply wrong / obsolete, as the microformats2 processing (for which the decamelization was intended) already uses it's own implementation. Deleting the line fixes the issue, I published a new release. Thanks again for reporting! |
Fix problem with "content" not being parsed on non-meta items
Hi
Not sure if this applies to all properties, as I'm just testing out the library, but I can not access a
startDate
property of an event microdata type.Reproducable as:
Outputs:
In
Jkphl\Micrometa\Item::__get
any uppercase characters are exchanged as follows:If I remove the responsible line, it works just fine.
Is the property stored correctly as
startDate
or is it intended to be stored asstart-date
?Edit: as for the versions I'm using:
The text was updated successfully, but these errors were encountered: