Changeset 2128647
- Timestamp:
- 07/25/2019 06:06:37 PM (7 years ago)
- Location:
- podlove-subscribe-button
- Files:
-
- 48 added
- 1 edited
-
tags/1.3.7 (added)
-
tags/1.3.7/LICENSE (added)
-
tags/1.3.7/constants.php (added)
-
tags/1.3.7/fonts (added)
-
tags/1.3.7/fonts/Podlove.dev.svg (added)
-
tags/1.3.7/fonts/Podlove.eot (added)
-
tags/1.3.7/fonts/Podlove.svg (added)
-
tags/1.3.7/fonts/Podlove.ttf (added)
-
tags/1.3.7/fonts/Podlove.woff (added)
-
tags/1.3.7/helper.php (added)
-
tags/1.3.7/js (added)
-
tags/1.3.7/js/admin.js (added)
-
tags/1.3.7/media_types.php (added)
-
tags/1.3.7/model (added)
-
tags/1.3.7/model/base.php (added)
-
tags/1.3.7/model/button.php (added)
-
tags/1.3.7/model/network_button.php (added)
-
tags/1.3.7/podlove.php (added)
-
tags/1.3.7/readme.txt (added)
-
tags/1.3.7/settings (added)
-
tags/1.3.7/settings/buttons.php (added)
-
tags/1.3.7/settings/buttons_list_table.php (added)
-
tags/1.3.7/style.css (added)
-
tags/1.3.7/version.php (added)
-
tags/1.3.7/widget.php (added)
-
trunk/LICENSE (added)
-
trunk/constants.php (added)
-
trunk/fonts (added)
-
trunk/fonts/Podlove.dev.svg (added)
-
trunk/fonts/Podlove.eot (added)
-
trunk/fonts/Podlove.svg (added)
-
trunk/fonts/Podlove.ttf (added)
-
trunk/fonts/Podlove.woff (added)
-
trunk/helper.php (added)
-
trunk/js (added)
-
trunk/js/admin.js (added)
-
trunk/media_types.php (added)
-
trunk/model (added)
-
trunk/model/base.php (added)
-
trunk/model/button.php (added)
-
trunk/model/network_button.php (added)
-
trunk/podlove.php (added)
-
trunk/readme.txt (modified) (6 diffs)
-
trunk/settings (added)
-
trunk/settings/buttons.php (added)
-
trunk/settings/buttons_list_table.php (added)
-
trunk/style.css (added)
-
trunk/version.php (added)
-
trunk/widget.php (added)
Legend:
- Unmodified
- Added
- Removed
-
podlove-subscribe-button/trunk/readme.txt
r1950245 r2128647 1 1 === Podlove Subscribe button === 2 2 Contributors: chemiker, cfoellmann 3 Donate link: http ://flattr.com/thing/728463/Podlove-Podcasting-Plugin-for-WordPress3 Donate link: https://flattr.com/thing/728463/Podlove-Podcasting-Plugin-for-WordPress 4 4 Tags: button, podlove, podcast, feed, subscribe, widget, network 5 5 Requires at least: 3.5.0 6 Tested up to: 4.9.86 Tested up to: 5.2.2 7 7 Requires PHP: 5.3 8 Stable tag: 1.3. 68 Stable tag: 1.3.7 9 9 License: MIT 10 10 License URI: https://github.com/podlove/podlove-subscribe-button-wp-plugin/blob/master/LICENSE … … 32 32 Podlove currently provides: 33 33 34 * [***Podlove Podcast Publisher***](https://publisher.podlove.org) - a powerful plugin for WordPress for podcasters to publish metadata-rich podcasts 34 * [***Podlove Podcast Publisher***](https://publisher.podlove.org) - a powerful plugin for WordPress for podcasters to publish metadata-rich podcasts 35 35 * ***Podlove Web Player*** - a podcast-optimized HTML5 web player with chapter support 36 36 * [***Podlove Subscribe Button***](https://subscribe-button.podlove.org) - a centrally hosted universal podcast subscribe button for the web … … 74 74 * `format` - default is a rectangle, options are 'square' and 'cover' (**Note**: 'cover' has a max size of 300px) 75 75 * `hide` - if set to `true` the button will not be shown (useful if you want to use your own element) 76 * `buttonid` - you can use this to open the popup from another element on the same page77 76 * `language` - specify the language the texts on the button and popup should be in (currently supports 'de', 'en', 'eo', 'fi', 'fr', 'nl', 'zh' and 'ja') 78 77 … … 134 133 135 134 == Changelog == 135 136 ### 1.3.7 (2019-07-20) 137 * FIXED an issue that prevented the subscribe button to appear 138 * FIXED a XSS vulnerability 136 139 137 140 ### 1.3.6 (2018-10-02) … … 182 185 183 186 ### 1.1 184 * Network Support - If you run a WordPress Multisite Installation you can create network-wide available Buttons 187 * Network Support - If you run a WordPress Multisite Installation you can create network-wide available Buttons 185 188 * Default Settings for Size and Autowidth 186 189 * UI enhancements … … 196 199 * WordPress Widget to show preconfigured buttons in WordPress Sidebar 197 200 * WordPress Shortcode [podlove-subscribe-button] to insert preconfigured buttons in pages and articles 198
Note: See TracChangeset
for help on using the changeset viewer.