hello
a new release is out
new thing is fck editor 2.1.1
i add an enhancement to the
default.inc.php
if you use the standard backentext! you will see from now on the release date of you installed version!
if you have edit the standard backend text add this to the code and you will see wich release you use!
Code: Select all
<?php echo htmlentities($phpwcms['version']) ?>
i will see that i will upgrade the default.inc.php everytime i publish an update at the docu page!
-------
hallo
eine neue version ist draussen
die beinhaltet version fck editor 2.1.1
desweiteren habe ich die default.inc.php um das veröffentlichungsdatum dere version erweitert. wenn ihr den standard backedtext abgeändert habt fügt folgende zeile hinzu
Code: Select all
<?php echo htmlentities($phpwcms['version']) ?>
somit seht ihr welche version bei euch auf dem server läuft.
ich werde sehen das ich das bei jeden update aktualisiere!