Dotclear

source: plugins/microBlog/_define.php @ 1374

Revision 1374, 1.2 KB checked in by Jeremie, 14 years ago (diff)
  1. 0.2.1
  • Add fr local
Line 
1<?php
2# -- BEGIN LICENSE BLOCK ----------------------------------
3# This file is part of Micro-Blogging, a plugin for Dotclear.
4#
5# Copyright (c) 2009 Jeremie Patonnier
6# jeremie.patonnier@gmail.com
7#
8# Licensed under the GPL version 2.0 license.
9# A copy of this license is available in LICENSE file or at
10# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
11# -- END LICENSE BLOCK ------------------------------------
12
13if (!defined('DC_RC_PATH')) { return; }
14 
15$this->registerModule(
16        /* Name */        "Micro-Blogging",
17        /* Description*/  "Display and update your streamlifes all over the Web",
18        /* Author */      "Jeremie Patonnier",
19        /* Version */     '0.2',
20        /* Permissions */ 'usage,contentadmin'
21);
22
23# CHANGELOG
24
25# v. 0.2.1
26# Add fr local
27
28# v. 0.2 rev 1361
29# turn BETA
30# Start implementation of microBlogService::sanitize()
31# Clean up services instenciation
32# Refactoring the admin page
33
34# v. 0.1.2 rev 1359
35# fix microBlog instenciation
36# fix microBlogwidget instenciation
37# fix some chmod issues in microBlogCache
38# add microBlogService::formatOutput()
39
40# v. 0.1.1 rev 1358
41# some code polishing
42# Add the licence block to each PHP file
43
44# v. 0.1 rev 1350
45# first alpha realease
Note: See TracBrowser for help on using the repository browser.

Sites map