Plugin Directory

Changeset 3396264


Ignore:
Timestamp:
11/15/2025 02:42:41 PM (5 months ago)
Author:
vedathemes
Message:

additional instructional video

Location:
display-post-types
Files:
84 added
3 edited

Legend:

Unmodified
Added
Removed
  • display-post-types/trunk/backend/admin/templates/home.php

    r3251071 r3396264  
    1919    </ul>
    2020    <p><?php $this->mlink( 'https://www.youtube.com/watch?v=tTVGMylfBhU', 'Check Getting Started Video', 'button dpt-pro-docs' ); ?></p>
    21     <h4>New Video</h4>
     21    <h4>DPT Pro advanced features</h4>
    2222    <p><?php $this->mlink( 'https://www.youtube.com/watch?v=v6dD4Eurs_Q', 'How many grid layouts you can make with DPT Pro?', 'button dpt-pro-docs' ); ?></p>
     23    <p><?php $this->mlink( 'https://www.youtube.com/watch?v=YDeygne5Kn4', 'Using Advanced Custom Fields and Shortcodes with DPT Pro.', 'button dpt-pro-docs' ); ?></p>
    2324    <h4>Key Features</h4>
    2425    <ul class="dpt-list">
  • display-post-types/trunk/display-post-types.php

    r3392911 r3396264  
    1515 * Plugin Name: Display Post Types
    1616 * Description: Filter, sort and display post, page or any post type.
    17  * Version: 3.2.2
     17 * Version: 3.2.3
    1818 * Author: easyprolabs
    1919 * Author URI: https://easyprolabs.com/display-post-types/
     
    3131// Currently plugin version.
    3232if ( ! defined( 'DISPLAY_POST_TYPES_VERSION' ) ) {
    33     define( 'DISPLAY_POST_TYPES_VERSION', '3.2.2' );
     33    define( 'DISPLAY_POST_TYPES_VERSION', '3.2.3' );
    3434}
    3535
  • display-post-types/trunk/readme.txt

    r3392911 r3396264  
    55Tested up to: 6.8
    66Requires PHP: 7.2
    7 Stable tag: 3.2.2
     7Stable tag: 3.2.3
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    101101
    102102== Changelog ==
     103= 3.2.3 =
     104* Add: Video for using ACF with custom post types.
     105
    103106= 3.2.2 =
    104107* Removed: Load plugin textdomain action is removed.
Note: See TracChangeset for help on using the changeset viewer.