Plugin Directory

Changeset 2784593


Ignore:
Timestamp:
09/14/2022 12:20:53 PM (3 years ago)
Author:
wsxplugindev
Message:

Tagging Version 3.0

Location:
admin-dashboard-rss-feed
Files:
8 added
2 edited

Legend:

Unmodified
Added
Removed
  • admin-dashboard-rss-feed/trunk/admin-rss-feed.php

    r2758614 r2784593  
    55Plugin URI: https://www.webstix.com
    66Author: Webstix
    7 Version:     2.9
     7Version:     3.0
    88Text Domain: admin-dashboard-rss-feed
    99Author:      Webstix, Inc.
     
    8686        update_option('wsx_rss_feed_image_attachment_id', absint($_POST['image_attachment_id']));
    8787    endif;
    88 
     88    if(!empty($_GET['page'])){
    8989    if($_GET['page'] == "admin-dashboard-rss-feed/admin-rss-feed.php") {
    9090        wp_enqueue_media();
    91 
     91    }
    9292    }
    9393
     
    265265function media_selector_print_script()
    266266{
    267 
     267    if(!empty($_GET['page'])){
    268268    if($_GET['page'] == "admin-dashboard-rss-feed/admin-rss-feed.php") {
    269269
     
    350350            });
    351351        </script>
    352 <?php } // End of If part
     352<?php } }// End of If part
    353353} ?>
  • admin-dashboard-rss-feed/trunk/readme.txt

    r2758614 r2784593  
    44Tags: admin-rss-feed, rss-feed, wordpress-admin-dashboard, show-rss-feed, admin-widget
    55Requires at least: 4.7.5
    6 Tested up to: 6.0.1
     6Tested up to: 6.0.2
    77Stable tag: 4.7
    88License: GPLv2 or later
     
    129129= 2.9 =
    130130* Updated the plugin to be compatible with 6.0.1
     131
     132= 3.0 =
     133* Fixed php warnings
     134* Updated the plugin to be compatible with 6.0.2
Note: See TracChangeset for help on using the changeset viewer.