Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Fixed plugin for Cake 2.10+ #235

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Fixed plugin for Cake 2.10+ #235

wants to merge 3 commits into from

Conversation

cait08
Copy link

@cait08 cait08 commented Jul 15, 2021

Fixed a string comparison bug that caused the plugin to incorrectly use the String class on Cake versions greater than 2.9- the old version used naive string comparison, but this patch uses version_compare() instead to correctly compare semver strings.

Schnauss and others added 3 commits April 2, 2014 14:51
Changed code snippet to point new users in the direction of query strings instead of named parameters.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants