diff --git a/modules/albumselect/module.inc b/modules/albumselect/module.inc index c17d3141a..a34cec477 100644 --- a/modules/albumselect/module.inc +++ b/modules/albumselect/module.inc @@ -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'); diff --git a/modules/archiveupload/module.inc b/modules/archiveupload/module.inc index 3811ace62..9b46c8756 100644 --- a/modules/archiveupload/module.inc +++ b/modules/archiveupload/module.inc @@ -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'); diff --git a/modules/captcha/module.inc b/modules/captcha/module.inc index 5cdaf7e39..b5da2a6d8 100644 --- a/modules/captcha/module.inc +++ b/modules/captcha/module.inc @@ -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'); diff --git a/modules/cart/module.inc b/modules/cart/module.inc index ed669814c..dec253345 100644 --- a/modules/cart/module.inc +++ b/modules/cart/module.inc @@ -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'); diff --git a/modules/colorpack/module.inc b/modules/colorpack/module.inc index 6a3249832..d79cb92e5 100644 --- a/modules/colorpack/module.inc +++ b/modules/colorpack/module.inc @@ -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(''); diff --git a/modules/comment/module.inc b/modules/comment/module.inc index 3308c720d..d39e8e7c9 100644 --- a/modules/comment/module.inc +++ b/modules/comment/module.inc @@ -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( diff --git a/modules/customfield/module.inc b/modules/customfield/module.inc index dc18907d0..c7691a93d 100644 --- a/modules/customfield/module.inc +++ b/modules/customfield/module.inc @@ -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'); diff --git a/modules/dcraw/module.inc b/modules/dcraw/module.inc index 10c02c753..1addb82f9 100644 --- a/modules/dcraw/module.inc +++ b/modules/dcraw/module.inc @@ -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'); diff --git a/modules/dynamicalbum/module.inc b/modules/dynamicalbum/module.inc index 1fd464032..5750b31ee 100644 --- a/modules/dynamicalbum/module.inc +++ b/modules/dynamicalbum/module.inc @@ -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'); diff --git a/modules/exif/module.inc b/modules/exif/module.inc index 89c3b835b..a010d0f20 100644 --- a/modules/exif/module.inc +++ b/modules/exif/module.inc @@ -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'); diff --git a/modules/ffmpeg/module.inc b/modules/ffmpeg/module.inc index faa763a35..fd8af7845 100644 --- a/modules/ffmpeg/module.inc +++ b/modules/ffmpeg/module.inc @@ -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'); diff --git a/modules/gd/module.inc b/modules/gd/module.inc index 5b10e07ec..6930539cd 100644 --- a/modules/gd/module.inc +++ b/modules/gd/module.inc @@ -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'); diff --git a/modules/hidden/module.inc b/modules/hidden/module.inc index 8c22a903b..af6e97614 100644 --- a/modules/hidden/module.inc +++ b/modules/hidden/module.inc @@ -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)); diff --git a/modules/icons/module.inc b/modules/icons/module.inc index d1ddc3254..034695b39 100644 --- a/modules/icons/module.inc +++ b/modules/icons/module.inc @@ -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'); diff --git a/modules/imagemagick/module.inc b/modules/imagemagick/module.inc index 1de71bb43..3806ae53d 100644 --- a/modules/imagemagick/module.inc +++ b/modules/imagemagick/module.inc @@ -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'); diff --git a/modules/integrity/module.inc b/modules/integrity/module.inc index 7f6d56558..3a8575027 100644 --- a/modules/integrity/module.inc +++ b/modules/integrity/module.inc @@ -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)); diff --git a/modules/itemadd/module.inc b/modules/itemadd/module.inc index 9d5b572aa..f65f21af5 100644 --- a/modules/itemadd/module.inc +++ b/modules/itemadd/module.inc @@ -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'); diff --git a/modules/jpegtran/module.inc b/modules/jpegtran/module.inc index ce41429c0..b65217c3d 100644 --- a/modules/jpegtran/module.inc +++ b/modules/jpegtran/module.inc @@ -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'); diff --git a/modules/keyalbum/module.inc b/modules/keyalbum/module.inc index 7b6d24da1..d3b369edc 100644 --- a/modules/keyalbum/module.inc +++ b/modules/keyalbum/module.inc @@ -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'); diff --git a/modules/linkitem/module.inc b/modules/linkitem/module.inc index fd6b0d460..76cdc3ae7 100644 --- a/modules/linkitem/module.inc +++ b/modules/linkitem/module.inc @@ -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'); diff --git a/modules/linksinthehead/module.inc b/modules/linksinthehead/module.inc index adf40dc53..d8e5d3fa1 100644 --- a/modules/linksinthehead/module.inc +++ b/modules/linksinthehead/module.inc @@ -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)); diff --git a/modules/mime/module.inc b/modules/mime/module.inc index 54a00e528..53b2ebedf 100644 --- a/modules/mime/module.inc +++ b/modules/mime/module.inc @@ -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'); diff --git a/modules/multilang/module.inc b/modules/multilang/module.inc index 96300e123..6645f2609 100644 --- a/modules/multilang/module.inc +++ b/modules/multilang/module.inc @@ -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'); diff --git a/modules/netpbm/module.inc b/modules/netpbm/module.inc index 3a447ab36..318d215c6 100644 --- a/modules/netpbm/module.inc +++ b/modules/netpbm/module.inc @@ -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'); diff --git a/modules/newitems/module.inc b/modules/newitems/module.inc index abb90dff7..62b07fa4e 100644 --- a/modules/newitems/module.inc +++ b/modules/newitems/module.inc @@ -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'); diff --git a/modules/notification/module.inc b/modules/notification/module.inc index d4c33ac64..2b97704ae 100644 --- a/modules/notification/module.inc +++ b/modules/notification/module.inc @@ -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'); diff --git a/modules/password/module.inc b/modules/password/module.inc index 7dbdcc101..5ca6e7110 100644 --- a/modules/password/module.inc +++ b/modules/password/module.inc @@ -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)); diff --git a/modules/permalinks/module.inc b/modules/permalinks/module.inc index c401de84c..ace89fde8 100644 --- a/modules/permalinks/module.inc +++ b/modules/permalinks/module.inc @@ -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'); diff --git a/modules/quotas/module.inc b/modules/quotas/module.inc index 4cf6d7135..4f9f088bf 100644 --- a/modules/quotas/module.inc +++ b/modules/quotas/module.inc @@ -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'); diff --git a/modules/randomhighlight/module.inc b/modules/randomhighlight/module.inc index 8502489bb..bffc79be9 100644 --- a/modules/randomhighlight/module.inc +++ b/modules/randomhighlight/module.inc @@ -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'); diff --git a/modules/rating/module.inc b/modules/rating/module.inc index 72acb636d..288ca1f40 100644 --- a/modules/rating/module.inc +++ b/modules/rating/module.inc @@ -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')); diff --git a/modules/rearrange/module.inc b/modules/rearrange/module.inc index bc870604c..c64a30108 100644 --- a/modules/rearrange/module.inc +++ b/modules/rearrange/module.inc @@ -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'); diff --git a/modules/register/module.inc b/modules/register/module.inc index 5d76bcdfd..e612e9d87 100644 --- a/modules/register/module.inc +++ b/modules/register/module.inc @@ -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'); diff --git a/modules/replica/module.inc b/modules/replica/module.inc index f1077a575..8d8e8033b 100644 --- a/modules/replica/module.inc +++ b/modules/replica/module.inc @@ -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'); diff --git a/modules/reupload/module.inc b/modules/reupload/module.inc index fe6ec12c0..a280dfd85 100644 --- a/modules/reupload/module.inc +++ b/modules/reupload/module.inc @@ -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(''); diff --git a/modules/rewrite/module.inc b/modules/rewrite/module.inc index 0779d5977..99dac25c2 100644 --- a/modules/rewrite/module.inc +++ b/modules/rewrite/module.inc @@ -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'); diff --git a/modules/rewrite/test/phpunit/AdminRewriteControllerTest.class b/modules/rewrite/test/phpunit/AdminRewriteControllerTest.class index dda582e5c..cb69e489a 100644 --- a/modules/rewrite/test/phpunit/AdminRewriteControllerTest.class +++ b/modules/rewrite/test/phpunit/AdminRewriteControllerTest.class @@ -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()); diff --git a/modules/rewrite/test/phpunit/RewriteHelperTest.class b/modules/rewrite/test/phpunit/RewriteHelperTest.class index e1cdf52f1..d71da183b 100644 --- a/modules/rewrite/test/phpunit/RewriteHelperTest.class +++ b/modules/rewrite/test/phpunit/RewriteHelperTest.class @@ -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()); diff --git a/modules/rewrite/test/phpunit/RewriteModuleTest.class b/modules/rewrite/test/phpunit/RewriteModuleTest.class index d8d88c717..67b3e5cdc 100644 --- a/modules/rewrite/test/phpunit/RewriteModuleTest.class +++ b/modules/rewrite/test/phpunit/RewriteModuleTest.class @@ -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()); diff --git a/modules/rewrite/test/phpunit/RewriteParserTestCase.class b/modules/rewrite/test/phpunit/RewriteParserTestCase.class index 144436f2e..e53c538f5 100644 --- a/modules/rewrite/test/phpunit/RewriteParserTestCase.class +++ b/modules/rewrite/test/phpunit/RewriteParserTestCase.class @@ -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()); diff --git a/modules/search/module.inc b/modules/search/module.inc index c261311e2..186c7d720 100644 --- a/modules/search/module.inc +++ b/modules/search/module.inc @@ -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(''); diff --git a/modules/share/module.inc b/modules/share/module.inc index c477a7fc9..8656f4814 100644 --- a/modules/share/module.inc +++ b/modules/share/module.inc @@ -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'); diff --git a/modules/sitemap/module.inc b/modules/sitemap/module.inc index a89b9c226..63985530b 100644 --- a/modules/sitemap/module.inc +++ b/modules/sitemap/module.inc @@ -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'); diff --git a/modules/sizelimit/module.inc b/modules/sizelimit/module.inc index 8d1892659..59b3543e8 100644 --- a/modules/sizelimit/module.inc +++ b/modules/sizelimit/module.inc @@ -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)); diff --git a/modules/slideshow/module.inc b/modules/slideshow/module.inc index 4643a2194..bae562a02 100644 --- a/modules/slideshow/module.inc +++ b/modules/slideshow/module.inc @@ -32,7 +32,7 @@ class SlideshowModule extends GalleryModule { $this->setId('slideshow'); $this->setName($gallery->i18n('Slideshow')); $this->setDescription($gallery->i18n('Slideshow')); - $this->setVersion('2.0.0'); + $this->setVersion('7.0.0'); $this->_templateVersion = 1; $this->setGroup('display', $gallery->i18n('Display')); $this->setCallbacks('getItemLinks|getSiteAdminViews'); diff --git a/modules/squarethumb/module.inc b/modules/squarethumb/module.inc index 75dde5701..d3a99a6b8 100644 --- a/modules/squarethumb/module.inc +++ b/modules/squarethumb/module.inc @@ -39,7 +39,7 @@ class SquareThumbModule extends GalleryModule { $this->setDescription( $gallery->i18n('Build all thumbnails so they are square') ); - $this->setVersion('1.0.9'); + $this->setVersion('7.0.0'); $this->_templateVersion = 1; $this->setGroup('display', $gallery->i18n('Display')); $this->setCallbacks('getSiteAdminViews'); diff --git a/modules/thumbnail/module.inc b/modules/thumbnail/module.inc index 3ae068211..211c97dfd 100644 --- a/modules/thumbnail/module.inc +++ b/modules/thumbnail/module.inc @@ -36,7 +36,7 @@ class ThumbnailModule extends GalleryModule { $this->setDescription( $gallery->i18n('Set default thumbnails for non-image items') ); - $this->setVersion('1.0.14'); // Update ThumbnailModuleExtras::upgrade also! + $this->setVersion('7.0.0'); // Update ThumbnailModuleExtras::upgrade also! $this->_templateVersion = 1; $this->setGroup('display', $gallery->i18n('Display')); $this->setCallbacks('getSiteAdminViews'); diff --git a/modules/thumbpage/module.inc b/modules/thumbpage/module.inc index c466ab9bd..3ba6bf4ef 100644 --- a/modules/thumbpage/module.inc +++ b/modules/thumbpage/module.inc @@ -36,7 +36,7 @@ class ThumbPageModule extends GalleryModule { $this->setDescription( $gallery->i18n('Select page/frame from a multipage file or movie for the thumbnail') ); - $this->setVersion('1.0.8'); + $this->setVersion('7.0.0'); $this->_templateVersion = 1; $this->setGroup('display', $gallery->i18n('Display')); $this->setRequiredCoreApi(array(7, 34)); diff --git a/modules/useralbum/module.inc b/modules/useralbum/module.inc index 2b6ece716..77be6835b 100644 --- a/modules/useralbum/module.inc +++ b/modules/useralbum/module.inc @@ -33,7 +33,7 @@ class UserAlbumModule extends GalleryModule { $this->setId('useralbum'); $this->setName($gallery->i18n('User Albums')); $this->setDescription($gallery->i18n('Create an album for each new user')); - $this->setVersion('1.0.11'); + $this->setVersion('7.0.0'); $this->_templateVersion = 1; $this->setGroup('gallery', $gallery->i18n('Gallery')); $this->setCallbacks('getSiteAdminViews|getSystemLinks'); diff --git a/modules/watermark/module.inc b/modules/watermark/module.inc index 33730380e..20e33e003 100644 --- a/modules/watermark/module.inc +++ b/modules/watermark/module.inc @@ -35,7 +35,7 @@ class WatermarkModule extends GalleryModule { $this->setName($gallery->i18n('Watermark')); $this->setDescription($gallery->i18n('Watermark your images')); // Update "upgrade()" too! - $this->setVersion('1.2.0'); + $this->setVersion('7.0.0'); $this->_templateVersion = 1; $this->setGroup('display', $gallery->i18n('Display')); $this->setCallbacks('getSiteAdminViews|getUserAdminViews'); diff --git a/themes/carbon/theme.inc b/themes/carbon/theme.inc index dd015eda3..e87c85425 100644 --- a/themes/carbon/theme.inc +++ b/themes/carbon/theme.inc @@ -32,7 +32,7 @@ class CarbonTheme extends GalleryTheme { $this->setId('carbon'); $this->setName($gallery->i18n('Carbon')); $this->setDescription($gallery->i18n('Gallery2 theme by mincel.com')); - $this->setVersion('1.2.6'); + $this->setVersion('7.0.0'); $this->setRequiredCoreApi(array(7, 51)); $this->setRequiredThemeApi(array(2, 5)); $this->setStandardSettings( diff --git a/themes/matrix/theme.inc b/themes/matrix/theme.inc index 3e7f13b73..ccddebfa3 100644 --- a/themes/matrix/theme.inc +++ b/themes/matrix/theme.inc @@ -32,7 +32,7 @@ class MatrixTheme extends GalleryTheme { $this->setId('matrix'); $this->setName($gallery->i18n('Matrix')); $this->setDescription($gallery->i18n('Standard Gallery2 look and feel')); - $this->setVersion('1.2.0'); + $this->setVersion('7.0.0'); $this->setRequiredCoreApi(array(7, 20)); $this->setRequiredThemeApi(array(2, 4)); $this->setStandardSettings( diff --git a/themes/siriux/theme.inc b/themes/siriux/theme.inc index ae73a0f63..d3a3adfb3 100644 --- a/themes/siriux/theme.inc +++ b/themes/siriux/theme.inc @@ -32,7 +32,7 @@ class SiriuxTheme extends GalleryTheme { $this->setId('siriux'); $this->setName($gallery->i18n('Siriux')); $this->setDescription($gallery->i18n('Siriux.net Gallery theme')); - $this->setVersion('1.1.5'); + $this->setVersion('7.0.0'); $this->setRequiredCoreApi(array(7, 20)); $this->setRequiredThemeApi(array(2, 4)); $this->setStandardSettings(