Changeset 1141850
- Timestamp:
- 04/22/2015 07:48:17 AM (11 years ago)
- Location:
- podlove-subscribe-button
- Files:
-
- 21 added
- 2 edited
-
tags/1.1.1 (added)
-
tags/1.1.1/LICENSE (added)
-
tags/1.1.1/README.md (added)
-
tags/1.1.1/fonts (added)
-
tags/1.1.1/fonts/Podlove.dev.svg (added)
-
tags/1.1.1/fonts/Podlove.eot (added)
-
tags/1.1.1/fonts/Podlove.svg (added)
-
tags/1.1.1/fonts/Podlove.ttf (added)
-
tags/1.1.1/fonts/Podlove.woff (added)
-
tags/1.1.1/media_types.php (added)
-
tags/1.1.1/model (added)
-
tags/1.1.1/model/base.php (added)
-
tags/1.1.1/model/button.php (added)
-
tags/1.1.1/model/network_button.php (added)
-
tags/1.1.1/podlove.php (added)
-
tags/1.1.1/readme.txt (added)
-
tags/1.1.1/settings (added)
-
tags/1.1.1/settings/buttons.php (added)
-
tags/1.1.1/settings/buttons_list_table.php (added)
-
tags/1.1.1/style.css (added)
-
tags/1.1.1/widget.php (added)
-
trunk/podlove.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
podlove-subscribe-button/trunk/podlove.php
r1139561 r1141850 4 4 * Plugin URI: http://wordpress.org/extend/plugins/podlove-subscribe-button/ 5 5 * Description: Brings the Podlove Subscribe Button to your WordPress installation. 6 * Version: 1.1 6 * Version: 1.1.1 7 7 * Author: Podlove 8 8 * Author URI: http://podlove.org … … 28 28 add_action( 'network_admin_menu', array( 'PodloveSubscribeButton', 'admin_network_menu') ); 29 29 30 add_action( 'admin_init', array( 'PodloveSubscribeButton', 'register_settings') );31 30 add_action( 'admin_init', array( 'PodloveSubscribeButton\Settings\Buttons', 'process_form' ) ); 31 register_activation_hook( __FILE__, array( 'PodloveSubscribeButton', 'build_models' ) ); 32 32 33 33 add_action( 'admin_enqueue_scripts', function () { … … 67 67 } 68 68 69 public static function register_settings() {69 public static function build_models() { 70 70 \PodloveSubscribeButton\Model\Button::build(); 71 71 if ( is_multisite() ) -
podlove-subscribe-button/trunk/readme.txt
r1139570 r1141850 5 5 Requires at least: 3.0.1 6 6 Tested up to: 4.2 7 Stable tag: 1.1 7 Stable tag: 1.1.1 8 8 License: MIT 9 9 License URI: http://opensource.org/licenses/MIT … … 31 31 Podlove currently provides: 32 32 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 34 34 * ***Podlove Web Player*** - a podcast-optimized HTML5 web player with chapter support 35 35 * ***Podlove Subscribe Button*** - a centrally hosted universal podcast subscribe button for the web
Note: See TracChangeset
for help on using the changeset viewer.