Skip to content

Commit

Permalink
v1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenMoolenschot committed Dec 29, 2024
1 parent 3fc979d commit 90bbf16
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 13 deletions.
35 changes: 28 additions & 7 deletions joomill.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,23 @@ public function onBeforeCompileHead() {
}
.header .page-title {
color: #
color: #ffffff;
fde6b9;
font-weight: 400;
}
.header .page-title:after {
content: " - DEV";
.header .logo:after {
content: ".DEV";
background: red;
color: #ffffff;
font-size: 10px;
padding: 2px 5px;
border-radius: 5px;
}
.header .logo.small:after {
content: "" !important;
padding: 0px !important;
}
.header-item-content button {
Expand All @@ -76,16 +86,23 @@ public function onBeforeCompileHead() {
color: #ff9900;
}
.header a:hover,
.header-item-content:not(.no-link):not(.joomlaversion):hover {
background-color: #fde6b9;
color: #000;
}
.header-item-content button:hover {
color: #000;
}
.header-item-icon>* {
background-color: #ff9900;
}
.header-item-content.joomlaversion {
color: #fde6b9;
}
}
');
');
}
}

Expand All @@ -99,11 +116,15 @@ function onAfterRender() {

$body = Factory::getApplication()->getBody();
$find[] = Uri::getInstance()->root().'media/templates/administrator/atum/images/logos/login.svg';
$find[] = Uri::getInstance()->root().'media/templates/administrator/atum/images/logos/brand-large.svg';
$find[] = Uri::getInstance()->root().'media/templates/administrator/atum/images/logos/brand-small.svg';
$find[] = 'href="index.php?option=com_cpanel&view=cpanel&dashboard=help"';
$find[] = '<a href="https://docs.joomla.org/Special:MyLanguage/How_do_you_recover_or_reset_your_admin_password%3F" target="_blank" rel="noopener nofollow" title="Open Inloggegevens vergeten? in een nieuw venster">Inloggegevens vergeten?</a>';
$find[] = '<a href="https://docs.joomla.org/Special:MyLanguage/How_do_you_recover_or_reset_your_admin_password%3F" target="_blank" rel="noopener nofollow" title="Open Forgot your login details? in new window">Forgot your login details?</a>';

$replace[] = 'https://www.joomill.nl/customers/login-logo.png';
$replace[] = 'https://www.joomill.nl/customers/logo.svg';
$replace[] = 'https://www.joomill.nl/customers/logo-wit.svg';
$replace[] = 'https://www.joomill.nl/customers/blokjes-wit.svg';
$replace[] = 'href="https://www.joomill.nl/contactgegevens" target="_blank"';
$replace[] = '<a href="https://www.joomill.nl/contactgegevens" target="_blank" rel="noopener nofollow" title="Heb je een vraag?">Hulp nodig?</a>';
$replace[] = '<a href="https://www.joomill.nl/contactgegevens" target="_blank" rel="noopener nofollow" title="Heb je een vraag?">Need help?</a>';
Expand Down
8 changes: 4 additions & 4 deletions joomill.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<extension type="plugin" version="1.7" group="system" method="upgrade">
<extension type="plugin" group="system" method="upgrade">
<name>System - Joomill</name>
<creationDate>Mei 2023</creationDate>
<creationDate>December 2024</creationDate>
<author>Jeroen Moolenschot | Joomill</author>
<authorEmail>info@joomill.nl</authorEmail>
<authorUrl>https://www.joomill.nl</authorUrl>
<copyright>Copyright (C) 2022 Joomill. All rights reserved.</copyright>
<copyright>Copyright (C) 2024 Joomill. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later;</license>
<version>1.2.0</version>
<version>1.3.0</version>
<scriptfile>script.php</scriptfile>
<files>
<filename plugin="joomill">joomill.php</filename>
Expand Down
4 changes: 2 additions & 2 deletions manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<type>plugin</type>
<folder>system</folder>
<client>site</client>
<version>1.2.0</version>
<version>1.3.0</version>
<downloads>
<downloadurl type="full" format="zip">https://github.com/Joomill/Joomill_Styling/archive/1.2.0.zip</downloadurl>
<downloadurl type="full" format="zip">https://github.com/Joomill/Joomill_Styling/archive/1.3.0.zip</downloadurl>
</downloads>
<tags>
<tag>stable</tag>
Expand Down

0 comments on commit 90bbf16

Please sign in to comment.