Version 3.4.13
- f9cd66f Update version number to 3.4.13
- 1056f4d Clarified the docblocks
- 02bcace Fix code smell
- 0c27a85 Removing the destructor to prevent notices on reuse.
- 3f24349 Fix backward incompatibility of QueryExpression::type()
- 43959d9 Remove the 'persistent' config option for Sqlserver connections
- 58a6dec remove unused code
- 100c768 add `.name` for fixing `Get the name...`
- d71a990 Pull in the relevant examples from the API
- 0d4c280 Inline condition and fix skip check.
- 891406b Fix lint.
- 61d198b Update tests to not use test stub.
- 94b4174 Add public methods to allow test stub to be deleted.
- f534945 Remove ini flag for memcached.sasl
- fa8c5d8 Fix pattern for host names.
- 7367ef3 Note about allowNullableNulls
- edcb3dc Add exception on parse failure.
- f13b003 Refactor tests to use a data provider.
- 519b0ce Replace parse_url() with a regex.
- f582340 Move ConnectionManager tests with the other tests for that class
- 43a6430 Fix doc block example to match method.
- 3f568e0 Fix hiddenField for radio.
- f4da682 Fix return value of setEntity()
- c956a92 Fixed to account for keys including numeric values above 9
- a33a035 Improved the stripNesting method Added changes requested by ADmad
- 592ce8f Run tests against 7.2 not 7.3.0-dev
- 6349889 Don't use deprecated PHP features.
- 010fa95 Fix up mock usage.
- 969cbe1 Fix count errors in ORM.
- 3b0c29d Allow passing ContextInterface instance to Form::create().
- ebad0f2 Added support for numeric nested fields type, isRequired, val and attributes Updated tests too
- b15e486 Don't preserve global state.
- d330657 Run a few more tests in isolated processes.
- ffbede5 Attempt to get the session tests passing in PHP7.2
- ce3bf93 Add more clear error messaging for incorrect URL inflection
- 68c5671 Refer to correct method
- 02e8c3d Don't ignore empty MO translation files
Back