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

Skip to content

Commit 1c357ed

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 59bdbf4 + 2481b94 commit 1c357ed

File tree

8 files changed

+37
-7
lines changed

8 files changed

+37
-7
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

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ A live-clock based on Javascript & php for Joomla 3.
44
With up to 10 digit decimal display!
55
Source Time is fixed on UTC
66
deltaT is not utilized in this clock
7+
8+
![image](https://github.com/user-attachments/assets/6bdcbf5f-15a4-49ef-92dd-b5f9da6434ff)

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

updates.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<description>Julian Clock module by Bear</description>
66
<element>mod_julianclock</element>
77
<type>module</type>
8-
<version>2025.06.09.5</version>
8+
<version>2025.06.09.6</version>
99
<client>site</client>
1010
<infourl title="GitHub Repository">https://github.com/N6REJ/mod_julianclock</infourl>
1111
<downloads>
12-
<downloadurl type="full" format="zip">https://github.com/N6REJ/mod_julianclock/releases/download/2025.06.09.5/mod_julianclock_2025.06.09.5.zip</downloadurl>
12+
<downloadurl type="full" format="zip">https://github.com/N6REJ/mod_julianclock/releases/download/2025.06.09.6/mod_julianclock_2025.06.09.6.zip</downloadurl>
1313
</downloads>
1414
<targetplatform name="joomla" version="4.*" />
1515
<targetplatform name="joomla" version="5.*" />

0 commit comments

Comments
 (0)