Plugin Directory

Changeset 3464707


Ignore:
Timestamp:
02/19/2026 02:48:46 AM (6 weeks ago)
Author:
vedathemes
Message:

minor pro version prompt bug

Location:
display-post-types
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • display-post-types/tags/3.2.6/backend/class-register.php

    r3463226 r3464707  
    219219        }
    220220
    221         if ( defined( 'DPT_PRO_VERSION' ) && version_compare( DPT_PRO_VERSION, '7', '<' ) ) {
     221        if ( defined( 'DPT_PRO_VERSION' ) && version_compare( DPT_PRO_VERSION, '1.4.7', '<' ) ) {
    222222            ?>
    223223            <div class="notice-warning notice is-dismissible pp-welcome-notice">
  • display-post-types/trunk/backend/class-register.php

    r3463226 r3464707  
    219219        }
    220220
    221         if ( defined( 'DPT_PRO_VERSION' ) && version_compare( DPT_PRO_VERSION, '7', '<' ) ) {
     221        if ( defined( 'DPT_PRO_VERSION' ) && version_compare( DPT_PRO_VERSION, '1.4.7', '<' ) ) {
    222222            ?>
    223223            <div class="notice-warning notice is-dismissible pp-welcome-notice">
Note: See TracChangeset for help on using the changeset viewer.