Changeset 2240566
- Timestamp:
- 02/07/2020 03:50:44 PM (6 years ago)
- Location:
- mediopay
- Files:
-
- 19 added
- 3 edited
-
tags/1.7.2 (added)
-
tags/1.7.2/classes (added)
-
tags/1.7.2/classes/mp_post_data.php (added)
-
tags/1.7.2/functions (added)
-
tags/1.7.2/functions/mp_basic_functions.php (added)
-
tags/1.7.2/functions/mp_editor_functions.php (added)
-
tags/1.7.2/functions/mp_html_functions.php (added)
-
tags/1.7.2/functions/mp_settings_functions.php (added)
-
tags/1.7.2/lib (added)
-
tags/1.7.2/lib/bsv.min.js (added)
-
tags/1.7.2/lib/js_after_paywall.js (added)
-
tags/1.7.2/lib/js_create_paywall.js (added)
-
tags/1.7.2/lib/js_pre_paywall.js (added)
-
tags/1.7.2/lib/mb_style.css (added)
-
tags/1.7.2/lib/moneybutton.js (added)
-
tags/1.7.2/lib/questionmark-white.png (added)
-
tags/1.7.2/lib/questionmark.png (added)
-
tags/1.7.2/mediopay.php (added)
-
tags/1.7.2/readme.txt (added)
-
trunk/classes/mp_post_data.php (modified) (1 diff)
-
trunk/mediopay.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mediopay/trunk/classes/mp_post_data.php
r2239995 r2240566 23 23 $mp_post_data->secret2 = get_post_meta( $mypost_id, 'meta-secretword-2', true ); 24 24 $mp_post_data->paywallmsg = get_post_meta( $mypost_id, 'PaywallMsg', true); 25 if (strlen($mp_post_data->paywallmsg) == 0 OR $mp_myrows[0]->paywallMsg !== "none") {25 if (strlen($mp_post_data->paywallmsg) == 0) { 26 26 $mp_post_data->paywallmsg = (strlen($mp_myrows[0]->paywallMsg) > 0 AND $mp_myrows[0]->paywallMsg !== "none") ? $mp_myrows[0]->paywallMsg : $mp_post_data->paywallmsg = "Tip the author and continue reading."; 27 27 } -
mediopay/trunk/mediopay.php
r2240516 r2240566 3 3 * Plugin Name: MedioPay 4 4 * Description: This plugin allows PayWalls and Tip Button for Wordpress 5 * Version: 1.7. 15 * Version: 1.7.2 6 6 * Requires at least: 4.7 7 7 * Requires PHP: 6.2 -
mediopay/trunk/readme.txt
r2240516 r2240566 120 120 == Changelog == 121 121 122 = 1.7. 1=122 = 1.7.2 = 123 123 124 124 Many changes: … … 129 129 - introduce payout split to second receiver 130 130 - allow user to set link color in paywall fields 131 132 Small change: 133 - fix a little issue with paywall messages. 131 134 132 135 == Development ==
Note: See TracChangeset
for help on using the changeset viewer.