Changeset 3193514
- Timestamp:
- 11/20/2024 09:56:41 PM (17 months ago)
- Location:
- shared-vision
- Files:
-
- 47 added
- 2 edited
-
tags/1.0.4 (added)
-
tags/1.0.4/_functions (added)
-
tags/1.0.4/_functions/utility.php (added)
-
tags/1.0.4/app (added)
-
tags/1.0.4/app/API (added)
-
tags/1.0.4/app/API/SharedVision (added)
-
tags/1.0.4/app/API/SharedVision/Plugins.php (added)
-
tags/1.0.4/app/API/SharedVision/Request.php (added)
-
tags/1.0.4/app/AdminController.php (added)
-
tags/1.0.4/app/AdminCoordinator (added)
-
tags/1.0.4/app/AdminCoordinator/Settings.php (added)
-
tags/1.0.4/app/Builders (added)
-
tags/1.0.4/app/Builders.php (added)
-
tags/1.0.4/app/Builders/DiviBuilder (added)
-
tags/1.0.4/app/Builders/DiviBuilder.php (added)
-
tags/1.0.4/app/Builders/DiviBuilder/Embed.php (added)
-
tags/1.0.4/app/Builders/Elementor (added)
-
tags/1.0.4/app/Builders/Elementor.php (added)
-
tags/1.0.4/app/Builders/Elementor/Embed.php (added)
-
tags/1.0.4/app/Builders/Gutenberg.php (added)
-
tags/1.0.4/app/Builders/WPBakery.php (added)
-
tags/1.0.4/app/Controller.php (added)
-
tags/1.0.4/app/Gutenberg.php (added)
-
tags/1.0.4/app/Helper (added)
-
tags/1.0.4/app/Helper/Embed.php (added)
-
tags/1.0.4/app/Helper/Health.php (added)
-
tags/1.0.4/app/Helper/Lists.php (added)
-
tags/1.0.4/app/Settings.php (added)
-
tags/1.0.4/app/Template.php (added)
-
tags/1.0.4/app/Widget (added)
-
tags/1.0.4/app/Widget/Embed.php (added)
-
tags/1.0.4/assets (added)
-
tags/1.0.4/assets/screenshot-1.png (added)
-
tags/1.0.4/assets/screenshot-2.png (added)
-
tags/1.0.4/assets/screenshot-3.png (added)
-
tags/1.0.4/autoload.php (added)
-
tags/1.0.4/interface (added)
-
tags/1.0.4/interface/assets (added)
-
tags/1.0.4/interface/assets/icon.png (added)
-
tags/1.0.4/interface/gutenberg (added)
-
tags/1.0.4/interface/gutenberg/embed.js (added)
-
tags/1.0.4/readme.txt (added)
-
tags/1.0.4/sharedvision.php (added)
-
tags/1.0.4/templates (added)
-
tags/1.0.4/templates/admin (added)
-
tags/1.0.4/templates/admin/settings.php (added)
-
tags/1.0.4/templates/embed.php (added)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/sharedvision.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
shared-vision/trunk/readme.txt
r3193511 r3193514 1 === Plugin Name===2 Contributors: Shared Vision1 === Shared Vision === 2 Contributors: sharedvision 3 3 Donate link: https://joinsharedvision.com/ 4 4 Tags: 5 5 Requires at least: 6.0.0 6 6 Tested up to: 6.7.0 7 Stable tag: 1.0. 37 Stable tag: 1.0.4 8 8 Requires PHP: 8.0 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 11 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!12 The Shared Vision Wordpress plugin connects to your Shared Vision account granting your Wordpress website direct access! 13 13 14 14 == Description == -
shared-vision/trunk/sharedvision.php
r3193511 r3193514 4 4 * Description: Connect SharedVision with your WordPress powered website, easily. 5 5 * Author: Shared Vision 6 * Author URI: https:// www.joinsharedvision.com/7 * Version: 1.0. 36 * Author URI: https://joinsharedvision.com/ 7 * Version: 1.0.4 8 8 */ 9 9 10 10 defined( 'ABSPATH' ) || exit; 11 11 12 const SHARED_VISION_VERSION = '1.0. 3';12 const SHARED_VISION_VERSION = '1.0.4'; 13 13 const SHARED_VISION_BASE_FILE_PATH = __FILE__; 14 14
Note: See TracChangeset
for help on using the changeset viewer.