1 |
4543c6c7
|
Assos Assos
|
# 7.x-4.0-alpha3
|
2 |
|
|
|
3 |
|
|
Major changes
|
4 |
|
|
- Configuration possible to blocks. [#1694868]
|
5 |
|
|
- Fixed tracking not working. [#1919156]
|
6 |
|
|
- Added DOM loading and basic include.
|
7 |
|
|
- Changed loading of widget.js be done only when a display is rendered.
|
8 |
|
|
|
9 |
|
|
Minor changes
|
10 |
|
|
- Coding standard fixes. Still more to do.
|
11 |
|
|
- Changing label text to describe compact menu enabled services.
|
12 |
|
|
- Fixed https loading of basic button. [#1734752]
|
13 |
|
|
- Fixed test on clickback tracking settings. [#2164647]
|
14 |
|
|
- Removed block dependency [#1814428]
|
15 |
|
|
- Updated AddThis js version from 250 to 300.
|
16 |
|
|
- Removed some files[] from the info because they did not contain classes. [#2151315]
|
17 |
|
|
|
18 |
|
|
======
|
19 |
|
|
|
20 |
85ad3d82
|
Assos Assos
|
Added namespace adding for Facebook Like.
|
21 |
|
|
Added counter bubble orientation in Basic Toolbox display type.
|
22 |
|
|
Fixed getDisplayTypes() to work with blocks. Also provide default settings always.
|
23 |
|
|
Add t() to description of Google Analytics elements in config page.
|
24 |
|
|
|
25 |
|
|
Removed legacy display types.
|
26 |
|
|
AddThis module contained some small non generic display types. They where
|
27 |
|
|
removed in favor of the display types added in the addthis_displays submodule.
|
28 |
|
|
|
29 |
|
|
Redesigned the config page.
|
30 |
|
|
The settings page has been made more condensed and options have been merged
|
31 |
|
|
into clear categories. There are some options that where removed because of
|
32 |
|
|
legacy functionality that is now support inside the display types.
|
33 |
|
|
|
34 |
|
|
Fixed default value for ui_co_brand setting.
|
35 |
|
|
Added alter hook for configuration.
|
36 |
|
|
Added alter hook for markup options.
|
37 |
|
|
Added alter hook for markup render array.
|
38 |
|
|
Fixed async loading of widget.js.
|
39 |
|
|
Fix for #1308970 reported by vasike,fixed by matglas86. Error in block configure.
|
40 |
|
|
Changed dir name for submodule from addthis_display to addthis_displays. |