Skip to content
This repository has been archived by the owner on Nov 30, 2017. It is now read-only.

Commit

Permalink
Version 1.1.1
Browse files Browse the repository at this point in the history
archiving
  • Loading branch information
d4s6 committed Nov 29, 2017
1 parent d501178 commit 35077c1
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class head extends Plugin

const NAME = __CLASS__;

const VERSION = '1.1.0';
const VERSION = '1.1.1';

const AUTHOR = 'David Ringsdorf';

Expand Down
1 change: 1 addition & 0 deletions language/deDE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ info.description.description_text = Überträgt den angegebenen Code in den Do
info.description.example_header = Beispiel
info.description.licence_header = Lizenz
info.placeholder.title = Überträgt den angegebenen Code in den Dokumentenkopf <head></head> der aktuellen Seite.
info.description.warning = <mark><strong>⚠️ Hinweis</strong>: Dieses Plugin wird nicht mehr gepflegt!</mark> (Nov. 2017)

config.show_placeholder.description = <code>{head|...}</code> in der Plugin-Auswahl-Liste des Editors anzeigen.
2 changes: 1 addition & 1 deletion licence.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016 David Ringsdorf
Copyright (c) 2016 David Ringsdorf http://davidringsdorf.de

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
22 changes: 19 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
head - ein moziloCMS Plugin
===========================

⚠️ **Hinweis**: Dieses Plugin wird nicht mehr gepflegt!
(Nov. 2017)

----

head - ein [moziloCMS](http://www.mozilo.de/) Plugin
====================================================

Beschreibung
------------
Expand All @@ -14,4 +20,14 @@ Beispiel
<!-- head-Plugin -->
<style type="text/css"> h1 ^{background-color: #f00;^} </style>
<script type="text/javascript"> document.write("Hello World!") </script>
}
}

Lizenz
------

[MIT License](licence.txt)

Autor
-----

[David Ringsdorf](http://davidringsdorf.de)
1 change: 1 addition & 0 deletions template/admin_description.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
* @license The MIT License (MIT)
*/
?>
<p><?= $t->getLanguageValue('info.description.warning'); ?></p>
<h1><?= $t->getLanguageValue('info.description.description_header'); ?></h1>
<p><?= $t->getLanguageValue('info.description.description_text'); ?></p>
<h2><?= $t->getLanguageValue('info.description.example_header'); ?></h2>
Expand Down

0 comments on commit 35077c1

Please sign in to comment.