Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/dev/1.3' into 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrebenchuk committed Sep 22, 2014
2 parents 6d1b8d3 + bd006ef commit f280786
Show file tree
Hide file tree
Showing 8 changed files with 115 additions and 96 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
CHANGELOG for 1.3.2
===================
This changelog references the relevant changes (new features, changes and bugs) done in 1.3.2 versions.

* 1.3.2 (2014-09-22)
* Stored XSS Vulnerability fixes
* added "|json_encode|raw" for values outputted in JS objects
* removed "|raw" from outputs of path in url attributes
* added "e('html_attr')|raw" when outputting html attributes
* removed mentions of "flexible entity" and unused code
* added validator for css field of embedded form, now if user will enter html tags in this field he will get an error message
* added stiptags filter for css of embedded forms
* 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
* 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
* removed "trans|raw" where it's not required
* minor changes in templates to improve readability
* added Email validator for Lead
* fixed XSS vulnerability in Leads, Case Comments, Notes, Embedded forms, Emails, Business Units, Breadcrumbs
* fixed escaping of page title

CHANGELOG for 1.3.1
===================
This changelog references the relevant changes (new features, changes and bugs) done in 1.3.1 versions.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"require": {
"php": ">=5.4.4",
"oro/platform": "1.3.x-dev"
"oro/platform": "1.3.*"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down
Loading

0 comments on commit f280786

Please sign in to comment.