Plugin Directory

Changeset 2249711


Ignore:
Timestamp:
02/25/2020 07:24:47 AM (6 years ago)
Author:
grosbouff
Message:

3.2.7

Location:
wp-soundsystem/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-soundsystem/trunk/wp-soundsystem.php

    r2247794 r2249711  
    66Author: G.Breant
    77Author URI: https://profiles.wordpress.org/grosbouff/#content-plugins
    8 Version: 3.2.6
     8Version: 3.2.7
    99License: GPL2
    1010*/
     
    3737    * @public string plugin version
    3838    */
    39     public $version = '3.2.6';
     39    public $version = '3.2.7';
    4040    /**
    4141    * @public string plugin DB version
  • wp-soundsystem/trunk/wpsstm-core-tracks.php

    r2247794 r2249711  
    3030
    3131        //rewrite rules
    32         add_action('wo_loaded', array($this, 'tracks_rewrite_rules') );
     32        add_action('wp_loaded', array($this, 'tracks_rewrite_rules') );
    3333
    3434        add_action( 'wp_enqueue_scripts', array( $this, 'register_tracks_scripts_styles' ) );
Note: See TracChangeset for help on using the changeset viewer.