Plugin Directory

Changeset 1606499


Ignore:
Timestamp:
03/02/2017 11:16:19 AM (9 years ago)
Author:
jamesparkninja
Message:

Small update adding communication submenus

Location:
nexus
Files:
2 edited
4 copied

Legend:

Unmodified
Added
Removed
  • nexus/tags/0.8/nexus.php

    r1606490 r1606499  
    3333                'slug'           => 'nexus',
    3434                'first-path'     => 'admin.php?page=nexus',
     35                'account'        => false,
     36                'contact'        => false,
     37                'support'        => false,
    3538            ),
    3639        ) );
  • nexus/trunk/nexus.php

    r1606490 r1606499  
    44Plugin URI:  http://nexus.jamespark.ninja
    55Description: The central hub for project management - Community Edition
    6 Version:     0.8
     6Version:     0.8.1
    77Author:      JamesPark.ninja
    88Author URI:  http://jamespark.ninja/
     
    3232            'menu'                => array(
    3333                'slug'           => 'nexus',
    34                 'first-path'     => 'admin.php?page=nexus',
     34                'first-path'     => 'admin.php?page=nexus'
    3535            ),
    3636        ) );
  • nexus/trunk/readme.txt

    r1606467 r1606499  
    55Requires at least: 4.6
    66Tested up to: 4.7
    7 Stable tag: 0.8
     7Stable tag: 0.8.1
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    4141== Changelog ==
    4242
     43= 0.8.1 =
     44* Small update adding communicative submenus
     45
     46= 0.8 =
     47* Added analytics to allow for easier communitication between user needs and plguin update schedules
     48
    4349= 0.7 =
    4450* Updated "My Requests" list to use a more filtered structure (Assigned / Signoff)
Note: See TracChangeset for help on using the changeset viewer.