This repository was archived by the owner on Jul 5, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
- SlackBundle unplanned
1
+ SlackBundle v2.4.1
2
+ ==================
3
+ - FIX: Symfony 2.8 support was defect by removed classes in services.yml
4
+
5
+ SlackBundle v2.4.0
2
6
==================
3
7
- Feature: Commands compatible to Symfony 3.4 (by @alister)
4
8
- (NOT BC) Feature: Remove old command prefixes (see v1.3) (by @alister)
5
9
- Patch: removed different typos (by @alister)
6
- SlackBundle v2.4.0
7
- ==================
8
- - Feature: Support for more fields in attachments and additional client options for Messaging::message() (by @pmishev=
10
+ - Feature: Support for more fields in attachments and additional client options for Messaging::message() (by @pmishev)
9
11
- Support for Symfony 4.0
10
12
11
13
SlackBundle v2.3.0
Original file line number Diff line number Diff line change @@ -29,26 +29,31 @@ services:
29
29
arguments : ["@dz.slack.client"]
30
30
31
31
DZunke\SlackBundle\Command\BotMessagingCommand :
32
+ class : DZunke\SlackBundle\Command\BotMessagingCommand
32
33
arguments : ["@dz.slack.channels", "@event_dispatcher"]
33
34
tags :
34
35
- { name: console.command, command: slack:run-bot }
35
36
36
37
DZunke\SlackBundle\Command\ChangeChannelsTopicCommand :
38
+ class : DZunke\SlackBundle\Command\ChangeChannelsTopicCommand
37
39
arguments : ["@dz.slack.channels"]
38
40
tags :
39
41
- { name: console.command, command: slack:channels:topic }
40
42
41
43
DZunke\SlackBundle\Command\DebugCommand :
44
+ class : DZunke\SlackBundle\Command\DebugCommand
42
45
arguments : ["@dz.slack.client"]
43
46
tags :
44
47
- { name: console.command, command: slack:debug }
45
48
46
49
DZunke\SlackBundle\Command\MessageCommand :
50
+ class : DZunke\SlackBundle\Command\MessageCommand
47
51
arguments : ["@dz.slack.messaging"]
48
52
tags :
49
53
- { name: console.command, command: slack:message }
50
54
51
55
DZunke\SlackBundle\Command\UsersCommand :
56
+ class : DZunke\SlackBundle\Command\UsersCommand
52
57
arguments : ["@dz.slack.users"]
53
58
tags :
54
59
- { name: console.command, command: slack:users }
You can’t perform that action at this time.
0 commit comments