Plugin Directory

Changeset 3145362


Ignore:
Timestamp:
09/02/2024 12:57:30 PM (19 months ago)
Author:
wsxplugindev
Message:

tagging version 3.3

File:
1 edited

Legend:

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

    r3145321 r3145362  
    11<?php
    22
    3 /*
    4 /*
    5 Plugin Name: Admin Dashboard RSS Feed
    6 Description: This plugin will display company news in WordPress Admin Dashboard. It uses RSS feed URL as input and display the news synopsis in the Admin Dashboard.
    7 Plugin URI: https://www.webstix.com
    8 Author: Webstix
    9 Version:     3.3
    10 Text Domain: admin-dashboard-rss-feed
    11 Author:      Webstix, Inc.
    12 Author URI:  https://www.webstix.com/wordpress-plugin-development
    13 Domain Path: /languages
    14 License: GPL-2.0+
    15 License URI: http://www.gnu.org/licenses/gpl-2.0.txt
     3/**
     4* Plugin Name: Admin Dashboard RSS Feed
     5* Description: This plugin will display company news in WordPress Admin Dashboard. It uses RSS feed URL as input and display the news synopsis in the Admin Dashboard.
     6* Plugin URI: https://www.webstix.com
     7* Author: Webstix
     8* Version:     3.3
     9* Text Domain: admin-dashboard-rss-feed
     10* Author:      Webstix, Inc.
     11* Author URI:  https://www.webstix.com/wordpress-plugin-development
     12* Domain Path: /languages
     13* License: GPL-2.0+
     14* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
    1615*/
    1716// Abort, if the plugin file is accessed from outside.
Note: See TracChangeset for help on using the changeset viewer.