Plugin Directory

Changeset 3193514


Ignore:
Timestamp:
11/20/2024 09:56:41 PM (17 months ago)
Author:
sharedvision
Message:

version bump

Location:
shared-vision
Files:
47 added
2 edited

Legend:

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

    r3193511 r3193514  
    1 === Plugin Name ===
    2 Contributors: Shared Vision
     1=== Shared Vision ===
     2Contributors: sharedvision
    33Donate link: https://joinsharedvision.com/
    44Tags:
    55Requires at least: 6.0.0
    66Tested up to: 6.7.0
    7 Stable tag: 1.0.3
     7Stable tag: 1.0.4
    88Requires PHP: 8.0
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1111
    12 The Shared Vision Wordpress plugin connects to your Shared Vision account granting your Wordpress website direct access to your shopping lists! You can now see your most recently created shopping lists in a dropdown, it can be aded to any page/post on your site. Take the guess work out of adding your Shared Vision lists!
     12The Shared Vision Wordpress plugin connects to your Shared Vision account granting your Wordpress website direct access!
    1313
    1414== Description ==
  • shared-vision/trunk/sharedvision.php

    r3193511 r3193514  
    44 * Description: Connect SharedVision with your WordPress powered website, easily.
    55 * Author: Shared Vision
    6  * Author URI: https://www.joinsharedvision.com/
    7  * Version: 1.0.3
     6 * Author URI: https://joinsharedvision.com/
     7 * Version: 1.0.4
    88 */
    99
    1010defined( 'ABSPATH' ) || exit;
    1111
    12 const SHARED_VISION_VERSION = '1.0.3';
     12const SHARED_VISION_VERSION = '1.0.4';
    1313const SHARED_VISION_BASE_FILE_PATH = __FILE__;
    1414
Note: See TracChangeset for help on using the changeset viewer.