Skip to content

Commit

Permalink
Bump meta data version.
Browse files Browse the repository at this point in the history
  • Loading branch information
arnowelzel committed Mar 10, 2024
1 parent 2adbb18 commit 657bfe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LightboxPhotoSwipe/LightboxPhotoSwipe.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class LightboxPhotoSwipe
{
const VERSION = '5.2.4';
const SLUG = 'lightbox-photoswipe';
const META_VERSION = '16';
const META_VERSION = '17';
const CACHE_EXPIRE_IMG_DETAILS = 86400;
const DB_VERSION = 36;
const BASEPATH = WP_PLUGIN_DIR.'/'.self::SLUG.'/';
Expand Down

0 comments on commit 657bfe2

Please sign in to comment.