Changeset 2421713
- Timestamp:
- 11/19/2020 05:58:53 PM (5 years ago)
- Location:
- transact
- Files:
-
- 3 edited
- 13 copied
-
tags/5.3.2 (copied) (copied from transact/trunk)
-
tags/5.3.2/admin/controllers/transact-admin-settings-post.php (copied) (copied from transact/trunk/admin/controllers/transact-admin-settings-post.php)
-
tags/5.3.2/admin/controllers/transact-api.php (copied) (copied from transact/trunk/admin/controllers/transact-api.php)
-
tags/5.3.2/config.ini (copied) (copied from transact/trunk/config.ini)
-
tags/5.3.2/frontend/assets/style.css (copied) (copied from transact/trunk/frontend/assets/style.css)
-
tags/5.3.2/frontend/assets/transact_post.js (copied) (copied from transact/trunk/frontend/assets/transact_post.js)
-
tags/5.3.2/frontend/controllers/account_meta.php (copied) (copied from transact/trunk/frontend/controllers/account_meta.php)
-
tags/5.3.2/frontend/controllers/transact-api.php (copied) (copied from transact/trunk/frontend/controllers/transact-api.php)
-
tags/5.3.2/frontend/controllers/transact-single-post.php (copied) (copied from transact/trunk/frontend/controllers/transact-single-post.php) (1 diff)
-
tags/5.3.2/models/transact-subscription-transactions-table.php (copied) (copied from transact/trunk/models/transact-subscription-transactions-table.php)
-
tags/5.3.2/readme.txt (copied) (copied from transact/trunk/readme.txt) (2 diffs)
-
tags/5.3.2/transact-plugin.php (copied) (copied from transact/trunk/transact-plugin.php) (1 diff)
-
tags/5.3.2/utils/transact-utils-config-parser.php (copied) (copied from transact/trunk/utils/transact-utils-config-parser.php)
-
trunk/frontend/controllers/transact-single-post.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/transact-plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
transact/tags/5.3.2/frontend/controllers/transact-single-post.php
r2420344 r2421713 709 709 $premium_from_meta = $transact->get_premium_content(); 710 710 if (isset($premium_from_meta) && $premium_from_meta !== '') { 711 $content = $ content . $premium_from_meta;711 $content = $premium_from_meta; 712 712 } 713 713 } -
transact/tags/5.3.2/readme.txt
r2420344 r2421713 6 6 Requires PHP: 5.6 7 7 Tested up to: 5.5.3 8 Stable tag: 5.3. 18 Stable tag: 5.3.2 9 9 License: APACHE-2.0 10 10 License URI: https://www.apache.org/licenses/LICENSE-2.0 … … 82 82 83 83 84 = 5.3.2 = 85 * Fix for old editor. Don't show lead content after purchase 86 84 87 = 5.3.1 = 85 88 * Fix for old posts not using block editor -
transact/tags/5.3.2/transact-plugin.php
r2420344 r2421713 3 3 * Plugin Name: transact.io 4 4 * Description: Integrates transact.io services into WP 5 * Version: 5.3. 15 * Version: 5.3.2 6 6 * Author: transact.io 7 7 * Author URI: https://transact.io -
transact/trunk/frontend/controllers/transact-single-post.php
r2420344 r2421713 709 709 $premium_from_meta = $transact->get_premium_content(); 710 710 if (isset($premium_from_meta) && $premium_from_meta !== '') { 711 $content = $ content . $premium_from_meta;711 $content = $premium_from_meta; 712 712 } 713 713 } -
transact/trunk/readme.txt
r2420344 r2421713 6 6 Requires PHP: 5.6 7 7 Tested up to: 5.5.3 8 Stable tag: 5.3. 18 Stable tag: 5.3.2 9 9 License: APACHE-2.0 10 10 License URI: https://www.apache.org/licenses/LICENSE-2.0 … … 82 82 83 83 84 = 5.3.2 = 85 * Fix for old editor. Don't show lead content after purchase 86 84 87 = 5.3.1 = 85 88 * Fix for old posts not using block editor -
transact/trunk/transact-plugin.php
r2420344 r2421713 3 3 * Plugin Name: transact.io 4 4 * Description: Integrates transact.io services into WP 5 * Version: 5.3. 15 * Version: 5.3.2 6 6 * Author: transact.io 7 7 * Author URI: https://transact.io
Note: See TracChangeset
for help on using the changeset viewer.