-
Notifications
You must be signed in to change notification settings - Fork 9
/
change_log.txt
75 lines (52 loc) · 2.64 KB
/
change_log.txt
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
### 1.12
- Added support for Gravity Forms 2.5.
### 1.11 | 2020-07-14
- Added security enhancements.
### 1.10 | 2020-05-20
- Added translations for Hebrew, Hindi, Japanese, and Turkish.
- Updated Javascript files, stylesheets to use minified versions.
### 1.9 | 2019-08-07
- Added security enhancements.
### 1.8 | 2018-04-09
- Added GPL to plugin header.
- Added security enhancements.
- Added support for legacy tokens.
- Fixed entry URL containing HTML entities in message.
- Updated Plugin URI and Author URI to use https.
### 1.7 | 2017-05-16
- Removed "Select a Channel" option from Channels feed setting when inviting to team.
- Updated initial authentication process.
### 1.6 | 2017-01-05
- Added *gform_slack_invite* filter for modifying invite user parameters.
- Added support for auto-inviting to specific channels when inviting users to team.
- Added support for mapping first and last name when inviting users to team.
- Fixed strings for translations.
- Fixed an issue with the request failed message when a WP_Error occurs.
### 1.5 | 2016-08-31
- Added upgrade routine to automatically define team name when a valid authentication token exists.
- Updated team name plugin setting to automatically add team name when adding a valid authentication token.
- Updated invite to team feature to only be available when API user is an admin.
- Updated wording from IM to Direct Message within the feed settings.
- Removed duplicate conditional logic setting.
### 1.4 | 2016-08-02
- Added ability to invite users to team.
- Added conditional logic to feed settings.
- Added default feed name when creating a new Slack feed.
- Added feed duplication support.
- Added the [gform_slack_process_message_shortcodes](https://docs.gravityforms.com/gform_slack_process_message_shortcodes) filter for enabling the processing of shortcodes placed in the message.
- Added visual icon to "Send To" feed settings field.
- Updated API library naming to prevent conflicts with third-party Slack API libraries.
### 1.3 | 2015-08-24
- Added support for custom message usernames using [gform_slack_username](https://docs.gravityforms.com/gform_slack_username) hook.
- Added support for delaying feed processing until payment by PayPal Standard is successfully completed.
- Fixed PHP warning related to attachments.
### 1.2 | 2015-07-22
- Added support for attaching images to messages.
- Added gf_slack() for easily getting a Slack instance.
- Added support for custom message icons.
### 1.1 | 2015-05-08
- Added support for sending messages to private groups and users.
- Added Spanish (es_ES) translation.
- Prevent empty messages from being posted to room.
### 1.0 | 2015-05-04
- It's all new!