Changeset 1868902
- Timestamp:
- 05/04/2018 08:44:26 PM (8 years ago)
- Location:
- walktheweb/trunk
- Files:
-
- 3 edited
-
includes/class-walktheweb.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
walktheweb.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
walktheweb/trunk/includes/class-walktheweb.php
r1868879 r1868902 135 135 add_blog_option($this->blogid, 'walktheweb_version', $this->version, null, 'no'); 136 136 if (get_blog_option($this->blogid, 'walktheweb_version') != $this->version) { 137 version_upgrade();137 $this->version_upgrade(); 138 138 update_blog_option($this->blogid, 'walktheweb_version', $this->version); 139 139 } … … 141 141 add_option('walktheweb_version', $this->version); 142 142 if (get_option('walktheweb_version') != $this->version) { 143 version_upgrade();143 $this->version_upgrade(); 144 144 update_option('walktheweb_version', $this->version); 145 145 } -
walktheweb/trunk/readme.txt
r1868879 r1868902 8 8 Requires PHP: 5.2.4 9 9 Tested up to: 4.9 10 Stable tag: 1.0. 210 Stable tag: 1.0.3 11 11 License: GPLv3 12 12 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 320 320 - Fixed bug in new WalkTheWeb user registration. 321 321 322 = 1.0.3 = 323 - Fixed bug in new WalkTheWeb class function reference. 324 322 325 == Upgrade Notice == 323 326 -
walktheweb/trunk/walktheweb.php
r1868879 r1868902 4 4 Plugin URI: https://wordpress.org/plugins/walktheweb/ 5 5 Description: WalkTheWeb 3D Store plugin creates a 3D Store for 3D Browsing in about 5 minutes. Works like a 3D Game and integrates your products from WooCommerce. 6 Version: 1.0. 26 Version: 1.0.3 7 7 Author: Dr. Aaron Dishno, HTTP3D Inc. 8 8 Author URI: https://www.walktheweb.com/wiki/dr-aaron-dishno/
Note: See TracChangeset
for help on using the changeset viewer.