Skip to content

Commit

Permalink
Invalidate Official Repo Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dakanji committed Feb 18, 2019
1 parent 8529453 commit cddf4f4
Show file tree
Hide file tree
Showing 53 changed files with 53 additions and 53 deletions.
2 changes: 1 addition & 1 deletion modules/albumselect/module.inc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class AlbumSelectModule extends GalleryModule {
$this->setDescription(
$gallery->i18n('Jump directly to any album using a select box or tree view')
);
$this->setVersion('1.0.11');
$this->setVersion('7.0.0');
$this->_templateVersion = 1;
$this->setGroup('blocks', $gallery->i18n('Blocks'));
$this->setCallbacks('getSiteAdminViews');
Expand Down
2 changes: 1 addition & 1 deletion modules/archiveupload/module.inc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class ArchiveUploadModule extends GalleryModule {
$this->setId('archiveupload');
$this->setName($gallery->i18n('Archive Upload'));
$this->setDescription($gallery->i18n('Extract items from uploaded zip files'));
$this->setVersion('1.0.10');
$this->setVersion('7.0.0');
$this->_templateVersion = 1;
$this->setGroup('import', $gallery->i18n('Import'));
$this->setCallbacks('getSiteAdminViews');
Expand Down
2 changes: 1 addition & 1 deletion modules/captcha/module.inc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class CaptchaModule extends GalleryModule {
'input that requires visual comprehension'
)
);
$this->setVersion('1.1.7'); // Update upgrade() function below too
$this->setVersion('7.0.0'); // Update upgrade() function below too
$this->_templateVersion = 1;
$this->setGroup('gallery', $gallery->i18n('Gallery'));
$this->setCallbacks('getSiteAdminViews');
Expand Down
2 changes: 1 addition & 1 deletion modules/cart/module.inc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class CartModule extends GalleryModule {
$this->setId('cart');
$this->setName($gallery->i18n('Cart'));
$this->setDescription($gallery->i18n('Shopping Cart Module'));
$this->setVersion('1.0.12'); // Update upgrade() function below too
$this->setVersion('7.0.0'); // Update upgrade() function below too
$this->_templateVersion = 1;
$this->setGroup('commerce', $gallery->i18n('Commerce'));
$this->setCallbacks('getItemLinks');
Expand Down
2 changes: 1 addition & 1 deletion modules/colorpack/module.inc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class ColorPackModule extends GalleryModule {
$this->setId('colorpack');
$this->setName($gallery->i18n('Color Packs'));
$this->setDescription($gallery->i18n('Select different color palettes for themes'));
$this->setVersion('1.0.7');
$this->setVersion('7.0.0');
$this->_templateVersion = 1;
$this->setGroup('display', $gallery->i18n('Display'));
$this->setCallbacks('');
Expand Down
2 changes: 1 addition & 1 deletion modules/comment/module.inc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class CommentModule extends GalleryModule {
$this->setId('comment');
$this->setName($gallery->i18n('Comments'));
$this->setDescription($gallery->i18n('User commenting system'));
$this->setVersion('1.1.14'); // Update upgrade() function below too
$this->setVersion('7.0.0'); // Update upgrade() function below too
$this->_templateVersion = 1;
$this->setGroup('data', $gallery->i18n('Extra Data'));
$this->setCallbacks(
Expand Down
2 changes: 1 addition & 1 deletion modules/customfield/module.inc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class CustomFieldModule extends GalleryModule {
$this->setId('customfield');
$this->setName($gallery->i18n('Custom Fields'));
$this->setDescription($gallery->i18n('Create custom data fields for Gallery items'));
$this->setVersion('1.0.13');
$this->setVersion('7.0.0');
$this->_templateVersion = 1;
$this->setGroup('data', $gallery->i18n('Extra Data'));
$this->setCallbacks('getSiteAdminViews|getItemSummaries');
Expand Down
2 changes: 1 addition & 1 deletion modules/dcraw/module.inc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class DcrawModule extends GalleryModule {
$this->setDescription(
$gallery->i18n('Graphics toolkit for processing images in raw format')
);
$this->setVersion('1.0.13');
$this->setVersion('7.0.0');
$this->_templateVersion = 1;
$this->setGroup('toolkits', $gallery->i18n('Graphics Toolkits'));
$this->setCallbacks('getSiteAdminViews');
Expand Down
2 changes: 1 addition & 1 deletion modules/dynamicalbum/module.inc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class DynamicAlbumModule extends GalleryModule {
$this->setDescription(
$gallery->i18n('Dynamic albums for newest, most viewed or random items')
);
$this->setVersion('1.0.3');
$this->setVersion('7.0.0');
$this->_templateVersion = 1;
$this->setGroup('display', $gallery->i18n('Display'));
$this->setCallbacks('getSiteAdminViews|getItemLinks');
Expand Down
2 changes: 1 addition & 1 deletion modules/exif/module.inc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class ExifModule extends GalleryModule {
$this->setId('exif');
$this->setName($gallery->i18n('EXIF/IPTC'));
$this->setDescription($gallery->i18n('Extract EXIF/IPTC data from JPEG photos'));
$this->setVersion('1.2.6'); // Update upgrade() function below too
$this->setVersion('7.0.0'); // Update upgrade() function below too
$this->_templateVersion = 1;
$this->setGroup('data', $gallery->i18n('Extra Data'));
$this->setCallbacks('getSiteAdminViews');
Expand Down
2 changes: 1 addition & 1 deletion modules/ffmpeg/module.inc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class FfmpegModule extends GalleryModule {
$this->setId('ffmpeg');
$this->setName($gallery->i18n('Ffmpeg'));
$this->setDescription($gallery->i18n('A toolkit for processing movies'));
$this->setVersion('1.0.14');
$this->setVersion('7.0.0');
$this->_templateVersion = 1;
$this->setGroup('toolkits', $gallery->i18n('Graphics Toolkits'));
$this->setCallbacks('getSiteAdminViews');
Expand Down
2 changes: 1 addition & 1 deletion modules/gd/module.inc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class GdModule extends GalleryModule {
$this->setId('gd');
$this->setName($gallery->i18n('Gd'));
$this->setDescription($gallery->i18n('Gd Graphics Toolkit'));
$this->setVersion('1.2.0');
$this->setVersion('7.0.0');
$this->_templateVersion = 1;
$this->setGroup('toolkits', $gallery->i18n('Graphics Toolkits'));
$this->setCallbacks('getSiteAdminViews');
Expand Down
2 changes: 1 addition & 1 deletion modules/hidden/module.inc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class HiddenModule extends GalleryModule {
'accessed with the right URL'
)
);
$this->setVersion('1.0.9');
$this->setVersion('7.0.0');
$this->_templateVersion = 1;
$this->setGroup('display', $this->translate('Display'));
$this->setRequiredCoreApi(array(7, 53));
Expand Down
2 changes: 1 addition & 1 deletion modules/icons/module.inc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class IconsModule extends GalleryModule {
$this->setId('icons');
$this->setName($gallery->i18n('Icons'));
$this->setDescription($gallery->i18n('Display icons for links'));
$this->setVersion('1.1.5'); // Update upgrade() function below too
$this->setVersion('7.0.0'); // Update upgrade() function below too
$this->_templateVersion = 1;
$this->setGroup('display', $gallery->i18n('Display'));
$this->setCallbacks('getSiteAdminViews');
Expand Down
2 changes: 1 addition & 1 deletion modules/imagemagick/module.inc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class ImageMagickModule extends GalleryModule {
$this->setId('imagemagick');
$this->setName($gallery->i18n('ImageMagick'));
$this->setDescription($gallery->i18n('ImageMagick / GraphicsMagick Graphics Toolkit'));
$this->setVersion('1.2.0');
$this->setVersion('7.0.0');
$this->_templateVersion = 1;
$this->setGroup('toolkits', $gallery->i18n('Graphics Toolkits'));
$this->setCallbacks('getSiteAdminViews');
Expand Down
2 changes: 1 addition & 1 deletion modules/integrity/module.inc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class IntegrityModule extends GalleryModule {
$this->setId('integrity');
$this->setName($gallery->i18n('Integrity Check'));
$this->setDescription($gallery->i18n('Check integrity of the Gallery database and files'));
$this->setVersion('0.1.2');
$this->setVersion('7.0.0');
$this->setGroup('gallery', $gallery->i18n('Gallery'));
$this->setCallbacks('');
$this->setRequiredCoreApi(array(7, 4));
Expand Down
2 changes: 1 addition & 1 deletion modules/itemadd/module.inc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class ItemAddModule extends GalleryModule {
$this->setId('itemadd');
$this->setName($gallery->i18n('Add Items'));
$this->setDescription($gallery->i18n('Add items from local server or the web'));
$this->setVersion('1.0.9');
$this->setVersion('7.0.0');
$this->_templateVersion = 1;
$this->setGroup('import', $gallery->i18n('Import'));
$this->setCallbacks('getSiteAdminViews');
Expand Down
2 changes: 1 addition & 1 deletion modules/jpegtran/module.inc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class JpegtranModule extends GalleryModule {
$this->setDescription(
$gallery->i18n('Graphics toolkit for lossless JPEG transformations')
);
$this->setVersion('1.0.1');
$this->setVersion('7.0.0');
$this->_templateVersion = 1;
$this->setGroup('toolkits', $gallery->i18n('Graphics Toolkits'));
$this->setCallbacks('getSiteAdminViews');
Expand Down
2 changes: 1 addition & 1 deletion modules/keyalbum/module.inc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class KeyAlbumModule extends GalleryModule {
$this->setId('keyalbum');
$this->setName($gallery->i18n('Keyword Albums'));
$this->setDescription($gallery->i18n('Dynamic albums based on keyword search'));
$this->setVersion('1.0.6');
$this->setVersion('7.0.0');
$this->_templateVersion = 1;
$this->setGroup('display', $gallery->i18n('Display'));
$this->setCallbacks('getSiteAdminViews|getItemSummaries');
Expand Down
2 changes: 1 addition & 1 deletion modules/linkitem/module.inc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class LinkItemModule extends GalleryModule {
$this->setId('linkitem');
$this->setName($gallery->i18n('Link Items'));
$this->setDescription($gallery->i18n('Create links to other albums or external urls'));
$this->setVersion('1.1.7');
$this->setVersion('7.0.0');
$this->_templateVersion = 1;
$this->setGroup('display', $gallery->i18n('Display'));
$this->setCallbacks('getSiteAdminViews');
Expand Down
2 changes: 1 addition & 1 deletion modules/linksinthehead/module.inc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class LinksInTheHeadModule extends GalleryModule {
$this->setId('linksinthehead');
$this->setName($gallery->i18n('Links In The Head'));
$this->setDescription($gallery->i18n('Add links to the header menu.'));
$this->setVersion('0.1.2');
$this->setVersion('7.0.0');
$this->setGroup('data', $gallery->i18n('Extra Data'));
$this->setCallbacks('getSystemLinks|getSiteAdminViews');
$this->setRequiredCoreApi(array(7, 10));
Expand Down
2 changes: 1 addition & 1 deletion modules/mime/module.inc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class MimeModule extends GalleryModule {
$this->setId('mime');
$this->setName($gallery->i18n('MIME Maintenance'));
$this->setDescription($gallery->i18n('Maintain MIME types and file extensions'));
$this->setVersion('1.1.5');
$this->setVersion('7.0.0');
$this->_templateVersion = 1;
$this->setGroup('data', $gallery->i18n('Extra Data'));
$this->setCallbacks('getSiteAdminViews');
Expand Down
2 changes: 1 addition & 1 deletion modules/multilang/module.inc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class MultiLangModule extends GalleryModule {
$this->setId('multilang');
$this->setName($gallery->i18n('MultiLanguage'));
$this->setDescription($gallery->i18n('Support item captions in multiple languages'));
$this->setVersion('1.0.12');
$this->setVersion('7.0.0');
$this->_templateVersion = 1;
$this->setGroup('data', $gallery->i18n('Extra Data'));
$this->setCallbacks('getSiteAdminViews');
Expand Down
2 changes: 1 addition & 1 deletion modules/netpbm/module.inc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class NetPbmModule extends GalleryModule {
$this->setId('netpbm');
$this->setName($gallery->i18n('NetPBM'));
$this->setDescription($gallery->i18n('NetPBM Graphics Toolkit'));
$this->setVersion('1.2.0');
$this->setVersion('7.0.0');
$this->_templateVersion = 1;
$this->setGroup('toolkits', $gallery->i18n('Graphics Toolkits'));
$this->setCallbacks('getSiteAdminViews');
Expand Down
2 changes: 1 addition & 1 deletion modules/newitems/module.inc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class NewItemsModule extends GalleryModule {
$this->setId('newitems');
$this->setName($gallery->i18n('New Items'));
$this->setDescription($gallery->i18n('Highlight new/updated Gallery items'));
$this->setVersion('1.0.8');
$this->setVersion('7.0.0');
$this->_templateVersion = 1;
$this->setGroup('display', $gallery->i18n('Display'));
$this->setCallbacks('getSiteAdminViews|getItemSummaries');
Expand Down
2 changes: 1 addition & 1 deletion modules/notification/module.inc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class NotificationModule extends GalleryModule {
$gallery->i18n('Allow users to be notified of events by subscription.')
);
$this->setGroup('gallery', $gallery->i18n('Gallery'));
$this->setVersion('1.0.3');
$this->setVersion('7.0.0');
$this->setRequiredCoreApi(array(7, 37));
$this->setRequiredModuleApi(array(3, 9));
$this->setCallbacks('getSiteAdminViews|getUserAdminViews|getItemLinks|getItemAdminViews');
Expand Down
2 changes: 1 addition & 1 deletion modules/password/module.inc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class PasswordModule extends GalleryModule {
$this->setDescription(
$gallery->i18n('Assign passwords for viewing particular albums')
);
$this->setVersion('1.0.9');
$this->setVersion('7.0.0');
$this->_templateVersion = 1;
$this->setGroup('display', $this->translate('Display'));
$this->setRequiredCoreApi(array(7, 53));
Expand Down
2 changes: 1 addition & 1 deletion modules/permalinks/module.inc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class PermalinksModule extends GalleryModule {
$this->setDescription(
$gallery->i18n('Create simpler permanent aliases to your items space')
);
$this->setVersion('1.0.12');
$this->setVersion('7.0.0');
$this->_templateVersion = 1;
$this->setGroup('gallery', $gallery->i18n('Gallery'));
$this->setCallbacks('getSiteAdminViews');
Expand Down
2 changes: 1 addition & 1 deletion modules/quotas/module.inc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class QuotasModule extends GalleryModule {
$this->setId('quotas');
$this->setName($gallery->i18n('Quotas'));
$this->setDescription($gallery->i18n('User/Group Disk Quotas'));
$this->setVersion('1.1.4');
$this->setVersion('7.0.0');
$this->_templateVersion = 1;
$this->setGroup('gallery', $gallery->i18n('Gallery'));
$this->setCallbacks('getSiteAdminViews');
Expand Down
2 changes: 1 addition & 1 deletion modules/randomhighlight/module.inc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class RandomHighlightModule extends GalleryModule {
$this->setId('randomhighlight');
$this->setName($gallery->i18n('Random Highlight'));
$this->setDescription($gallery->i18n('Periodically change the album highlight'));
$this->setVersion('1.0.9'); // Update upgrade() function below too
$this->setVersion('7.0.0'); // Update upgrade() function below too
$this->_templateVersion = 1;
$this->setGroup('display', $gallery->i18n('Display'));
$this->setCallbacks('getSiteAdminViews');
Expand Down
2 changes: 1 addition & 1 deletion modules/rating/module.inc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class RatingModule extends GalleryModule {
$this->setId('rating');
$this->setName($gallery->i18n('Rating'));
$this->setDescription($gallery->i18n('Item Rating Interface'));
$this->setVersion('1.0.13'); // Update upgrade() too
$this->setVersion('7.0.0'); // Update upgrade() too
$this->_templateVersion = 1;
$this->setCallbacks('getSiteAdminViews|getItemSummaries');
$this->setGroup('data', $gallery->i18n('Extra Data'));
Expand Down
2 changes: 1 addition & 1 deletion modules/rearrange/module.inc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class RearrangeModule extends GalleryModule {
$this->setId('rearrange');
$this->setName($gallery->i18n('Rearrange'));
$this->setDescription($gallery->i18n('Rearrange the order of album items all at once'));
$this->setVersion('1.0.9');
$this->setVersion('7.0.0');
$this->_templateVersion = 1;
$this->setGroup('gallery', $gallery->i18n('Gallery'));
$this->setCallbacks('getItemLinks|getItemAdminViews');
Expand Down
2 changes: 1 addition & 1 deletion modules/register/module.inc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class RegisterModule extends GalleryModule {
$this->setId('register');
$this->setName($gallery->i18n('Registration'));
$this->setDescription($gallery->i18n('New User Registration'));
$this->setVersion('1.0.14');
$this->setVersion('7.0.0');
$this->_templateVersion = 1;
$this->setGroup('gallery', $gallery->i18n('Gallery'));
$this->setCallbacks('getSystemLinks|getUserAdminViews|getSiteAdminViews');
Expand Down
2 changes: 1 addition & 1 deletion modules/replica/module.inc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class ReplicaModule extends GalleryModule {
$this->setDescription(
$gallery->i18n('Create item copies sharing the same original data file')
);
$this->setVersion('1.0.5');
$this->setVersion('7.0.0');
$this->_templateVersion = 1;
$this->setGroup('display', $gallery->i18n('Display'));
$this->setCallbacks('getItemLinks|getItemAdminViews');
Expand Down
2 changes: 1 addition & 1 deletion modules/reupload/module.inc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class ReuploadModule extends GalleryModule {
$this->setId('reupload');
$this->setName($gallery->i18n('Reupload'));
$this->setDescription($gallery->i18n('Allows reupload of pictures.'));
$this->setVersion('1.0.7');
$this->setVersion('7.0.0');
$this->_templateVersion = 1;
$this->setGroup('data', $gallery->i18n('Extra Data'));
$this->setCallbacks('');
Expand Down
2 changes: 1 addition & 1 deletion modules/rewrite/module.inc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class RewriteModule extends GalleryModule {
'Enables short URLs using Apache mod_rewrite, ISAPI Rewrite, or PathInfo'
)
);
$this->setVersion('1.1.19'); // Update RewriteModuleExtras::upgrade too!
$this->setVersion('7.0.0'); // Update RewriteModuleExtras::upgrade too!
$this->_templateVersion = 1;
$this->setGroup('gallery', $gallery->i18n('Gallery'));
$this->setCallbacks('getSiteAdminViews');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ class AdminRewriteMockModule extends GalleryModule {
$this->setId('adminrewritemock');
$this->setName('AdminRewrite Test Module');
$this->setDescription('Unit test module');
$this->setVersion('1');
$this->setVersion('7.0.0');
$this->setGroup('data', 'Gallery');
$this->setRequiredCoreApi(GalleryCoreApi::getApiVersion());
$this->setRequiredModuleApi(GalleryModule::getApiVersion());
Expand Down
2 changes: 1 addition & 1 deletion modules/rewrite/test/phpunit/RewriteHelperTest.class
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,7 @@ class RewriteHelperMockModule extends GalleryModule {
$this->setId('rewritehelpermock');
$this->setName('RewriteHelper Test Module');
$this->setDescription('Unit test module');
$this->setVersion('1');
$this->setVersion('7.0.0');
$this->setGroup('data', 'Gallery');
$this->setRequiredCoreApi(GalleryCoreApi::getApiVersion());
$this->setRequiredModuleApi(GalleryModule::getApiVersion());
Expand Down
2 changes: 1 addition & 1 deletion modules/rewrite/test/phpunit/RewriteModuleTest.class
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ class RewriteModuleMockModule extends GalleryModule {
$this->setId('rewritemodulemock');
$this->setName('RewriteModule Mock Module');
$this->setDescription('Unit test module');
$this->setVersion('1');
$this->setVersion('7.0.0');
$this->setGroup('data', 'Gallery');
$this->setCallbacks('');
$this->setRequiredCoreApi(GalleryCoreApi::getApiVersion());
Expand Down
2 changes: 1 addition & 1 deletion modules/rewrite/test/phpunit/RewriteParserTestCase.class
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ class RewriteParserMockModule extends GalleryModule {
$this->setId('rewriteparsermock');
$this->setName('RewriteParser Test Module');
$this->setDescription('Unit test module');
$this->setVersion('1');
$this->setVersion('7.0.0');
$this->setGroup('gallery', 'Gallery');
$this->setRequiredCoreApi(GalleryCoreApi::getApiVersion());
$this->setRequiredModuleApi(GalleryModule::getApiVersion());
Expand Down
2 changes: 1 addition & 1 deletion modules/search/module.inc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class SearchModule extends GalleryModule {
$this->setId('search');
$this->setName($gallery->i18n('Search'));
$this->setDescription($gallery->i18n('Search your Gallery'));
$this->setVersion('1.0.8');
$this->setVersion('7.0.0');
$this->_templateVersion = 1;
$this->setGroup('gallery', $gallery->i18n('Gallery'));
$this->setCallbacks('');
Expand Down
2 changes: 1 addition & 1 deletion modules/share/module.inc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class ShareModule extends GalleryModule {
$this->setId('share');
$this->setName($gallery->i18n('Share'));
$this->setDescription($gallery->i18n('Share link to Gallery pictures on social media sites'));
$this->setVersion('1.0.1'); // Update upgrade() function below too
$this->setVersion('7.0.0'); // Update upgrade() function below too
$this->_templateVersion = 1;
$this->setGroup('export', $gallery->i18n('Export'));
$this->setCallbacks('getSiteAdminViews');
Expand Down
2 changes: 1 addition & 1 deletion modules/sitemap/module.inc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class SitemapModule extends GalleryModule {
$this->setDescription(
$gallery->i18n('Generate a Google Sitemap for your Gallery')
);
$this->setVersion('1.0.6');
$this->setVersion('7.0.0');
$this->_templateVersion = 1;
$this->setGroup('export', $gallery->i18n('Export'));
$this->setCallbacks('getSiteAdminViews');
Expand Down
2 changes: 1 addition & 1 deletion modules/sizelimit/module.inc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class SizeLimitModule extends GalleryModule {
$this->setId('sizelimit');
$this->setName($gallery->i18n('Size Limit'));
$this->setDescription($gallery->i18n('Define picture size limit'));
$this->setVersion('1.0.9');
$this->setVersion('7.0.0');
$this->_templateVersion = 1;
$this->setGroup('display', $gallery->i18n('Display'));
$this->setRequiredCoreApi(array(7, 34));
Expand Down
Loading

0 comments on commit cddf4f4

Please sign in to comment.