Skip to content

Commit 788eb6b

Browse files
Version udpate
1 parent 910e81d commit 788eb6b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [4.0.2] - 2023-11-14
5+
### Added
6+
- Changed composer vendor name from "simonkoehler" to "fullstackfreelancer"
7+
48
## [4.0.1] - 2023-11-14
59
### Added
610
- Header field of timeline records is not mandatory anymore

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This extension provides a new content element of type "Timeline" (ce_timeline) t
55
<table border="0">
66
<tr>
77
<th>Latest version</th>
8-
<td>4.0.1</td>
8+
<td>4.0.2</td>
99
</tr>
1010
<tr>
1111
<th>Status</th>

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'state' => 'stable',
1010
'uploadfolder' => '0',
1111
'clearCacheOnLoad' => 0,
12-
'version' => '4.0.1',
12+
'version' => '4.0.2',
1313
'constraints' =>
1414
array (
1515
'depends' => array (

0 commit comments

Comments
 (0)