Skip to content

Commit 777fc83

Browse files
committed
Update CHANGELOG
1 parent a840979 commit 777fc83

File tree

1 file changed

+70
-0
lines changed

1 file changed

+70
-0
lines changed

CHANGELOG

+70
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,73 @@
1+
1.3.2
2+
- fix inverted test in Model/setSnapshotData() (issue #2466)
3+
- Updated Phalcon\Queue\Beanstalk\Job::touch comment
4+
- Fixed use columns as referenced columns in mysql createTable() reference...
5+
- #2414 - Removed check for DBG in session/adapter
6+
- Updated Model::__set
7+
- #1989 Supported \Phaclon\Db\Index: TYPE
8+
- Updated Phalcon\Mvc\Model\Query\Builder::groupBy
9+
- Validation, setDefaultMessages fix
10+
- Fix pagination nativeArray test-unit failed
11+
- Add Phalcon\Translate\Adapter\Gettext
12+
- Add Phalcon\Config\Adapter\Yaml
13+
- #1803 Bug join alias
14+
- Fix valid function for the first call
15+
- Acl bug
16+
- #2402 issue
17+
- Ignore "value" attribute in TextArea.
18+
- Add Phalcon\Http\Client\Adapter\Curl
19+
- #2394 Add Phalcon\Validation\MessageInterface
20+
- Relative namespace
21+
- #2386
22+
- Fixing a typo
23+
- #2375 Add check messages is object in Phalcon\Validation::appendMess...
24+
- Update affected rows for selects.
25+
- #2196: Declare missing functions
26+
- Fix broken condition
27+
- Add Phalcon\Mvc\Model\MetaData\Strategy
28+
- Fix offsetUnset
29+
- Changing "file_exists" funciton for "is_file".
30+
- Fix bug about updated property for Phalcon\Session\*
31+
- #2291 Middlewares do not stop operation when before event triggered in Micro as documented http://docs.…
32+
- #1608 about Phalcon\Mvc\Router\Annotations
33+
- #2019 and added tests
34+
- model: added methods arg infos
35+
- #2319 In `Model::_postSaveRelatedRecords` add check whether value is object
36+
- #2321: Fixed the null value for position
37+
- #2313 about Phalcon\Annotations\Annotation
38+
- #2229 (cast and convert not working)
39+
- Add method Phalcon\Assets\Collection::addFilter
40+
- Add Phalcon\Session\Adapter\memcache and Phalcon\Session\Adapter\Libmemcached
41+
- Add class Phalcon\Session\Adapter\Libemcached
42+
- Add class Phalcon\Session\Adapter\Memcache
43+
- \Phalcon\Tag::XHTML5 was returning empty string
44+
- #2278 add Phalcon\Logger\Multiple::CRITICAL
45+
- Tag, add title separator to append/prepend title
46+
- #2250 Updated Phalcon\Db\Dialect::select
47+
- #2270 updated phalcon_camelize
48+
- Add namespace support for view
49+
- #2259 Updated \Phalcon\Image\Adapter::crop
50+
- #2262 `\Phalcon\Logger\Formatter\Json` Wrong number of parameters
51+
- #2244 add judge conditions in `Phalcon\Mvc\Model\Manager::getRelationRecords`
52+
- Removed final keyword from Model constructor
53+
- #2111 – replacing bindParam to bindValue to avoid unexpected reference changes
54+
- #2002 Tag::linkTo() to allow the addition of query string parameters
55+
- Add `allowEmpty` option to \Phalcon\Mvc\Model\Validator\*
56+
- Use phalcon_camelize for namesapce Add \Phalcon\Session\Adapter::setId Fixed #1932 Phalcon\Http\…
57+
- #2111 – replacing bindParam to bindValue to avoid unexpected reference changes
58+
- Fix wrong issent() call on non Response objects
59+
- #2236 - in mysql tinyint(1) is not boolean it's an int between 0 and 127
60+
- Add \Phalcon\Session\Adapter::setId
61+
- Fix BUG \Phalcon\Model\Validate\*
62+
- Travis fast-finish builds
63+
- #2157 and added tests
64+
- #2196 Declared missing functions
65+
- Add `allowEmpty` option to \Phalcon\Mvc\Model\Validator\*
66+
- #2002 Tag::linkTo() to allow the addition of query string parameters
67+
- #2018 add method \Phalcon\Db\Result\Pdo::nextRowset
68+
- Use phalcon_camelize for namesapce
69+
- #1932 Phalcon\Http\Request\File extend SplFileInfo
70+
171
1.3.1
272
- Fixed segfault in Phalcon\Di\Service::resolve when string class does not exist (#2205)
373
- Moved global zvals to RINIT/RSHUTDOWN to improve stability on Windows TS builds

0 commit comments

Comments
 (0)