Skip to content

Commit 28bf042

Browse files
committed
Add 3.11.1 changelog
1 parent fa59a43 commit 28bf042

File tree

5 files changed

+45
-2
lines changed

5 files changed

+45
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"cmixin/business-time": "dev-master",
77
"cmixin/season": "dev-main",
88
"kylekatarnls/carbonite": "dev-master",
9-
"nesbot/carbon": "dev-master as 3.11.0",
9+
"nesbot/carbon": "dev-master as 3.11.1",
1010
"nikic/php-parser": "^5.7",
1111
"eftec/bladeone": "^4.19",
1212
"phpdocumentor/reflection-docblock": "^5.6",
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
<template>
22
<div data-ea-publisher="carbon" data-ea-type="text"></div>
3+
<div class="bottom-text">
4+
<div data-ea-publisher="carbon" data-ea-type="text"></div>
5+
</div>
36
</template>

docs/.vitepress/theme/style.css

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,4 +183,25 @@
183183
background-color: var(--vp-code-copy-code-hover-bg);
184184
}
185185
}
186-
}
186+
}
187+
188+
.bottom-text,
189+
.side-image {
190+
> * {
191+
z-index: 50;
192+
position: fixed;
193+
bottom: 0;
194+
left: 0;
195+
right: 0;
196+
height: 46px;
197+
background: color-mix(in srgb, var(--vp-c-bg) 20%, var(--vp-c-bg-soft) 80%);
198+
199+
.ea-body {
200+
color: var(--vp-c-text-1);
201+
}
202+
203+
&[data-ea-publisher].loaded .ea-content {
204+
margin: 0;
205+
}
206+
}
207+
}

docs/develop/changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44

55
## Version 3.x
66

7+
#### 3.11.1 (2 December 2025)
8+
* Allow symfony 8 by @Chris53897 in [CarbonPHP/carbon#73](https://github.com/CarbonPHP/carbon/pull/73)
9+
* Micro-optimization for standalone months translation by @kylekatarnls in [CarbonPHP/carbon#68](https://github.com/CarbonPHP/carbon/pull/68)
10+
* Support passing Unit enums to sub method and update type-hints by @hackel in [briannesbitt/Carbon#3250](https://github.com/briannesbitt/Carbon/pull/3250)
11+
* Align Bangla locale files with English reference strings by @imhayatunnabi in [briannesbitt/Carbon#3257](https://github.com/briannesbitt/Carbon/pull/3257)
12+
* Comprehensive Yiddish (yi_US) locale update by @BenyominMandel in [briannesbitt/Carbon#3267](https://github.com/briannesbitt/Carbon/pull/3267)
13+
14+
[Complete commits list](https://github.com/CarbonPHP/carbon/compare/3.10.3...3.11.0)
15+
16+
New contributors:
17+
* @imhayatunnabi made their first contribution in [briannesbitt/Carbon#3257](https://github.com/briannesbitt/Carbon/pull/3257)
18+
* @BenyominMandel made their first contribution in [briannesbitt/Carbon#3267](https://github.com/briannesbitt/Carbon/pull/3267)
19+
20+
721
#### 3.11.0 (6 September 2025)
822
* Fix grammar mistakes in lt.php localization by @sammyaxe in [briannesbitt/Carbon#3215](https://github.com/briannesbitt/Carbon/pull/3215)
923
* Fix resetMessages memory consumption by @kylekatarnls in [CarbonPHP/carbon#58](https://github.com/CarbonPHP/carbon/pull/58)

releases.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
[
2+
{
3+
"tag_name": "3.11.1",
4+
"created_at": "2026-01-29T09:26:29Z",
5+
"body": "## What's Changed\r\n* Get last errors to return false by @MizouziE in https:\/\/github.com\/CarbonPHP\/carbon\/pull\/70\r\n* Remove \"\u03c2\" for singular Greek year and month accusative form by @kylekatarnls in https:\/\/github.com\/CarbonPHP\/carbon\/pull\/75\r\n* Create dedicated interfaces for constants by @kylekatarnls in https:\/\/github.com\/CarbonPHP\/carbon\/pull\/76\r\n* Fix: isoFormat('MMMM') for sl_SI not working by @hoRacy in https:\/\/github.com\/CarbonPHP\/carbon\/pull\/65\r\n* Add test for parse 0 and empty string by @kylekatarnls in https:\/\/github.com\/CarbonPHP\/carbon\/pull\/62\r\n* Drop (dead) code for PHP 7 by @kylekatarnls in https:\/\/github.com\/CarbonPHP\/carbon\/pull\/59\r\n* Fix month\/week\/unit translation using fallback locale while main locale has it set by @kylekatarnls in https:\/\/github.com\/CarbonPHP\/carbon\/pull\/77\r\n* Fix English meridiem when another locale is used as fallback by @kylekatarnls in https:\/\/github.com\/CarbonPHP\/carbon\/pull\/78\r\n* Don't clone when casting from immutable to immutable by @kylekatarnls in https:\/\/github.com\/CarbonPHP\/carbon\/pull\/85\r\n* Fix Yiddish translation for time difference by @yisraeldov in https:\/\/github.com\/briannesbitt\/Carbon\/pull\/3273\r\n* Fix `withTestNow()` to restore previous test state instead of clearing it by @kyryl-bogach in https:\/\/github.com\/briannesbitt\/Carbon\/pull\/3283\r\n\r\n## New Contributors\r\n* @MizouziE made their first contribution in https:\/\/github.com\/CarbonPHP\/carbon\/pull\/70\r\n* @hoRacy made their first contribution in https:\/\/github.com\/CarbonPHP\/carbon\/pull\/65\r\n* @yisraeldov made their first contribution in https:\/\/github.com\/briannesbitt\/Carbon\/pull\/3273\r\n* @kyryl-bogach made their first contribution in https:\/\/github.com\/briannesbitt\/Carbon\/pull\/3283\r\n\r\n**Full Changelog**: https:\/\/github.com\/CarbonPHP\/carbon\/compare\/3.11.0...3.11.1"
6+
},
27
{
38
"tag_name": "3.11.0",
49
"created_at": "2025-12-02T21:04:28Z",

0 commit comments

Comments
 (0)