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

Skip to content

Commit d23ac52

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 77b8992 + 503e608 commit d23ac52

File tree

8 files changed

+40
-15
lines changed

8 files changed

+40
-15
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ 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.7] - 2025-06-09
9+
10+
### Changed
11+
12+
* Update updates.xml for version 2025.06.09.5 ([b102cef](https://github.com/N6REJ/mod_julianclock/commit/b102cef))
13+
* Update Julian Clock position field styling to use btn-group-yesno class ([f3c32c3](https://github.com/N6REJ/mod_julianclock/commit/f3c32c3))
14+
* Merge remote-tracking branch 'origin/main' ([76a18a4](https://github.com/N6REJ/mod_julianclock/commit/76a18a4))
15+
* Update version to 2025.06.09.6, creation date to 2025 June 09, and copyright year to 2025 ([e35cf3a](https://github.com/N6REJ/mod_julianclock/commit/e35cf3a))
16+
* Update updates.xml for version 2025.06.09.6 ([28e88d7](https://github.com/N6REJ/mod_julianclock/commit/28e88d7))
17+
* Update README.md ([2481b94](https://github.com/N6REJ/mod_julianclock/commit/2481b94))
18+
* Move updateservers section to end of manifest and update server configuration ([59bdbf4](https://github.com/N6REJ/mod_julianclock/commit/59bdbf4))
19+
* Merge remote-tracking branch 'origin/main' ([1c357ed](https://github.com/N6REJ/mod_julianclock/commit/1c357ed))
20+
821
## [2025.06.09.6] - 2025-06-09
922

1023
### Changed

CHANGELOG.md.bak

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ 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.7] - 2025-06-09
9+
10+
### Changed
11+
12+
* Update updates.xml for version 2025.06.09.5 ([b102cef](https://github.com/N6REJ/mod_julianclock/commit/b102cef))
13+
* Update Julian Clock position field styling to use btn-group-yesno class ([f3c32c3](https://github.com/N6REJ/mod_julianclock/commit/f3c32c3))
14+
* Merge remote-tracking branch 'origin/main' ([76a18a4](https://github.com/N6REJ/mod_julianclock/commit/76a18a4))
15+
* Update version to 2025.06.09.6, creation date to 2025 June 09, and copyright year to 2025 ([e35cf3a](https://github.com/N6REJ/mod_julianclock/commit/e35cf3a))
16+
* Update updates.xml for version 2025.06.09.6 ([28e88d7](https://github.com/N6REJ/mod_julianclock/commit/28e88d7))
17+
* Update README.md ([2481b94](https://github.com/N6REJ/mod_julianclock/commit/2481b94))
18+
* Move updateservers section to end of manifest and update server configuration ([59bdbf4](https://github.com/N6REJ/mod_julianclock/commit/59bdbf4))
19+
* Merge remote-tracking branch 'origin/main' ([1c357ed](https://github.com/N6REJ/mod_julianclock/commit/1c357ed))
20+
821
## [2025.06.09.6] - 2025-06-09
922

1023
### Changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
JulianClock
22
========
3+
![GitHub release (latest by date)](https://img.shields.io/github/v/release/N6REJ/mod_julianclock)
4+
![GitHub top language](https://img.shields.io/github/languages/top/N6REJ/mod_julianclock)
5+
![GitHub All Releases](https://img.shields.io/github/downloads/N6REJ/mod_julianclock/total)
6+
![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)
7+
========
38
A live-clock based on Javascript & php for Joomla 3.
49
With up to 10 digit decimal display!
510
Source Time is fixed on UTC

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

mod_julianclock.xml.bak

Lines changed: 4 additions & 10 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.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>
@@ -21,15 +21,6 @@
2121
<language tag="en-GB">language/en-GB/mod_julianclock.ini</language>
2222
<language tag="en-GB">language/en-GB/mod_julianclock.sys.ini</language>
2323
</languages>
24-
<updateservers>
25-
<server
26-
type="extension"
27-
name="julianClock"
28-
priority="1"
29-
>
30-
https://raw.githubusercontent.com/N6REJ/mod_julianclock/main/mod_julianclock_update.xml
31-
</server>
32-
</updateservers>
3324
<config>
3425
<fields name="params">
3526
<fieldset name="basic">
@@ -91,4 +82,7 @@
9182
</fieldset>
9283
</fields>
9384
</config>
85+
<updateservers>
86+
<server type="extension" priority="1" name="Bears Julian Clock Updates">https://raw.githubusercontent.com/N6REJ/mod_julianclock/main/updates.xml</server>
87+
</updateservers>
9488
</extension>

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.6
4+
* @version 2025.06.09.7
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.6</version>
8+
<version>2025.06.09.7</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.6/mod_julianclock_2025.06.09.6.zip</downloadurl>
12+
<downloadurl type="full" format="zip">https://github.com/N6REJ/mod_julianclock/releases/download/2025.06.09.7/mod_julianclock_2025.06.09.7.zip</downloadurl>
1313
</downloads>
1414
<targetplatform name="joomla" version="4.*" />
1515
<targetplatform name="joomla" version="5.*" />

0 commit comments

Comments
 (0)