Plugin Directory

Changeset 2421713


Ignore:
Timestamp:
11/19/2020 05:58:53 PM (5 years ago)
Author:
transact
Message:

version 5.3.2: Fix for old editor. Don't show lead content after purchase

·

Location:
transact
Files:
3 edited
13 copied

Legend:

Unmodified
Added
Removed
  • transact/tags/5.3.2/frontend/controllers/transact-single-post.php

    r2420344 r2421713  
    709709                $premium_from_meta = $transact->get_premium_content();
    710710                if (isset($premium_from_meta) && $premium_from_meta !== '') {
    711                     $content = $content . $premium_from_meta;
     711                    $content = $premium_from_meta;
    712712                }
    713713            }
  • transact/tags/5.3.2/readme.txt

    r2420344 r2421713  
    66Requires PHP: 5.6
    77Tested up to: 5.5.3
    8 Stable tag: 5.3.1
     8Stable tag: 5.3.2
    99License: APACHE-2.0
    1010License URI: https://www.apache.org/licenses/LICENSE-2.0
     
    8282
    8383
     84= 5.3.2 =
     85* Fix for old editor. Don't show lead content after purchase
     86
    8487= 5.3.1 =
    8588* Fix for old posts not using block editor
  • transact/tags/5.3.2/transact-plugin.php

    r2420344 r2421713  
    33 * Plugin Name: transact.io
    44 * Description: Integrates transact.io services into WP
    5  * Version: 5.3.1
     5 * Version: 5.3.2
    66 * Author: transact.io
    77 * Author URI: https://transact.io
  • transact/trunk/frontend/controllers/transact-single-post.php

    r2420344 r2421713  
    709709                $premium_from_meta = $transact->get_premium_content();
    710710                if (isset($premium_from_meta) && $premium_from_meta !== '') {
    711                     $content = $content . $premium_from_meta;
     711                    $content = $premium_from_meta;
    712712                }
    713713            }
  • transact/trunk/readme.txt

    r2420344 r2421713  
    66Requires PHP: 5.6
    77Tested up to: 5.5.3
    8 Stable tag: 5.3.1
     8Stable tag: 5.3.2
    99License: APACHE-2.0
    1010License URI: https://www.apache.org/licenses/LICENSE-2.0
     
    8282
    8383
     84= 5.3.2 =
     85* Fix for old editor. Don't show lead content after purchase
     86
    8487= 5.3.1 =
    8588* Fix for old posts not using block editor
  • transact/trunk/transact-plugin.php

    r2420344 r2421713  
    33 * Plugin Name: transact.io
    44 * Description: Integrates transact.io services into WP
    5  * Version: 5.3.1
     5 * Version: 5.3.2
    66 * Author: transact.io
    77 * Author URI: https://transact.io
Note: See TracChangeset for help on using the changeset viewer.