Plugin Directory

Changeset 1848031


Ignore:
Timestamp:
03/27/2018 10:11:59 PM (8 years ago)
Author:
MrWiblog
Message:

0.6.5: Moved screenshots to the right place (sorry).

Location:
plugin-register/trunk
Files:
5 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • plugin-register/trunk/plugin-register.php

    r1848027 r1848031  
    33 * @package Plugin Register
    44 * @author Chris Taylor
    5  * @version 0.6.4
     5 * @version 0.6.5
    66 */
    77/*
     
    1010Description: This is a plugin for plugin developers only. Plugin Register allows you to keep track of what version of your plugins are being installed. By registering a function to be run on activation of your plugin, a call is made to this plugin which stores details the site which is installing your plugin, which plugin is being installed, and the plugin version. Some reports are available so you can see what versions are installed.
    1111Author: Chris Taylor
    12 Version: 0.6.4
     12Version: 0.6.5
    1313Author URI: http://www.stillbreathing.co.uk/
    1414*/
     
    1616// set the current version
    1717function pluginregister_current_version() {
    18     return "0.6.4";
     18    return "0.6.5";
    1919}
    2020
  • plugin-register/trunk/readme.txt

    r1848027 r1848031  
    44Tags: plugin, register, activation, count, statistics, developer
    55Requires at least: 2.8
     6Requires PHP: 5.6
    67Tested up to: 4.7.2
    7 Stable tag: 0.6.4
     8Stable tag: 0.6.5
    89
    910For Wordpress plugin developers: keep a register of when and where your plugins are activated.
     
    7576== Changelog ==
    7677
     78= 0.6.5 =
     79
     80Moved screenshots to the right place (sorry).
     81
    7782= 0.6.4 =
    7883
Note: See TracChangeset for help on using the changeset viewer.