Changeset 1606499
- Timestamp:
- 03/02/2017 11:16:19 AM (9 years ago)
- Location:
- nexus
- Files:
-
- 2 edited
- 4 copied
-
tags/0.8 (copied) (copied from nexus/trunk)
-
tags/0.8/freemius (copied) (copied from nexus/trunk/freemius)
-
tags/0.8/nexus.php (copied) (copied from nexus/trunk/nexus.php) (1 diff)
-
tags/0.8/readme.txt (copied) (copied from nexus/trunk/readme.txt)
-
trunk/nexus.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
nexus/tags/0.8/nexus.php
r1606490 r1606499 33 33 'slug' => 'nexus', 34 34 'first-path' => 'admin.php?page=nexus', 35 'account' => false, 36 'contact' => false, 37 'support' => false, 35 38 ), 36 39 ) ); -
nexus/trunk/nexus.php
r1606490 r1606499 4 4 Plugin URI: http://nexus.jamespark.ninja 5 5 Description: The central hub for project management - Community Edition 6 Version: 0.8 6 Version: 0.8.1 7 7 Author: JamesPark.ninja 8 8 Author URI: http://jamespark.ninja/ … … 32 32 'menu' => array( 33 33 'slug' => 'nexus', 34 'first-path' => 'admin.php?page=nexus' ,34 'first-path' => 'admin.php?page=nexus' 35 35 ), 36 36 ) ); -
nexus/trunk/readme.txt
r1606467 r1606499 5 5 Requires at least: 4.6 6 6 Tested up to: 4.7 7 Stable tag: 0.8 7 Stable tag: 0.8.1 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 41 41 == Changelog == 42 42 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 43 49 = 0.7 = 44 50 * Updated "My Requests" list to use a more filtered structure (Assigned / Signoff)
Note: See TracChangeset
for help on using the changeset viewer.