Skip to content

Commit f280786

Browse files
committed
Merge remote-tracking branch 'remotes/dev/1.3' into 1.3
2 parents 6d1b8d3 + bd006ef commit f280786

File tree

8 files changed

+115
-96
lines changed

8 files changed

+115
-96
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
CHANGELOG for 1.3.2
2+
===================
3+
This changelog references the relevant changes (new features, changes and bugs) done in 1.3.2 versions.
4+
5+
* 1.3.2 (2014-09-22)
6+
* Stored XSS Vulnerability fixes
7+
* added "|json_encode|raw" for values outputted in JS objects
8+
* removed "|raw" from outputs of path in url attributes
9+
* added "e('html_attr')|raw" when outputting html attributes
10+
* removed mentions of "flexible entity" and unused code
11+
* added validator for css field of embedded form, now if user will enter html tags in this field he will get an error message
12+
* added stiptags filter for css of embedded forms
13+
* changed translation message oro.entity_config.records_count.label to contain placeholder of records count and use UI.link macros in template instead of slicing str
14+
* changed method of validation of emails on the client, old validation was working very slowly with some values like '"><img src=d onerror=confirm(/provensec/);>', n
15+
* removed "trans|raw" where it's not required
16+
* minor changes in templates to improve readability
17+
* added Email validator for Lead
18+
* fixed XSS vulnerability in Leads, Case Comments, Notes, Embedded forms, Emails, Business Units, Breadcrumbs
19+
* fixed escaping of page title
20+
121
CHANGELOG for 1.3.1
222
===================
323
This changelog references the relevant changes (new features, changes and bugs) done in 1.3.1 versions.

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
],
2323
"require": {
2424
"php": ">=5.4.4",
25-
"oro/platform": "1.3.x-dev"
25+
"oro/platform": "1.3.*"
2626
},
2727
"minimum-stability": "dev",
2828
"prefer-stable": true,

0 commit comments

Comments
 (0)