Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a133dac

Browse files
committed
Update version to 2025.06.09.2, creation date to 2025 June 09, and copyright year to 2025
1 parent 76b84e4 commit a133dac

File tree

6 files changed

+22
-4
lines changed

6 files changed

+22
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2025.06.09.2] - 2025-06-09
9+
10+
### Changed
11+
12+
* Improve version generation logic and add Julian Clock language configuration options ([5260847](https://github.com/N6REJ/mod_julianclock/commit/5260847))
13+
* Merge pull request #15 from N6REJ/versioning ([7a51db6](https://github.com/N6REJ/mod_julianclock/commit/7a51db6))
14+
* Update version to 2025.06.09.1 for release ([6784fe0](https://github.com/N6REJ/mod_julianclock/commit/6784fe0))
15+
* Clean up Julian Clock language file formatting and fix typo in fontawesome reference ([76b84e4](https://github.com/N6REJ/mod_julianclock/commit/76b84e4))
16+
817
## [2025.06.09.1] - 2025-06-09
918

1019
### Changed

CHANGELOG.md.bak

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2025.06.09.2] - 2025-06-09
9+
10+
### Changed
11+
12+
* Improve version generation logic and add Julian Clock language configuration options ([5260847](https://github.com/N6REJ/mod_julianclock/commit/5260847))
13+
* Merge pull request #15 from N6REJ/versioning ([7a51db6](https://github.com/N6REJ/mod_julianclock/commit/7a51db6))
14+
* Update version to 2025.06.09.1 for release ([6784fe0](https://github.com/N6REJ/mod_julianclock/commit/6784fe0))
15+
* Clean up Julian Clock language file formatting and fix typo in fontawesome reference ([76b84e4](https://github.com/N6REJ/mod_julianclock/commit/76b84e4))
16+
817
## [2025.06.09.1] - 2025-06-09
918

1019
### Changed

mod_julianclock.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* Bears Julian Clock
5-
* @version 2025.06.09.1
5+
* @version 2025.06.09.2
66
* @package mod_julianclock
77
* @author N6REJ
88

mod_julianclock.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<license>GNU General Public License v3. https://www.gnu.org/licenses/gpl.html</license>
88
<authorEmail>[email protected]</authorEmail>
99
<authorUrl>https://hallhome.us</authorUrl>
10-
<version>2025.06.09.1</version>
10+
<version>2025.06.09.2</version>
1111
<description>MOD_JULIANCLOCK_DESC</description>
1212
<files>
1313
<filename module="mod_julianclock">mod_julianclock.php</filename>

mod_julianclock.xml.bak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<license>GNU General Public License v3. https://www.gnu.org/licenses/gpl.html</license>
88
<authorEmail>[email protected]</authorEmail>
99
<authorUrl>https://hallhome.us</authorUrl>
10-
<version>2025.06.09</version>
10+
<version>2025.06.09.1</version>
1111
<description>MOD_JULIANCLOCK_DESC</description>
1212
<files>
1313
<filename module="mod_julianclock">mod_julianclock.php</filename>

tmpl/default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* Bears Julian Clock
4-
* @version 2025.06.09.1
4+
* @version 2025.06.09.2
55
* @package mod_julianclock
66
* @author N6REJ
77

0 commit comments

Comments
 (0)