Dotclear

source: plugins/rateIt/_define.php @ 1486

Revision 1486, 687 bytes checked in by JcDenis, 14 years ago (diff)

rateIt 0.9.6:

  • Fixed DC 2.1.6 URL handlers ending
  • Added sort by sort rate by date (thanks to lottie14)
  • Cleaned some stuff
Line 
1<?php
2# -- BEGIN LICENSE BLOCK ----------------------------------
3# This file is part of rateIt, a plugin for Dotclear 2.
4#
5# Copyright (c) 2009 JC Denis and contributors
6# jcdenis@gdwd.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#
12# -- END LICENSE BLOCK ------------------------------------
13
14if (!defined('DC_RC_PATH')){return;}
15
16$this->registerModule(
17     /* Name */               "Rate it",
18     /* Description*/         "Rating system for your posts",
19     /* Author */             "JC Denis",
20     /* Version */            '0.9.6',
21     /* Permissions */        'admin'
22);
23     /* date */          #20090923
24?>
Note: See TracBrowser for help on using the repository browser.

Sites map