mirror of
https://github.com/humhub/humhub.git
synced 2025-01-16 21:58:17 +01:00
Enh: Decreased OEmbed url max length 180chars (acs-ferreira)
This commit is contained in:
parent
f243a15984
commit
01e7f690a1
@ -80,6 +80,7 @@ HumHub Change Log
|
||||
- Enh: Added new controller init event
|
||||
- Enh: Made admin base controller method "getAccessRules()" non static
|
||||
- Enh: Created new ImageController for user image and banner handling
|
||||
- Enh: Decreased OEmbed url max length 180chars (acs-ferreira)
|
||||
|
||||
1.2.0-beta.2 (February 24, 2017)
|
||||
--------------------------------
|
||||
|
@ -30,7 +30,7 @@ class UrlOembed extends \yii\db\ActiveRecord
|
||||
return [
|
||||
[['url', 'preview'], 'required'],
|
||||
[['preview'], 'string'],
|
||||
[['url'], 'string', 'max' => 255]
|
||||
[['url'], 'string', 'max' => 180]
|
||||
];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user