Skip to content

Commit ddd9355

Browse files
authored
Merge pull request #211 from ably/release/1.1.11
Release/1.1.11
2 parents eaecef2 + 024ed2c commit ddd9355

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Change Log
22

3+
## [1.1.11](https://github.com/ably/ably-php/tree/1.1.11) (2025-03-05)
4+
5+
[Full Changelog](https://github.com/ably/ably-php/compare/1.1.10...1.1.11)
6+
7+
**Closed issues:**
8+
9+
- PHP 8.4 Deprecations - Implicitly marking parameter $cipherParams as nullable is deprecated [\#206](https://github.com/ably/ably-php/issues/206)
10+
- Batch publish being sent as JSON rather than msgpack [\#197](https://github.com/ably/ably-php/issues/197)
11+
12+
**Merged pull requests:**
13+
14+
- \[ECO-5183\] Added support for PHP 8.4 [\#210](https://github.com/ably/ably-php/pull/210) ([sacOO7](https://github.com/sacOO7))
15+
- Fix batch publish [\#198](https://github.com/ably/ably-php/pull/198) ([sacOO7](https://github.com/sacOO7))
16+
317
## [1.1.10](https://github.com/ably/ably-php/tree/1.1.10) (2024-03-22)
418

519
[Full Changelog](https://github.com/ably/ably-php/compare/1.1.9...1.1.10)

src/Defaults.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
class Defaults {
55
const API_VERSION = '2';
6-
const LIB_VERSION = '1.1.10';
6+
const LIB_VERSION = '1.1.11';
77

88
static $restHost = "rest.ably.io";
99
static $realtimeHost = "realtime.ably.io";

0 commit comments

Comments
 (0)