Plugin Directory

Changeset 1868902


Ignore:
Timestamp:
05/04/2018 08:44:26 PM (8 years ago)
Author:
adishno
Message:

Corrected in class function reference

Location:
walktheweb/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • walktheweb/trunk/includes/class-walktheweb.php

    r1868879 r1868902  
    135135            add_blog_option($this->blogid, 'walktheweb_version', $this->version, null, 'no');
    136136            if (get_blog_option($this->blogid, 'walktheweb_version') != $this->version) {
    137                 version_upgrade();
     137                $this->version_upgrade();
    138138                update_blog_option($this->blogid, 'walktheweb_version', $this->version);
    139139            }
     
    141141            add_option('walktheweb_version', $this->version);
    142142            if (get_option('walktheweb_version') != $this->version) {
    143                 version_upgrade();
     143                $this->version_upgrade();
    144144                update_option('walktheweb_version', $this->version);
    145145            }
  • walktheweb/trunk/readme.txt

    r1868879 r1868902  
    88Requires PHP: 5.2.4
    99Tested up to: 4.9
    10 Stable tag: 1.0.2
     10Stable tag: 1.0.3
    1111License: GPLv3
    1212License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    320320- Fixed bug in new WalkTheWeb user registration.
    321321
     322= 1.0.3 =
     323- Fixed bug in new WalkTheWeb class function reference.
     324
    322325== Upgrade Notice ==
    323326 
  • walktheweb/trunk/walktheweb.php

    r1868879 r1868902  
    44Plugin URI: https://wordpress.org/plugins/walktheweb/
    55Description: 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.2
     6Version: 1.0.3
    77Author: Dr. Aaron Dishno, HTTP3D Inc.
    88Author URI: https://www.walktheweb.com/wiki/dr-aaron-dishno/
Note: See TracChangeset for help on using the changeset viewer.