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

Skip to content

Commit e35cf3a

Browse files
committed
Update version to 2025.06.09.6, creation date to 2025 June 09, and copyright year to 2025
1 parent 76a18a4 commit e35cf3a

File tree

6 files changed

+33
-5
lines changed

6 files changed

+33
-5
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ 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.6] - 2025-06-09
9+
10+
### Changed
11+
12+
* Update updates.xml for version 2025.06.09.4 ([ac212c6](https://github.com/N6REJ/mod_julianclock/commit/ac212c6))
13+
* Update version to 2025.06.09.5, creation date to 2025 June 09, and copyright year to 2025 ([df7e594](https://github.com/N6REJ/mod_julianclock/commit/df7e594))
14+
* Update updates.xml for version 2025.06.09.5 ([b102cef](https://github.com/N6REJ/mod_julianclock/commit/b102cef))
15+
* Update Julian Clock position field styling to use btn-group-yesno class ([f3c32c3](https://github.com/N6REJ/mod_julianclock/commit/f3c32c3))
16+
* Merge remote-tracking branch 'origin/main' ([76a18a4](https://github.com/N6REJ/mod_julianclock/commit/76a18a4))
17+
18+
### Fixed
19+
20+
* Fix punctuation and typo in Julian Clock language files ([f688038](https://github.com/N6REJ/mod_julianclock/commit/f688038))
21+
822
## [2025.06.09.5] - 2025-06-09
923

1024
### Changed

CHANGELOG.md.bak

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ 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.6] - 2025-06-09
9+
10+
### Changed
11+
12+
* Update updates.xml for version 2025.06.09.4 ([ac212c6](https://github.com/N6REJ/mod_julianclock/commit/ac212c6))
13+
* Update version to 2025.06.09.5, creation date to 2025 June 09, and copyright year to 2025 ([df7e594](https://github.com/N6REJ/mod_julianclock/commit/df7e594))
14+
* Update updates.xml for version 2025.06.09.5 ([b102cef](https://github.com/N6REJ/mod_julianclock/commit/b102cef))
15+
* Update Julian Clock position field styling to use btn-group-yesno class ([f3c32c3](https://github.com/N6REJ/mod_julianclock/commit/f3c32c3))
16+
* Merge remote-tracking branch 'origin/main' ([76a18a4](https://github.com/N6REJ/mod_julianclock/commit/76a18a4))
17+
18+
### Fixed
19+
20+
* Fix punctuation and typo in Julian Clock language files ([f688038](https://github.com/N6REJ/mod_julianclock/commit/f688038))
21+
822
## [2025.06.09.5] - 2025-06-09
923

1024
### 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.5
5+
* @version 2025.06.09.6
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.5</version>
10+
<version>2025.06.09.6</version>
1111
<description>MOD_JULIANCLOCK_DESC</description>
1212
<files>
1313
<filename module="mod_julianclock">mod_julianclock.php</filename>

mod_julianclock.xml.bak

Lines changed: 2 additions & 2 deletions
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.4</version>
10+
<version>2025.06.09.5</version>
1111
<description>MOD_JULIANCLOCK_DESC</description>
1212
<files>
1313
<filename module="mod_julianclock">mod_julianclock.php</filename>
@@ -45,7 +45,7 @@
4545
<field
4646
name="position"
4747
type="radio"
48-
class="btn-group"
48+
class="btn-group btn-group-yesno"
4949
default="0"
5050
label="MOD_JULIANCLOCK_POSITION_TEXT_LABEL"
5151
description="MOD_JULIANCLOCK_POSTION_TEXT_DESC"

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.5
4+
* @version 2025.06.09.6
55
* @package mod_julianclock
66
* @author N6REJ
77

0 commit comments

Comments
 (0)