Plugin Directory

Changeset 2448078


Ignore:
Timestamp:
12/30/2020 04:16:53 PM (5 years ago)
Author:
NodleRedoy
Message:

Tweaking some wording and updating version of WP supported.

Location:
simple-post-template/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • simple-post-template/trunk/admin/partials/advanced-content-templates-admin-support.php

    r2310271 r2448078  
    2525
    2626    <h3><?php esc_html_e( 'Need help?', 'simple-content-templates' ); ?></h3>
    27     <p> <?php esc_html_e( 'The free version of this plugin doesn\'t include support. If you need support please consider updating to the pro version of the plugin.', 'simple-content-templates' ); ?></p>
     27    <p> <?php esc_html_e( 'The free version of this plugin doesn\'t include support. If you need support or additional features/functionality (Custom Post Types, Custom Fields, Tags, Categories, Featured Images) please consider updating to the pro version of the plugin.', 'simple-content-templates' ); ?></p>
    2828    <a class="button-primary" target="_blank" href="https://www.advancedcontenttemplates.com?utm_medium=UpgradeTab&utm_content=<?php echo urlencode( 'Get Advanced Content Templates Now!' ); ?>">Get Advanced Content Templates Now!</a>
    2929</div>
  • simple-post-template/trunk/readme.txt

    r2425232 r2448078  
    44Tags: post template, content template, post from template, templates, copy, clone, duplicate
    55Requires at least: 3.6
    6 Tested up to: 5.5.3
    7 Stable tag: 2.2.0
     6Tested up to: 5.6
     7Stable tag: 2.2.1
    88
    99Create content templates for your posts and pages. When creating a new post or page use one of your content templates as the starting point!
     
    3434= Version History =
    3535
     36**Version 2.2.1**
     37
     38* Update tested to version.
     39
    3640**Version 2.2.0**
    3741
  • simple-post-template/trunk/simple-content-template.php

    r2425232 r2448078  
    1717 * Plugin URI:        https://www.advancedcontenttemplates.com/
    1818 * Description:       A simple to use content template system. Create similarly structured posts & pages with ease.
    19  * Version:           2.2.0
     19 * Version:           2.2.1
    2020 * Author:            Clifton Griffin
    2121 * Author URI:        https://objectiv.co
     
    2424 * Text Domain:       advanced-content-templates
    2525 * Domain Path:       /languages
    26  * Tested up to:      5.5.3
     26 * Tested up to:      5.6
    2727 */
    2828
     
    3232}
    3333
    34 define( 'CGD_SCT_VERSION', '2.2.0' );
     34define( 'CGD_SCT_VERSION', '2.2.1' );
    3535define( 'CGD_SCT_NAME', 'Simple Content Templates' );
    3636
Note: See TracChangeset for help on using the changeset viewer.