Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed Apr 25, 2017
1 parent 0f81a17 commit ce04aae
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@ to put the plugin here, so that the CMSimple_XH developers are able to do the
necessary maintenance (at least do some odd fixes), and release new versions
from time to time.

[![stable: 1.2](https://img.shields.io/badge/stable-1.2-green.svg)](https://github.com/cmsimple-xh/teaser/releases/tag/1.2)
[![stable: 1.2.1](https://img.shields.io/badge/stable-1.2.1-green.svg)](https://github.com/cmsimple-xh/teaser/releases/tag/1.2.1)


For further information see help/help.htm.
6 changes: 3 additions & 3 deletions admin.php
Expand Up @@ -2,7 +2,7 @@
/**
* Teaser_XH for CMSimple_XH
* Backend
* @version 1.2, May 2014
* @version 1.2.1, April 2017
* @author svasti@svasti.de
*/

Expand Down Expand Up @@ -61,7 +61,7 @@ function file_put_contents($filename, $data) {
: '';

$text = "<?php\n\n"
. '$plugin_cf[\'teaser\'][\'version\']="1.2";' . "\n"
. '$plugin_cf[\'teaser\'][\'version\']="1.2.1";' . "\n"
. '$plugin_cf[\'teaser\'][\'editor_height\']="' . $teaser_editor_height . '";' . "\n"
. '$plugin_cf[\'teaser\'][\'path\']="' . $teaser_path . '";' . "\n"
. '$plugin_cf[\'teaser\'][\'path_starts_in_content_folder\']="' . $teaserpath_in_content_folder . '";' . "\n"
Expand All @@ -81,7 +81,7 @@ function file_put_contents($filename, $data) {

// activation form for updating
// ===============================
if(!isset($plugin_cf['teaser']['version']) || version_compare($plugin_cf['teaser']['version'], '1.2', '!=')) {
if(!isset($plugin_cf['teaser']['version']) || version_compare($plugin_cf['teaser']['version'], '1.2.1', '!=')) {

$o .= '<h1 style="border:2px red solid;background:yellow;text-align:center;">'
. $plugin_tx['teaser']['activation_alert']
Expand Down
3 changes: 3 additions & 0 deletions change_log.txt
@@ -1,6 +1,9 @@
Teaser_XH
by svasti

1.2.1 (4/2017)
see <https://github.com/cmsimple-xh/teaser/milestone/1?closed=1>

1.2 (5/2014)
- changed plugin stylesheet.css: instead of floating div-s most teasers
have become inline-blocks + other little changes
Expand Down
4 changes: 2 additions & 2 deletions help/help_de.htm
Expand Up @@ -27,9 +27,9 @@
<body>
<div class="main">
<div class="main2">
<h1>Teaser_XH 1.2</h1>
<h1>Teaser_XH 1.2.1</h1>

<h4>für CMSimple_XH 1.5/1.6, CMSimple 4<br>
<h4>für CMSimple_XH 1.5/1.6/1.7, CMSimple 4<br>
mit den Online-Editoren: CKeditor, Tinymce oder Codeeditor</h4><br>

<p>Teaser_XH fügt auf einer Seite mehrere div-Bereiche ein, die vorher im Plugin-Backend mit Inhalt gefüllt wurden.
Expand Down
4 changes: 2 additions & 2 deletions help/help_en.htm
Expand Up @@ -27,9 +27,9 @@
<body>
<div class="main">
<div class="main2">
<h1>Teaser_XH 1.2</h1>
<h1>Teaser_XH 1.2.1</h1>

<h4>for CMSimple_XH 1.5/1.6, CMSimple 4<br>with online editors: CKeditor, Tinymce or Codeeditor</h4><br>
<h4>for CMSimple_XH 1.5/1.6/1.7, CMSimple 4<br>with online editors: CKeditor, Tinymce or Codeeditor</h4><br>

<p>Teaser_XH puts several divs on a page, each of which can be filled with content in the plugin backend.
These divs can be assigned an internal or external link in order to serve as teasers for other pages.</p>
Expand Down
2 changes: 1 addition & 1 deletion index.php
Expand Up @@ -2,7 +2,7 @@
/**
* Teaser_XH for CMSimple_XH
* Frontend
* @version 1.2, May 2014
* @version 1.2.1, April 2017
* @author svasti@svasti.de
*/

Expand Down
2 changes: 1 addition & 1 deletion version.nfo
@@ -1 +1 @@
Teaser,1.2,1.2,,,https://github.com/cmsimple-xh/teaser,https://raw.githubusercontent.com/cmsimple-xh/teaser/master/version.nfo
Teaser,1.2.1,1.2.1,,,https://github.com/cmsimple-xh/teaser,https://raw.githubusercontent.com/cmsimple-xh/teaser/master/version.nfo

0 comments on commit ce04aae

Please sign in to comment.