Changeset 1494494
- Timestamp:
- 09/12/2016 12:23:41 PM (9 years ago)
- Location:
- podlove-subscribe-button
- Files:
-
- 30 added
- 2 edited
-
tags/1.3.2 (added)
-
tags/1.3.2/LICENSE (added)
-
tags/1.3.2/README.md (added)
-
tags/1.3.2/constants.php (added)
-
tags/1.3.2/fonts (added)
-
tags/1.3.2/fonts/Podlove.dev.svg (added)
-
tags/1.3.2/fonts/Podlove.eot (added)
-
tags/1.3.2/fonts/Podlove.svg (added)
-
tags/1.3.2/fonts/Podlove.ttf (added)
-
tags/1.3.2/fonts/Podlove.woff (added)
-
tags/1.3.2/helper.php (added)
-
tags/1.3.2/js (added)
-
tags/1.3.2/js/admin.js (added)
-
tags/1.3.2/js/spectrum (added)
-
tags/1.3.2/js/spectrum/spectrum.css (added)
-
tags/1.3.2/js/spectrum/spectrum.js (added)
-
tags/1.3.2/media_types.php (added)
-
tags/1.3.2/model (added)
-
tags/1.3.2/model/base.php (added)
-
tags/1.3.2/model/button.php (added)
-
tags/1.3.2/model/network_button.php (added)
-
tags/1.3.2/podlove.php (added)
-
tags/1.3.2/readme.txt (added)
-
tags/1.3.2/settings (added)
-
tags/1.3.2/settings/buttons.php (added)
-
tags/1.3.2/settings/buttons_list_table.php (added)
-
tags/1.3.2/style.css (added)
-
tags/1.3.2/version.php (added)
-
tags/1.3.2/widget.php (added)
-
trunk/constants.php (added)
-
trunk/podlove.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
podlove-subscribe-button/trunk/podlove.php
r1494030 r1494494 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.3. 16 * Version: 1.3.2 7 7 * Author: Podlove 8 8 * Author URI: http://podlove.org … … 21 21 22 22 // Constants 23 define( '\PodloveSubscribeButton\PLUGIN_FILE_NAME', strtolower( preg_replace( '/([a-z])([A-Z])/', '$1-$2', '\PodloveSubscribeButton' ) ) . '.php' ); 24 define( '\PodloveSubscribeButton\PLUGIN_DIR' , plugin_dir_path( dirname(__FILE__) ) ); 25 define( '\PodloveSubscribeButton\PLUGIN_FILE', PLUGIN_DIR . PLUGIN_FILE_NAME ); 26 define( '\PodloveSubscribeButton\PLUGIN_URL' , plugins_url( '', PLUGIN_FILE ) ); 27 23 require('constants.php'); 28 24 require('settings/buttons.php'); 29 25 // Models -
podlove-subscribe-button/trunk/readme.txt
r1494030 r1494494 5 5 Requires at least: 3.0.1 6 6 Tested up to: 4.6 7 Stable tag: 1.3. 17 Stable tag: 1.3.2 8 8 License: MIT 9 9 License URI: http://opensource.org/licenses/MIT … … 134 134 == Changelog == 135 135 136 ### 1.3.2 137 * Fixed an error that caused notices on some installations 138 136 139 ### 1.3.1 137 140 * Fixed an error that caused fatal errors on some installations
Note: See TracChangeset
for help on using the changeset viewer.