Plugin Directory

Changeset 1141850


Ignore:
Timestamp:
04/22/2015 07:48:17 AM (11 years ago)
Author:
chemiker
Message:

Version 1.1.1

Location:
podlove-subscribe-button
Files:
21 added
2 edited

Legend:

Unmodified
Added
Removed
  • podlove-subscribe-button/trunk/podlove.php

    r1139561 r1141850  
    44 * Plugin URI:  http://wordpress.org/extend/plugins/podlove-subscribe-button/
    55 * Description: Brings the Podlove Subscribe Button to your WordPress installation.
    6  * Version:     1.1
     6 * Version:     1.1.1
    77 * Author:      Podlove
    88 * Author URI:  http://podlove.org
     
    2828    add_action( 'network_admin_menu', array( 'PodloveSubscribeButton', 'admin_network_menu') );
    2929
    30 add_action( 'admin_init', array( 'PodloveSubscribeButton', 'register_settings') );
    3130add_action( 'admin_init', array( 'PodloveSubscribeButton\Settings\Buttons', 'process_form' ) );
     31register_activation_hook( __FILE__, array( 'PodloveSubscribeButton', 'build_models' ) );
    3232
    3333add_action( 'admin_enqueue_scripts', function () {
     
    6767    }
    6868
    69     public static function register_settings() {
     69    public static function build_models() {
    7070        \PodloveSubscribeButton\Model\Button::build();
    7171        if ( is_multisite() )
  • podlove-subscribe-button/trunk/readme.txt

    r1139570 r1141850  
    55Requires at least: 3.0.1
    66Tested up to: 4.2
    7 Stable tag: 1.1
     7Stable tag: 1.1.1
    88License: MIT
    99License URI: http://opensource.org/licenses/MIT
     
    3131Podlove currently provides:
    3232
    33 * ***Podlove Podcast Publisher*** - a powerful plugin for WordPress for podcasters to publish metadata-rich podcasts
     33* ***Podlove Podcast Publisher*** - a powerful plugin for WordPress for podcasters to publish metadata-rich podcasts 
    3434* ***Podlove Web Player*** - a podcast-optimized HTML5 web player with chapter support
    3535* ***Podlove Subscribe Button*** - a centrally hosted universal podcast subscribe button for the web
Note: See TracChangeset for help on using the changeset viewer.