-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathchangelog
44 lines (33 loc) · 1.39 KB
/
changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
1.0.1
-- improved authentication logic for multiple social accounts
-- an option to deauthenticate a social account so it can be linked another Elgg profile
1.0.2
-- an option to import user settings from elgg_social_connect
1.0.3
-- an option to import user settings from social_connect
1.0.4
-- updated documentation
-- plugin setting to edit permissions scope
1.0.5
-- add elgg_forward_url parameter
-- LinkedIn now relies on the scope defined in app settings, and not in the PHP class
1.0.6
-- fix Yahoo! by replacing 'id' setting with 'key'
1.0.7
-- add hybridauth actions to public pages to allow access in walled garden mode
-- use proper key, id and secret labels
-- add documentation for missing providers
-- getting rid of MySpace, as they don't seem to maintain the sign in service or any API for that matter
1.1.0
-- make it easier to integrate Elgg with provider APIs
-- add on option to remove social sign in
-- create a separate page for connected social accounts in user settings
-- plugins can now extend connected social account modules using ```hybridauth/accounts/$provider``` views
1.3.0
-- updated HybridAuth to 2.4.1
-- refactor that allows different combinations of provider authentications per user, e.g. personal and work Twitter
1.3.1
-- forward user to correct location after login (using default Elgg session referrer)
1.4.1
-- upgrade hybridauth lib
-- remove deprecated event handler