Changeset 2274956
- Timestamp:
- 04/03/2020 12:06:19 PM (6 years ago)
- Location:
- feather-by-katalysis/trunk
- Files:
-
- 3 edited
-
katalysis-sdk/src/plugin_settings_manager.php (modified) (1 diff)
-
katalysis.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
feather-by-katalysis/trunk/katalysis-sdk/src/plugin_settings_manager.php
r2258912 r2274956 292 292 add_settings_error('editor_email', 'editor_email', '<span class="katalysis-settings-error">Please enter an Editor email.</span>'); 293 293 } 294 if (!isset($http_post['owner_default_fee']) || floatval($http_post['owner_default_fee']) <0 || floatval($http_post['owner_default_fee']) > =100) {294 if (!isset($http_post['owner_default_fee']) || floatval($http_post['owner_default_fee']) <0 || floatval($http_post['owner_default_fee']) > 100) { 295 295 add_settings_error('owner_default_fee', 'owner_default_fee', '<span class="katalysis-settings-error">Please enter a default percentage share for the Editor (0-100).</span>'); 296 296 } -
feather-by-katalysis/trunk/katalysis.php
r2258912 r2274956 12 12 * Plugin URI: https://feather.katalysis.io/ 13 13 * Description: Enable micropayments (plus donations and subscriptions) for your blog. 14 * Version: 2.8. 414 * Version: 2.8.5 15 15 * Author: Katalysis 16 16 * Author URI: https://katalysis.io -
feather-by-katalysis/trunk/readme.txt
r2258912 r2274956 6 6 Tested up to: 5.3.1 7 7 Requires PHP: 5.5 8 Stable tag: 2.8. 48 Stable tag: 2.8.5 9 9 License: GPL2 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 155 155 == Changelog == 156 156 157 = 2.8.5 = 158 * Bug fixes (Editor share can have 100% again) 159 157 160 = 2.8.4 = 158 161 * Add range checking for rendering priority
Note: See TracChangeset
for help on using the changeset viewer.