Plugin Directory

Changeset 2806059


Ignore:
Timestamp:
10/27/2022 06:05:42 PM (3 years ago)
Author:
NodleRedoy
Message:

Pushing version 2.2.2

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

Legend:

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

    r1620485 r2806059  
    122122
    123123        add_submenu_page( "edit.php?post_type={$this->plugin->post_type}", "Simple Content Templates Settings", "Settings", "manage_options", "sct-settings", array($this, 'admin_settings_page') );
    124         add_submenu_page("edit.php?post_type={$this->plugin->post_type}", "Simple Content Templates Support", "Support", "manage_options", "sct-support", array($this, 'admin_support_page') );
    125124        add_submenu_page("edit.php?post_type={$this->plugin->post_type}", "Simple Content Templates Upgrade", "Upgrade", "manage_options", "sct-upgrade", array($this, 'admin_upgrade_page') );
    126125
     
    128127
    129128        $wp_tabbed_navigation->add_tab('Settings', menu_page_url('sct-settings', false) );
    130         $wp_tabbed_navigation->add_tab('Support', menu_page_url('sct-support', false ) );
    131129        $wp_tabbed_navigation->add_tab('Upgrade', menu_page_url('sct-upgrade', false ) );
    132130    }
     
    140138    function admin_settings_page() {
    141139        include_once('partials/advanced-content-templates-admin-display.php');
    142     }
    143 
    144     /**
    145      * admin_support_page function
    146      * @access public
    147      * @return void
    148      */
    149     function admin_support_page() {
    150         include_once('partials/advanced-content-templates-admin-support.php');
    151140    }
    152141
  • simple-post-template/trunk/admin/partials/advanced-content-templates-admin-sidecar.php

    r2425232 r2806059  
    2222<h4 style="margin-bottom: 4px;">Advanced Content Templates</h4>
    2323<p>Want more powerful features like custom fields, featured images, and taxonomies? Go premium!</p>
    24 <a class="button-secondary" target="_blank" href="https://www.advancedcontenttemplates.com?utm_medium=Sidecar&utm_content=<?php echo urlencode( 'Get Advanced Content Templates' ); ?>">Get Advanced Content Templates</a>
     24<a class="button-secondary" target="_blank" href="https://www.advancedcontenttemplates.com/?utm_campaign=free&utm_source=wprepo">Get Advanced Content Templates</a>
    2525
    2626<script>
  • simple-post-template/trunk/admin/partials/advanced-content-templates-admin-upgrade.php

    r1643070 r2806059  
    2424    <p>Advanced Content Templates has tons of bonus features, and it's growing all the time. Join over 300 other pro users and receive:</p>
    2525    <ol>
     26        <li>Premium Support</li>
    2627        <li>Featured Images</li>
    2728        <li>Categories, Tags, and Custom Taxonomies</li>
     
    3132    </ol>
    3233
    33     <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>
     34    <a class="button-primary" target="_blank" href="https://www.advancedcontenttemplates.com/?utm_campaign=free&utm_source=wprepo">Get Advanced Content Templates Now!</a>
    3435</div>
  • simple-post-template/trunk/readme.txt

    r2448078 r2806059  
    11=== Plugin Name ===
    22Contributors: clifgriffin, nodleredoy
    3 Donate link: https://advancedcontenttemplates.com
    43Tags: post template, content template, post from template, templates, copy, clone, duplicate
    54Requires at least: 3.6
    65Tested up to: 5.6
    7 Stable tag: 2.2.1
     6Stable tag: 2.2.2
    87
    98Create content templates for your posts and pages. When creating a new post or page use one of your content templates as the starting point!
     
    2423**Custom Post Types, Custom Fields, Tags, Categories, Featured Images:** if you need any of these, you should check out the pro version of this plugin, Advanced Content Templates: <a href="https://advancedcontenttemplates.com">Advanced Content Templates</a>
    2524
    26 **Support**
    27 
    28 If you need support, visit the support tab within the plugin settings.
    29 
    30 **Hire Us**
    31 
    32 If you need WordPress developers, we're available for hire: [Contact Objectiv](https://objectiv.co/contact/ "Contact Objectiv")
    33 
    3425= Version History =
     26
     27**Version 2.2.2**
     28
     29* Update tested to version.
     30* Various small code tweaks.
    3531
    3632**Version 2.2.1**
     
    4844
    4945* Update tested to version.
    50 * Tweak support to send response to proper place.
    5146* Update vendor assets.
    5247
     
    5853
    5954* Prevent conflict resulting in fatal error.
    60 * Enable easier support.
    6155
    6256**Version 2.1.6**
  • simple-post-template/trunk/simple-content-template.php

    r2448078 r2806059  
    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.1
     19 * Version:           2.2.2
    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.6
     26 * Tested up to:      6.0.3
    2727 */
    2828
     
    3232}
    3333
    34 define( 'CGD_SCT_VERSION', '2.2.1' );
     34define( 'CGD_SCT_VERSION', '2.2.2' );
    3535define( 'CGD_SCT_NAME', 'Simple Content Templates' );
    3636
Note: See TracChangeset for help on using the changeset viewer.