From 817d90952444639ca97232a223f29adae3c61812 Mon Sep 17 00:00:00 2001 From: Oldperl <44996956+oldperl@users.noreply.github.com> Date: Mon, 19 Dec 2011 19:03:25 +0000 Subject: [PATCH] added changelog file --- CHANGELOG | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 CHANGELOG diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..2ef64b8 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,53 @@ +/** + * file CHANGELOG + * + * @package SemmelstatzR + * @version $Rev:$ + * @since 1.0.0 + * @author SEM-Team + * @copyright (c)2011 SEM-Team + * @link http://sourceforge.net/projects/semmelstatz/ + * @license http://www.gnu.org/licenses/gpl-3.0.html + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * $Id:$ + * + */ + +Release 1.0.0 (initial release) +------------------------------------------------------------------------------ +** Bug + + +** Improvement + * cleanup for templates section, now an array is used for entries + * added pot-file for further translations + + +** New Feature + * added tracker image for use with cache plugins + * added agent class using an ini-file + * replace Google-charts with lib pChart + * add class upgrademe for upgrade notifications in plugin admin area + * add help section (only for wp<3.3 right now), help content has to be written + * added localization and semr functions to wrap wp-functions + * added notification feature for admin if beta or rc version is used + +** Task + * transleted gettext for de_DE using generated pot-file + +Semmelstatz 3.3 +------------------------------------------------------------------------------ +Original of plugin and startpoint of fork for semmelstatzR(eloaded) \ No newline at end of file