Plugin Directory

Changeset 913794


Ignore:
Timestamp:
05/14/2014 11:16:48 AM (12 years ago)
Author:
jbutkus
Message:

Fixed issue where invalid Exception was thrown and/or left uncatched where expected.

Location:
all-in-one-event-calendar/trunk
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • all-in-one-event-calendar/trunk/all-in-one-event-calendar.php

    r913391 r913794  
    66 * Author: Time.ly Network Inc.
    77 * Author URI: http://time.ly/
    8  * Version: 2.0.7
     8 * Version: 2.0.8
    99 * Text Domain: all-in-one-event-calendar
    1010 * Domain Path: /language
  • all-in-one-event-calendar/trunk/app/config/constants.php

    r913391 r913794  
    5151    // ==================
    5252    if ( ! defined( 'AI1EC_VERSION' ) ) {
    53         define( 'AI1EC_VERSION', '2.0.7' );
     53        define( 'AI1EC_VERSION', '2.0.8' );
    5454    }
    5555
  • all-in-one-event-calendar/trunk/app/model/event/parent.php

    r913391 r913794  
    105105                    $objects[$child_id] = $instance;
    106106                }
    107             } catch ( Ai1ec_Event_Not_Found $exception ) {
     107            } catch ( Ai1ec_Event_Not_Found_Exception $exception ) {
    108108                // ignore
    109109            }
  • all-in-one-event-calendar/trunk/app/model/event/trashing.php

    r913391 r913794  
    3737                }
    3838            }
    39         } catch ( Ai1ec_Event_Not_Found $exception ) {
     39        } catch ( Ai1ec_Event_Not_Found_Exception $exception ) {
    4040            // ignore - not an event
    4141        }
  • all-in-one-event-calendar/trunk/app/view/admin/add-new-event.php

    r913391 r913794  
    102102                    $instance_id
    103103                );
    104             } catch ( Ai1ec_Event_Not_Found $excpt ) {
     104            } catch ( Ai1ec_Event_Not_Found_Exception $excpt ) {
    105105                $ai1ec_localization_helper = $this->_registry
    106106                    ->get( 'p28n.wpml' );
     
    330330                try {
    331331                    $parent = $this->_registry->get( 'model.event', $parent );
    332                 } catch ( Ai1ec_Event_Not_Found $exception ) { // ignore
     332                } catch ( Ai1ec_Event_Not_Found_Exception $exception ) { // ignore
    333333                    $parent = null;
    334334                }
  • all-in-one-event-calendar/trunk/language/all-in-one-event-calendar.po

    r913391 r913794  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: All-in-One Event Calendar by Time.ly 2.0.7\n"
     5"Project-Id-Version: All-in-One Event Calendar by Time.ly 2.0.8\n"
    66"Report-Msgid-Bugs-To: http://wordpress.org/tag/all-in-one-event-calendar\n"
    7 "POT-Creation-Date: 2014-05-13 16:04:05+00:00\n"
     7"POT-Creation-Date: 2014-05-14 11:14:47+00:00\n"
    88"MIME-Version: 1.0\n"
    99"Content-Type: text/plain; charset=UTF-8\n"
    1010"Content-Transfer-Encoding: 8bit\n"
    11 "PO-Revision-Date: 2014-05-13 19:04+0300\n"
     11"PO-Revision-Date: 2014-05-14 14:14+0300\n"
    1212"Last-Translator: Timely <support@time.ly>\n"
    1313"Language-Team:\n"
     
    20982098msgstr "All-in-One Event Calendar by Time.ly"
    20992099
    2100 #. #-#-#-#-#  all-in-one-event-calendar.pot (All-in-One Event Calendar by Time.ly 2.0.7)  #-#-#-#-#
     2100#. #-#-#-#-#  all-in-one-event-calendar.pot (All-in-One Event Calendar by Time.ly 2.0.8)  #-#-#-#-#
    21012101#. Plugin URI of the plugin/theme
    2102 #. #-#-#-#-#  all-in-one-event-calendar.pot (All-in-One Event Calendar by Time.ly 2.0.7)  #-#-#-#-#
     2102#. #-#-#-#-#  all-in-one-event-calendar.pot (All-in-One Event Calendar by Time.ly 2.0.8)  #-#-#-#-#
    21032103#. Author URI of the plugin/theme
    21042104msgid "http://time.ly/"
  • all-in-one-event-calendar/trunk/language/all-in-one-event-calendar.pot

    r913391 r913794  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: All-in-One Event Calendar by Time.ly 2.0.7\n"
     5"Project-Id-Version: All-in-One Event Calendar by Time.ly 2.0.8\n"
    66"Report-Msgid-Bugs-To: http://wordpress.org/tag/all-in-one-event-calendar\n"
    7 "POT-Creation-Date: 2014-05-13 16:04:05+00:00\n"
     7"POT-Creation-Date: 2014-05-14 11:14:47+00:00\n"
    88"MIME-Version: 1.0\n"
    99"Content-Type: text/plain; charset=UTF-8\n"
     
    19751975msgstr ""
    19761976
    1977 #. #-#-#-#-#  all-in-one-event-calendar.pot (All-in-One Event Calendar by Time.ly 2.0.7)  #-#-#-#-#
     1977#. #-#-#-#-#  all-in-one-event-calendar.pot (All-in-One Event Calendar by Time.ly 2.0.8)  #-#-#-#-#
    19781978#. Plugin URI of the plugin/theme
    1979 #. #-#-#-#-#  all-in-one-event-calendar.pot (All-in-One Event Calendar by Time.ly 2.0.7)  #-#-#-#-#
     1979#. #-#-#-#-#  all-in-one-event-calendar.pot (All-in-One Event Calendar by Time.ly 2.0.8)  #-#-#-#-#
    19801980#. Author URI of the plugin/theme
    19811981msgid "http://time.ly/"
  • all-in-one-event-calendar/trunk/readme.txt

    r913391 r913794  
    66Requires WorPress at least: 3.5
    77Tested up to: 3.9.1
    8 Stable tag: 2.0.7
     8Stable tag: 2.0.8
    99License: GNU General Public License, version 3 (GPL-3.0)
    1010
     
    172172
    173173== Changelog ==
     174
     175= Version 2.0.8 =
     176* Fixed issue where it was impossible to edit some of the events;
     177* Fixed issue where it was impossible to trash custom post types in
     178some cases;
     179* Fixed issue where it was impossible to edit some recurrent events;
    174180
    175181= Version 2.0.7 =
Note: See TracChangeset for help on using the changeset viewer.