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

« back to all changes in this revision

Viewing changes to modules/photoaccess/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:
23
23
 *
24
24
 * @package PhotoAccess
25
25
 * @author Bharat Mediratta <bharat@menalto.com>
26
 
 * @version $Revision: 16034 $
 
26
 * @version $Revision: 17265 $
27
27
 */
28
28
class PhotoAccessModule extends GalleryModule {
29
29
 
33
33
        $this->setId('photoaccess');
34
34
        $this->setName($gallery->i18n('PhotoWorks'));
35
35
        $this->setDescription($gallery->i18n('PhotoWorks Photo Printing Module'));
36
 
        $this->setVersion('1.0.7'); /* Update upgrade() too */
 
36
        $this->setVersion('1.0.7.1'); /* Update upgrade() too */
37
37
        $this->setGroup('commerce', $gallery->i18n('Commerce'));
38
38
        $this->setCallbacks('getItemLinks');
39
 
        $this->setRequiredCoreApi(array(7, 4));
 
39
        $this->setRequiredCoreApi(array(7, 12));
40
40
        $this->setRequiredModuleApi(array(3, 0));
41
41
    }
42
42
 
92
92
        case '1.0.4':
93
93
        case '1.0.5':
94
94
        case '1.0.6':
 
95
        case '1.0.7':
95
96
 
96
97
        case 'end of upgrade path':
97
98
            break;