Plugin Directory

Changeset 3168767


Ignore:
Timestamp:
10/14/2024 04:53:48 PM (15 months ago)
Author:
billerickson
Message:

tagging 3.0.3

Location:
display-posts-shortcode
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • display-posts-shortcode/tags/3.0.3/CHANGELOG.md

    r2087331 r3168767  
    11# Change Log
    22All notable changes to this project will be documented in this file, formatted via [this recommendation](http://keepachangelog.com/).
     3
     4### [3.0.3]
     5#### Changed
     6* Bumped the "Tested To" number to WP 6.6
     7* Updated text of the plugin notice
    38
    49### [3.0.2]
  • display-posts-shortcode/tags/3.0.3/README.md

    r2940963 r3168767  
    11# [Display Posts](https://displayposts.com) #
    22
    3 ![Plugin Version](https://img.shields.io/wordpress/plugin/v/display-posts-shortcode.svg?style=flat-square) ![Total Downloads](https://img.shields.io/wordpress/plugin/dt/display-posts-shortcode.svg?style=flat-square) ![Plugin Rating](https://img.shields.io/wordpress/plugin/r/display-posts-shortcode.svg?style=flat-square) ![WordPress Compatibility](https://img.shields.io/wordpress/v/display-posts-shortcode.svg?style=flat-square) ![License](https://img.shields.io/badge/license-GPL--2.0%2B-red.svg?style=flat-square)
    4 
    5 **Contributors:** billerickson, cultivatewp   
     3**Contributors:** billerickson 
    64**Tags:** shortcode, pages, posts, page, query, display, list 
    75**Requires at least:** 3.0 
    8 **Tested up to:** 6.3 
    9 **Stable tag:** 3.0.2 
     6**Tested up to:** 6.6 
     7**Stable tag:** 3.0.3 
    108**License:** GPLv2 or later 
    119**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
  • display-posts-shortcode/tags/3.0.3/display-posts-shortcode.php

    r2738222 r3168767  
    44 * Plugin URI: https://displayposts.com
    55 * Description: Display a listing of posts using the [display-posts] shortcode
    6  * Version: 3.0.2
     6 * Version: 3.0.3
    77 * Author: Bill Erickson
    88 * Author URI: https://www.billerickson.net
     
    1616 *
    1717 * @package Display Posts
    18  * @version 3.0.2
     18 * @version 3.0.3
    1919 * @author Bill Erickson <bill@billerickson.net>
    2020 * @copyright Copyright (c) 2011, Bill Erickson
     
    834834    }
    835835
    836     $survey = get_option( 'display_posts_survey' );
     836    $survey = get_option( 'display_posts_survey_2' );
    837837    $time   = time();
    838838    $load   = false;
     
    843843            'dismissed' => false,
    844844        );
    845         update_option( 'display_posts_survey', $survey );
     845        update_option( 'display_posts_survey_2', $survey );
    846846    } else {
    847847        // Check if it has been dismissed or not.
     
    858858    ?>
    859859        <div class="notice notice-info is-dismissible display-posts-survey-notice">
    860             <p><?php esc_html_e( 'Thank you so much for using Display Posts! Could you please do me a BIG favor and answer four quick questions on how I can improve the plugin for you?', 'display-posts' ); ?></p>
    861             <p><?php esc_html_e( 'In 2019 I\'ll be working on new features, including the possibility of a premium version. As a valued Display Posts user, your feedback is important and appreciated!', 'display-posts' ); ?></p>
    862             <p><strong><?php echo wp_kses( __( '~ Bill Erickson<br>Developer of Display Posts', 'display-posts' ), array( 'br' => array() ) ); ?></strong></p>
     860            <p><?php printf( '<strong>Action Required:</strong> Display Posts needs a one-time manual update to continue receiving updates. <a href="%s" target="_blank">More Information</a>', esc_url('https://displayposts.com/install/' ) ); ?></p>
    863861            <p>
    864                 <a href="https://displayposts.com/user-survey?utm_source=displaypostsplugin&utm_medium=link&utm_campaign=survey_notice" class="display-posts-dismiss-survey-notice display-posts-survey-out" target="_blank" rel="noopener"><?php esc_html_e( 'Yes, I will!', 'display-posts' ); ?></a><br>
    865                 <a href="#" class="display-posts-dismiss-survey-notice" target="_blank" rel="noopener noreferrer"><?php esc_html_e( 'Nope, maybe later', 'display-posts' ); ?></a><br>
    866                 <a href="#" class="display-posts-dismiss-survey-notice" target="_blank" rel="noopener noreferrer"><?php esc_html_e( 'I already did', 'display-posts' ); ?></a>
     862                <a href="#" class="display-posts-dismiss-survey-notice" target="_blank" rel="noopener noreferrer"><?php esc_html_e( 'Dismiss', 'display-posts' ); ?></a>
    867863            </p>
    868864        </div>
     
    882878    <?php
    883879}
    884 //add_action( 'admin_notices', 'be_dps_survey_admin_notice' );
     880add_action( 'admin_notices', 'be_dps_survey_admin_notice' );
    885881
    886882/**
     
    889885function be_dps_survey_dismiss() {
    890886
    891     $survey              = get_option( 'display_posts_survey', array() );
     887    $survey              = get_option( 'display_posts_survey_2', array() );
    892888    $survey['time']      = time();
    893889    $survey['dismissed'] = true;
    894     update_option( 'display_posts_survey', $survey );
     890    update_option( 'display_posts_survey_2', $survey );
    895891}
    896892add_action( 'wp_ajax_display_posts_survey_dismiss', 'be_dps_survey_dismiss' );
  • display-posts-shortcode/tags/3.0.3/readme.txt

    r3096801 r3168767  
    11=== Display Posts - Easy lists, grids, navigation, and more ===
    2 Contributors: cultivatewp, billerickson
     2Contributors: billerickson
    33Tags: shortcode, pages, posts, page, query, display, list
    44Requires at least: 3.0
    5 Tested up to: 6.5
    6 Stable tag: 3.0.2
     5Tested up to: 6.6
     6Stable tag: 3.0.3
    77
    88Add a listing of content on your website using a simple shortcode. Filter the results by category, author, and more.
     
    7878
    7979== Changelog ==
     80
     81**Version 3.0.3**
     82* Bumped the "Tested To" number to WP 6.6
     83* Updated text of the plugin notice
    8084
    8185**Version 3.0.2**
  • display-posts-shortcode/trunk/CHANGELOG.md

    r2087331 r3168767  
    11# Change Log
    22All notable changes to this project will be documented in this file, formatted via [this recommendation](http://keepachangelog.com/).
     3
     4### [3.0.3]
     5#### Changed
     6* Bumped the "Tested To" number to WP 6.6
     7* Updated text of the plugin notice
    38
    49### [3.0.2]
  • display-posts-shortcode/trunk/README.md

    r2940963 r3168767  
    11# [Display Posts](https://displayposts.com) #
    22
    3 ![Plugin Version](https://img.shields.io/wordpress/plugin/v/display-posts-shortcode.svg?style=flat-square) ![Total Downloads](https://img.shields.io/wordpress/plugin/dt/display-posts-shortcode.svg?style=flat-square) ![Plugin Rating](https://img.shields.io/wordpress/plugin/r/display-posts-shortcode.svg?style=flat-square) ![WordPress Compatibility](https://img.shields.io/wordpress/v/display-posts-shortcode.svg?style=flat-square) ![License](https://img.shields.io/badge/license-GPL--2.0%2B-red.svg?style=flat-square)
    4 
    5 **Contributors:** billerickson, cultivatewp   
     3**Contributors:** billerickson 
    64**Tags:** shortcode, pages, posts, page, query, display, list 
    75**Requires at least:** 3.0 
    8 **Tested up to:** 6.3 
    9 **Stable tag:** 3.0.2 
     6**Tested up to:** 6.6 
     7**Stable tag:** 3.0.3 
    108**License:** GPLv2 or later 
    119**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
  • display-posts-shortcode/trunk/display-posts-shortcode.php

    r2738222 r3168767  
    44 * Plugin URI: https://displayposts.com
    55 * Description: Display a listing of posts using the [display-posts] shortcode
    6  * Version: 3.0.2
     6 * Version: 3.0.3
    77 * Author: Bill Erickson
    88 * Author URI: https://www.billerickson.net
     
    1616 *
    1717 * @package Display Posts
    18  * @version 3.0.2
     18 * @version 3.0.3
    1919 * @author Bill Erickson <bill@billerickson.net>
    2020 * @copyright Copyright (c) 2011, Bill Erickson
     
    834834    }
    835835
    836     $survey = get_option( 'display_posts_survey' );
     836    $survey = get_option( 'display_posts_survey_2' );
    837837    $time   = time();
    838838    $load   = false;
     
    843843            'dismissed' => false,
    844844        );
    845         update_option( 'display_posts_survey', $survey );
     845        update_option( 'display_posts_survey_2', $survey );
    846846    } else {
    847847        // Check if it has been dismissed or not.
     
    858858    ?>
    859859        <div class="notice notice-info is-dismissible display-posts-survey-notice">
    860             <p><?php esc_html_e( 'Thank you so much for using Display Posts! Could you please do me a BIG favor and answer four quick questions on how I can improve the plugin for you?', 'display-posts' ); ?></p>
    861             <p><?php esc_html_e( 'In 2019 I\'ll be working on new features, including the possibility of a premium version. As a valued Display Posts user, your feedback is important and appreciated!', 'display-posts' ); ?></p>
    862             <p><strong><?php echo wp_kses( __( '~ Bill Erickson<br>Developer of Display Posts', 'display-posts' ), array( 'br' => array() ) ); ?></strong></p>
     860            <p><?php printf( '<strong>Action Required:</strong> Display Posts needs a one-time manual update to continue receiving updates. <a href="%s" target="_blank">More Information</a>', esc_url('https://displayposts.com/install/' ) ); ?></p>
    863861            <p>
    864                 <a href="https://displayposts.com/user-survey?utm_source=displaypostsplugin&utm_medium=link&utm_campaign=survey_notice" class="display-posts-dismiss-survey-notice display-posts-survey-out" target="_blank" rel="noopener"><?php esc_html_e( 'Yes, I will!', 'display-posts' ); ?></a><br>
    865                 <a href="#" class="display-posts-dismiss-survey-notice" target="_blank" rel="noopener noreferrer"><?php esc_html_e( 'Nope, maybe later', 'display-posts' ); ?></a><br>
    866                 <a href="#" class="display-posts-dismiss-survey-notice" target="_blank" rel="noopener noreferrer"><?php esc_html_e( 'I already did', 'display-posts' ); ?></a>
     862                <a href="#" class="display-posts-dismiss-survey-notice" target="_blank" rel="noopener noreferrer"><?php esc_html_e( 'Dismiss', 'display-posts' ); ?></a>
    867863            </p>
    868864        </div>
     
    882878    <?php
    883879}
    884 //add_action( 'admin_notices', 'be_dps_survey_admin_notice' );
     880add_action( 'admin_notices', 'be_dps_survey_admin_notice' );
    885881
    886882/**
     
    889885function be_dps_survey_dismiss() {
    890886
    891     $survey              = get_option( 'display_posts_survey', array() );
     887    $survey              = get_option( 'display_posts_survey_2', array() );
    892888    $survey['time']      = time();
    893889    $survey['dismissed'] = true;
    894     update_option( 'display_posts_survey', $survey );
     890    update_option( 'display_posts_survey_2', $survey );
    895891}
    896892add_action( 'wp_ajax_display_posts_survey_dismiss', 'be_dps_survey_dismiss' );
  • display-posts-shortcode/trunk/readme.txt

    r3096801 r3168767  
    11=== Display Posts - Easy lists, grids, navigation, and more ===
    2 Contributors: cultivatewp, billerickson
     2Contributors: billerickson
    33Tags: shortcode, pages, posts, page, query, display, list
    44Requires at least: 3.0
    5 Tested up to: 6.5
    6 Stable tag: 3.0.2
     5Tested up to: 6.6
     6Stable tag: 3.0.3
    77
    88Add a listing of content on your website using a simple shortcode. Filter the results by category, author, and more.
     
    7878
    7979== Changelog ==
     80
     81**Version 3.0.3**
     82* Bumped the "Tested To" number to WP 6.6
     83* Updated text of the plugin notice
    8084
    8185**Version 3.0.2**
Note: See TracChangeset for help on using the changeset viewer.