Changeset 1229332
- Timestamp:
- 08/24/2015 02:39:21 PM (11 years ago)
- Location:
- ni-events
- Files:
-
- 4 deleted
- 3 edited
-
tags/1.0/ni-events.php (modified) (2 diffs)
-
tags/1.0/readme.txt (modified) (1 diff)
-
trunk/app (deleted)
-
trunk/ni-events.php (deleted)
-
trunk/public (deleted)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/translations (deleted)
Legend:
- Unmodified
- Added
- Removed
-
ni-events/tags/1.0/ni-events.php
r1114537 r1229332 4 4 Plugin Name: NI Events 5 5 Plugin URI: http://www.networkintellect.com 6 Description: Very simple Events Plugin Created By Peter Featherstone @Network Intellect6 Description: Very simple Events Plugin Created By Network Intellect 7 7 Version: 1.0 8 Author: Peter Featherstone8 Author: Network Intellect 9 9 Text Domain: ni-events 10 Author URI: http://www. peterfeatherstone.com10 Author URI: http://www.networkintellect.com 11 11 License: GPL2 12 12 Tags: events, ni, event, ni events 13 14 Copyright 2015 Peter Featherstone <peter.featherstone@networkintellect.com>15 13 16 14 This program is free software; you can redistribute it and/or modify … … 26 24 along with this program; if not, write to the Free Software 27 25 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 28 29 @package WordPress NI Events30 @author Peter Featherstone <peter.featherstone@networkintellect.com>31 26 32 27 |-------------------------------------------------------------------------- -
ni-events/tags/1.0/readme.txt
r1114537 r1229332 1 1 === NI Events === 2 Contributors: peter.featherstone,networkintellect2 Contributors: networkintellect 3 3 Tags: events, ni, event, ni events 4 4 Requires at least: 3.0.1 5 Tested up to: 4. 15 Tested up to: 4.3 6 6 Stable tag: 1.0 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 Very simple Events Plugin Created By Peter Featherstone @Network Intellect10 Very simple Events Plugin Created By Network Intellect 11 11 12 12 == Description == -
ni-events/trunk/readme.txt
r1114537 r1229332 1 1 === NI Events === 2 Contributors: peter.featherstone, networkintellect3 Tags: events, ni, event, ni events4 2 Requires at least: 3.0.1 5 3 Tested up to: 4.1 6 4 Stable tag: 1.0 7 License: GPLv2 or later8 License URI: http://www.gnu.org/licenses/gpl-2.0.html9 10 Very simple Events Plugin Created By Peter Featherstone @ Network Intellect11 12 == Description ==13 14 This is a very small, simple events plugin.15 16 Please note that I have created this plugin as a personal project to use across various sites that I make, therefore there will be no custom support or feature requests in regards this plugin.17 18 You are of course more than welcome to use it however if you wish and it fulfils your needs.19 20 It currently supports the following shortcode:21 22 [ni-events] - Shows all events with all types23 24 == Installation ==25 26 1. Upload `ni-events` to the `/wp-content/plugins/` directory27 2. Activate the plugin through the `Plugins` menu in WordPress28 3. Create your new Events and use shortcodes to display29 30 Alternatively:31 32 1. Login to your WordPress admin area33 2. Search for `NI Events`34 3. Click install `NI Events`35 4. Activate through the `Plugins` menu in WordPress or when asked during installation36 5. Set your options from the NI Events admin area37 38 == Frequently Asked Questions ==39 40 == Screenshots ==41 42 == Changelog ==43 44 = 1.0 (17th Feb 2015) =45 46 * Initial Version Released.47 48 == Upgrade Notice ==
Note: See TracChangeset
for help on using the changeset viewer.