Plugin Directory

Changeset 2584858

Timestamp:
08/18/2021 12:57:26 PM (3 years ago)
Author:
bradparbs
Message:

Update to version 1.1.0 from GitHub

Location:
published
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • published/tags/1.1.0/published.php

    r2582361 r2584858  
    33 * Plugin Name: Published
    44 * Description: Quickly and easily view the last published posts.
    5  * Version:     1.0.0
     5 * Version:     1..0
    66 * Author:      Brad Parbs
    77 * Author URI:  https://bradparbs.com/
     
    2323    function () {
    2424        wp_add_dashboard_widget(
    25             'modified',
     25            'ed',
    2626            sprintf(
    2727                '<span><span class="dashicons dashicons-clock" style="padding-right: 10px"></span>%s</span>',
  • published/tags/1.1.0/readme.txt

    r2582361 r2584858  
    44Requires at least: 5.2
    55Tested up to: 5.8
    6 Stable tag: 1.0.0
     6Stable tag: 1..0
    77License: GPLv2 or later
    88Requires PHP: 5.6
  • published/trunk/published.php

    r2582361 r2584858  
    33 * Plugin Name: Published
    44 * Description: Quickly and easily view the last published posts.
    5  * Version:     1.0.0
     5 * Version:     1..0
    66 * Author:      Brad Parbs
    77 * Author URI:  https://bradparbs.com/
     
    2323    function () {
    2424        wp_add_dashboard_widget(
    25             'modified',
     25            'ed',
    2626            sprintf(
    2727                '<span><span class="dashicons dashicons-clock" style="padding-right: 10px"></span>%s</span>',
  • published/trunk/readme.txt

    r2582361 r2584858  
    44Requires at least: 5.2
    55Tested up to: 5.8
    6 Stable tag: 1.0.0
     6Stable tag: 1..0
    77License: GPLv2 or later
    88Requires PHP: 5.6
Note: See TracChangeset for help on using the changeset viewer.