We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48dae19 commit cbebcd0Copy full SHA for cbebcd0
CHANGELOG.md
@@ -1,5 +1,12 @@
1
Changelog
2
=========
3
+* 3.2.0
4
+ * fixed enum validation
5
+ * fixed property conflict in lookup strategy
6
+ * fixed migration
7
+
8
+* 3.1.1
9
+ * fixed: Field with null values no longer work even set opion allowEmpty as true
10
11
* 3.1.0
12
* fixed issue with $constant beeing of type /Cake/ORM/Entity
@@ -8,8 +15,15 @@ Changelog
15
* 3.0.0
16
* CakePHP 5.x support
17
-* 2.0.0
- * CakePHP 4.x support
18
+* 2.2.1
19
+ * Fix plugin name
20
+* 2.2.0
21
+ * Backport #57 fix to 2.next branch (cake4) by @jay-eventrac in #58
22
+* 2.0.3
23
+ * Fix ConstStrategy for associations queries without record
24
+* 2.0.1
25
+ * Constant Strategy Improvements
26
+* 2.0.0 CakePHP 4.x support
13
27
14
28
* 1.2.0
29
* Documentation improved
0 commit comments