Plugin Directory

Changeset 3069269


Ignore:
Timestamp:
04/11/2024 10:22:48 PM (2 years ago)
Author:
sharedvision
Message:

version bump

Location:
shared-vision/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • shared-vision/trunk/readme.txt

    r2900829 r3069269  
    44Tags:
    55Requires at least: 6.0.0
    6 Tested up to: 6.2
    7 Stable tag: 1.0.1
     6Tested up to: 6.5.0
     7Stable tag: 1.0.2
    88Requires PHP: 8.0
    99License: GPLv2 or later
     
    7575== Changelog ==
    7676
     77= 1.0.2 =
     78* Compatibility check for latest WordPress version
     79
    7780= 1.0.1 =
    7881* Shortens list cache
  • shared-vision/trunk/sharedvision.php

    r2900829 r3069269  
    1010defined( 'ABSPATH' ) || exit;
    1111
    12 const SHARED_VISION_VERSION = '1.0.1';
     12const SHARED_VISION_VERSION = '1.0.2';
    1313const SHARED_VISION_BASE_FILE_PATH = __FILE__;
    1414
Note: See TracChangeset for help on using the changeset viewer.