Plugin Directory

Changeset 1377297


Ignore:
Timestamp:
03/23/2016 07:29:31 PM (10 years ago)
Author:
jkrill
Message:

3.5.2 - bug fixes

Location:
wp-jump-menu
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-jump-menu/tags/3.5.2/wp-jump-menu.php

    r1377293 r1377297  
    4242        $this->path = plugin_dir_path( __FILE__ );
    4343        $this->dir = plugins_url( '', __FILE__ );
    44         $this->version = '3.5.1';
     44        $this->version = '3.5.2';
    4545        $this->upgrade_version = '';
    4646        $this->options = get_option( 'wpjm_options' );
  • wp-jump-menu/trunk/wp-jump-menu.php

    r1377293 r1377297  
    4242        $this->path = plugin_dir_path( __FILE__ );
    4343        $this->dir = plugins_url( '', __FILE__ );
    44         $this->version = '3.5.1';
     44        $this->version = '3.5.2';
    4545        $this->upgrade_version = '';
    4646        $this->options = get_option( 'wpjm_options' );
Note: See TracChangeset for help on using the changeset viewer.