~ubuntu-branches/ubuntu/quantal/gallery2/quantal

« back to all changes in this revision

Viewing changes to modules/fotokasten/module.inc

  • Committer: Bazaar Package Importer
  • Author(s): Michael C. Schultheiss
  • Date: 2007-12-24 05:36:33 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20071224053633-1ha6lnfqkfvpgdia
Tags: 2.2.4-1
* New upstream release (Urgency high due to security fixes.
  Closes: #457644)
* debian/control: 
  + Update Standards-Version (No changes needed)
  + Add Homepage field, remove Homepage from Description
* debian/rules: No longer set DH_COMPAT (use debian/compat instead)

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 *
27
27
 * @package Fotokasten
28
28
 * @author Ioana Ciocanescu <service@fotokasten.de>
29
 
 * @version $Revision: 16034 $
 
29
 * @version $Revision: 17265 $
30
30
 */
31
31
class FotokastenModule extends GalleryModule {
32
32
 
36
36
        $this->setId('fotokasten');
37
37
        $this->setName($gallery->i18n('Fotokasten'));
38
38
        $this->setDescription($gallery->i18n('Fotokasten Photo Printing Module'));
39
 
        $this->setVersion('1.0.6');
 
39
        $this->setVersion('1.0.6.1');
40
40
        $this->setGroup('commerce', $this->translate('Commerce'));
41
41
        $this->setCallbacks('getSiteAdminViews|getItemLinks');
42
42
        $this->setRequiredCoreApi(array(7, 4));