Skip to content

Commit 31c5676

Browse files
committed
Version 1.7.0
1 parent c2c194d commit 31c5676

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@ To find them, search for their description or ID in the new issue tracker.
99
------------------------------------
1010

1111

12+
## [1.7.0] - 2018-08-17
13+
14+
* [#29] Add support to the API call `updateRecordings` introduced in BigBlueButton 1.1.
15+
* [#31] Fixed issue with length=nil breaking multiple recording formats.
16+
* Call `setConfigXML` via POST and change encoding method. Fixes issues with special
17+
characters (such as `*`) in the config.xml.
18+
* Add method to return the URL to `/check`.
19+
20+
## [1.6.0] - 2016-06-15
21+
22+
* Rename BigBlueButtonApi#salt to #secret
23+
1224
## [1.5.0] - 2016-04-07
1325

1426
* Add 1.0 as a supported version of BigBlueButton.
@@ -141,6 +153,8 @@ were different in cases when they were not.
141153
(instead of browser URL). This call currently does not work as
142154
documented.
143155

156+
[1.7.0]: https://github.com/mconf/bigbluebutton-api-ruby/compare/v1.6.0...v1.7.0
157+
[1.6.0]: https://github.com/mconf/bigbluebutton-api-ruby/compare/v1.5.0...v1.6.0
144158
[1.5.0]: https://github.com/mconf/bigbluebutton-api-ruby/compare/v1.4.0...v1.5.0
145159
[1.4.0]: https://github.com/mconf/bigbluebutton-api-ruby/compare/v1.3.0...v1.4.0
146160
[1.3.0]: https://github.com/mconf/bigbluebutton-api-ruby/compare/v1.2.0...v1.3.0

bigbluebutton-api-ruby.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ $:.push File.expand_path("../lib", __FILE__)
22

33
Gem::Specification.new do |s|
44
s.name = "bigbluebutton-api-ruby"
5-
s.version = "1.6.0"
5+
s.version = "1.7.0"
66
s.licenses = ["MIT"]
77
s.extra_rdoc_files = ["README.md", "LICENSE", "LICENSE_003", "CHANGELOG.md"]
88
s.summary = "BigBlueButton integration for ruby"

0 commit comments

Comments
 (0)