-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
13 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
/** | ||
* Teaser_XH for CMSimple_XH | ||
* Backend | ||
* @version 1.2, May 2014 | ||
* @version 1.2.1, April 2017 | ||
* @author [email protected] | ||
*/ | ||
|
||
|
@@ -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" | ||
|
@@ -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'] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
/** | ||
* Teaser_XH for CMSimple_XH | ||
* Frontend | ||
* @version 1.2, May 2014 | ||
* @version 1.2.1, April 2017 | ||
* @author [email protected] | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |