Changeset 1749376
- Timestamp:
- 10/19/2017 04:53:46 PM (8 years ago)
- Location:
- am-events
- Files:
-
- 23 added
- 2 edited
-
tags/1.13.0 (added)
-
tags/1.13.0/am-events.php (added)
-
tags/1.13.0/css (added)
-
tags/1.13.0/css/am_events.css (added)
-
tags/1.13.0/css/flatpickr.min.css (added)
-
tags/1.13.0/examples.php (added)
-
tags/1.13.0/languages (added)
-
tags/1.13.0/languages/am-events-fi.mo (added)
-
tags/1.13.0/languages/am-events-fi.po (added)
-
tags/1.13.0/languages/am-events-fr_FR.mo (added)
-
tags/1.13.0/languages/am-events-fr_FR.po (added)
-
tags/1.13.0/languages/am-events-nb_NB.mo (added)
-
tags/1.13.0/languages/am-events-nb_NB.po (added)
-
tags/1.13.0/languages/am-events.mo (added)
-
tags/1.13.0/languages/am-events.po (added)
-
tags/1.13.0/readme.txt (added)
-
tags/1.13.0/script (added)
-
tags/1.13.0/script/admin-edit-foot.js (added)
-
tags/1.13.0/script/admin-edit.js (added)
-
tags/1.13.0/script/admin-post.js (added)
-
tags/1.13.0/script/flatpickr.min.js (added)
-
tags/1.13.0/template-tags.php (added)
-
tags/1.13.0/widget-upcoming-events.php (added)
-
trunk/am-events.php (modified) (1 diff)
-
trunk/readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
am-events/trunk/am-events.php
r1749358 r1749376 2 2 /* 3 3 Plugin Name: AM Events 4 Plugin URI: http ://wordpress.org/extend/plugins/am-events/4 Plugin URI: https://wordpress.org/plugins/am-events/ 5 5 Description: Adds a post type for events and a customizable widget for displaying upcoming events. 6 6 Version: 1.13.0 7 7 Author: Atte Moisio 8 8 Author URI: http://attemoisio.fi 9 Text Domain: am-events9 Text Domain: am-events 10 10 License: GPL2 11 11 */ -
am-events/trunk/readme.txt
r1749332 r1749376 4 4 Requires at least: 3.3.1 5 5 Tested up to: 4.5 6 Stable tag: 1.1 2.06 Stable tag: 1.13.0 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 24 24 See Other Notes for detailed information and a small tutorial about the custom post type and the widget. 25 25 26 If you think something critical is missing, feel free to send me a request. I'm using this on some of my clients' sites so I'll certainly be improving/fixing it for upcoming WordPress versions.26 If you think something critical is missing, feel free to send me a request. 27 27 28 28 The plugin is available in the following languages (pot-file included for additional translations): … … 33 33 * Finnish 34 34 35 If you like my plugin, please consider [donating](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=YXP9GKA2JU4GS&lc=FI&item_name=Atte%20Moisio¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)!36 37 35 == Installation == 38 36 … … 41 39 1. Upload folder `am-events` to the `/wp-content/plugins/` directory 42 40 2. Activate the plugin through the 'Plugins' menu in WordPress 43 44 == Frequently Asked Questions ==45 46 = Can you give me an example of using WP_Query? =47 48 See 'Other Notes' for a simple tutorial.49 41 50 42 == Screenshots == … … 150 142 151 143 == Upgrade Notice == 144 145 = 1.13.0 = 146 * Replaces jQuery datepicker with flatpickr 152 147 153 148 = 1.12.0 =
Note: See TracChangeset
for help on using the changeset viewer.