Skip to content

Commit 737af7d

Browse files
committed
Merge branch 'develop'
2 parents 94f1cd6 + 729a9de commit 737af7d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+970
-828
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## CHANGELOG
22

3+
3.4.0 (develop)
4+
------
5+
6+
- [add] Added `Former::rawOpen` to open a temporary no-framework/no-label form
7+
- [add] Added support for camelCase form openers (ie. `verticalOpen` and `vertical_open`)
8+
- [add] Added possibility to disable automatic capitalization of translations
9+
- [fix] Fixed a bug where two fields with the same name would get the same ID
10+
- [fix] Various bugfixes related to repopulation
11+
- [fix] Fix various memory and 4.1 compatibility issues
12+
313
3.3.0 (stable)
414
-----
515

composer.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
],
1818
"require": {
1919
"anahkiasen/html-object": "dev-master",
20-
"anahkiasen/underscore-php": "dev-master",
2120
"illuminate/config": "~4",
2221
"illuminate/container": "~4",
2322
"illuminate/http": "~4",
@@ -33,11 +32,8 @@
3332
"psr-0": {
3433
"Former": "src",
3534
"Laravel": "src"
36-
}
35+
},
36+
"classmap": ["tests"]
3737
},
38-
"extra": {
39-
"branch-alias": {
40-
"dev-agnostic": "3.x.x-dev"
41-
}
42-
}
38+
"minimum-stability": "stable"
4339
}

0 commit comments

Comments
 (0)