Plugin Directory

Changeset 2280212


Ignore:
Timestamp:
04/09/2020 01:26:45 PM (6 years ago)
Author:
therealwebdisrupt
Message:

Fixed bad data error

Location:
task-runner
Files:
136 added
2 edited

Legend:

Unmodified
Added
Removed
  • task-runner/trunk/README.txt

    r2279772 r2280212  
    33Tags: easy, build, out, script, commands, better, cli, one-click, setup, install, activate, web disrupt
    44Tested up to: 5.4
    5 Stable tag: 1.0.1
     5Stable tag: 1.0.2
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6565== Changelog ==
    6666
     67= 1.0.2 =
     68* Increased filtering against bad data for getting library items
    6769= 1.0.1 =
    6870* Fixed sanitation issues that were cause plugin manipulation issues.
  • task-runner/trunk/task-runner.php

    r2279772 r2280212  
    44 * Description: Powerful task automator that can be used to make repeatable tasks and build processes inside WordPress.
    55 * Plugin URI: https://www.webdisrupt.com/task-runner/
    6  * Version: 1.0.1
     6 * Version: 1.0.2
    77 * Author: Web Disrupt
    88 * Author URI: https://webdisrupt.com
     
    7575     * Main Constructor that sets up all static data associated with this plugin.
    7676     *
    77      * @since  1.0.0
     77     * @since  1.0.2
    7878     * @return void
    7979     */
     
    8484            "name"            => "Task Runner",
    8585            "slug"            => "task-runner",
    86             "version"         => "1.0.1",
     86            "version"         => "1.0.2",
    8787            "author"          => "Web Disrupt",
    8888            "description"     => "Powerful task automator that can be used to make repeatable tasks and build processes inside WordPress.",
Note: See TracChangeset for help on using the changeset viewer.