Changeset 3069264
- Timestamp:
- 04/11/2024 10:15:47 PM (2 years ago)
- Location:
- shared-vision-light/tags/1.1.1
- Files:
-
- 8 copied
-
. (copied) (copied from shared-vision-light/trunk)
-
_functions (copied) (copied from shared-vision-light/trunk/_functions)
-
app (copied) (copied from shared-vision-light/trunk/app)
-
assets (copied) (copied from shared-vision-light/trunk/assets)
-
autoload.php (copied) (copied from shared-vision-light/trunk/autoload.php)
-
readme.txt (copied) (copied from shared-vision-light/trunk/readme.txt) (2 diffs)
-
sharedvision.php (copied) (copied from shared-vision-light/trunk/sharedvision.php) (1 diff)
-
templates (copied) (copied from shared-vision-light/trunk/templates)
Legend:
- Unmodified
- Added
- Removed
-
shared-vision-light/tags/1.1.1/readme.txt
r2996096 r3069264 4 4 Tags: 5 5 Requires at least: 2.1.0 6 Tested up to: 6. 4.17 Stable tag: 1.1. 06 Tested up to: 6.5.0 7 Stable tag: 1.1.1 8 8 Requires PHP: 5.4 9 9 License: GPLv2 or later … … 67 67 == Changelog == 68 68 69 = 1.1.1 = 70 * Compatibility check for latest WordPress version 71 69 72 = 1.1 = 70 73 * Adds Settings interface to save API keys -
shared-vision-light/tags/1.1.1/sharedvision.php
r2996096 r3069264 10 10 defined( 'ABSPATH' ) || exit; 11 11 12 const SHARED_VISION_VERSION = '1.1. 0';12 const SHARED_VISION_VERSION = '1.1.1'; 13 13 const SHARED_VISION_BASE_FILE_PATH = __FILE__; 14 14
Note: See TracChangeset
for help on using the changeset viewer.