Plugin Directory

Changeset 524178


Ignore:
Timestamp:
03/27/2012 06:43:19 AM (14 years ago)
Author:
eranmiller
Message:

1.0.2 - IE bug fix and widget to eventlist migration reminder

Location:
ajax-event-calendar/trunk
Files:
5 added
3 edited

Legend:

Unmodified
Added
Removed
  • ajax-event-calendar/trunk/ajax-event-calendar.php

    r519059 r524178  
    44Plugin URI: http://wordpress.org/extend/plugins/ajax-event-calendar/
    55Description: A fully localized community calendar that allows authorized users to manage events in custom categories.
    6 Version: 1.0.1
     6Version: 1.0.2
    77Author: Eran Miller
    88Author URI: http://eranmiller.com
     
    3939
    4040define('AEC_MENU_POSITION', null);  //previously 30
    41 define('AEC_VERSION', '1.0.1');
     41define('AEC_VERSION', '1.0.2');
    4242define('AEC_FILE', basename(__FILE__));
    4343define('AEC_NAME', str_replace('.php', '', AEC_FILE));
     
    17881788if (class_exists('ajax_event_calendar')) {
    17891789    require_once AEC_PATH . 'inc/widget-contributors.php';
     1790    require_once AEC_PATH . 'inc/widget-upcoming.php';
    17901791    $aec = new ajax_event_calendar();
    17911792}
  • ajax-event-calendar/trunk/js/jquery.init_admin_calendar.js

    r519059 r524178  
    309309                                            separator: ':'
    310310                                        });
    311 console.log(times);
     311                                       
    312312                                        // toggle weekends
    313313                                        if (custom.show_weekends === '0') {
  • ajax-event-calendar/trunk/readme.txt

    r519059 r524178  
    55Requires at least: 3.1
    66Tested up to: 3.3.1
    7 Stable tag: 1.0.1
     7Stable tag: 1.0.2
    88
    99An easy-to-use community calendar and event list that allows authorized users to visual manage events into custom categories.
     
    1717NOTE: The plugin supports multiple eventlist instances per page, but only one calendar instance.
    1818<br>This plugin does not support WordPress MU.
     19
     20= Support =
     21* [Read about installation instructions](http://wordpress.org/extend/plugins/ajax-event-calendar/installation)
     22* [Read about shortcode display options](http://code.google.com/p/wp-aec/wiki/ShortcodeOptions)
     23* [Find answers to Frequently Asked Questions](http://code.google.com/p/wp-aec/wiki/FrequentlyAskedQuestions)
     24* [Ask for help from fellow users on the WordPress forums](http://wordpress.org/tags/ajax-event-calendar?forum_id=10)
     25* [Submit issues and feature requests to the Author using the Issue Tracker](http://code.google.com/p/wp-aec/issues/list?can=1)
    1926
    2027=  Features =
     
    4451* Assign users the ability to modify all events (**aec_manage_events**)
    4552* Assign users the ability to change all calendar options (**aec_manage_calendar**)
    46 * Available in 21 languages with support for right-to-left languages (not all translations are current)
    47 
    48 = Need Support? =
    49 * [Read about installation and options](http://wordpress.org/extend/plugins/ajax-event-calendar/installation)
    50 * [Find answers to Frequently Asked Questions](http://code.google.com/p/wp-aec/wiki/FrequentlyAskedQuestions)
    51 * [Ask for help in the WordPress forums](http://wordpress.org/tags/ajax-event-calendar?forum_id=10)
    52 * [Submit issues and feature requests](http://code.google.com/p/wp-aec/issues/list?can=1)
     53* Available in 23 languages with support for right-to-left languages (not all translations are current)
    5354
    5455= A BIG Thank You to those who have provided translations =
    5556* Arabic (Sultan G) - Shukran
    5657* Catalan (Isaac Turon) - Gracias
     58* Chinese [China and Taiwan] (GC Tech) - M goi/Xie xie
    5759* Czech (Kamil) - Dekuji
    5860* Danish (kfe1970) - Tak
     
    129131== Changelog ==
    130132
     133= 1.0.2 =
     134* [#264](http://code.google.com/p/wp-aec/issues/detail?id=264): fixed critical IE button locking issue
     135* added inline widget message to alert users not aware of notifications on plugin homepage
     136* added chinese
     137
    131138= 1.0.1 =
    132139* fixed drag-n-drop functionality (updated fullcalendar.js)
    133 * fixed mousewheel scrolling (updated mousescroll.js) [246](http://code.google.com/p/wp-aec/issues/detail?can=2&q=246)
     140* [246](http://code.google.com/p/wp-aec/issues/detail?can=2&q=246): fixed mousewheel scrolling (updated mousescroll.js)
    134141* replaced dynamically generated cat-colors.css file with inline css to eliminate permission failures
    135142* updated simplemodal.js
     
    383390
    384391== Upgrade Notice ==
    385 = 1.0.1 =
    386 * mousewheel, drag-n-drop, and modal style bug fixes
     392= 1.0.2 =
     393* IE bug fix and widget to eventlist migration reminder
Note: See TracChangeset for help on using the changeset viewer.