Plugin Directory

Changeset 1030234


Ignore:
Timestamp:
11/21/2014 04:40:21 PM (11 years ago)
Author:
jbutkus
Message:

Addressing immediate issues.

Location:
all-in-one-event-calendar/trunk
Files:
6 added
7 edited

Legend:

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

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

    r1029548 r1030234  
    5151    // ==================
    5252    if ( ! defined( 'AI1EC_VERSION' ) ) {
    53         define( 'AI1EC_VERSION', '2.1.7' );
     53        define( 'AI1EC_VERSION', '2.1.8' );
    5454    }
    5555
  • all-in-one-event-calendar/trunk/app/model/event-compatibility.php

    r1028997 r1030234  
    6060        return $this->is_allday();
    6161    }
     62
     63    /**
     64     * Returns Event instance permalink for FER compatibility.
     65     *
     66     * @return string Event instance permalink.
     67     */
     68    public function getpermalink() {
     69        return $this->get_runtime( 'instance_permalink' );
     70    }
    6271}
  • all-in-one-event-calendar/trunk/language/all-in-one-event-calendar.po

    r1029548 r1030234  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: All-in-One Event Calendar by Time.ly 2.1.7\n"
     5"Project-Id-Version: All-in-One Event Calendar by Time.ly 2.1.8\n"
    66"Report-Msgid-Bugs-To: http://wordpress.org/tag/all-in-one-event-calendar\n"
    7 "POT-Creation-Date: 2014-11-20 18:18:56+00:00\n"
     7"POT-Creation-Date: 2014-11-21 16:37:58+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-11-20 19:18+0100\n"
     11"PO-Revision-Date: 2014-11-21 17:37+0100\n"
    1212"Last-Translator: Timely <[email protected]>\n"
    1313"Language-Team:\n"
     
    27312731msgstr "All-in-One Event Calendar by Time.ly"
    27322732
    2733 #. #-#-#-#-#  all-in-one-event-calendar.pot (All-in-One Event Calendar by Time.ly 2.1.7)  #-#-#-#-#
     2733#. #-#-#-#-#  all-in-one-event-calendar.pot (All-in-One Event Calendar by Time.ly 2.1.8)  #-#-#-#-#
    27342734#. Plugin URI of the plugin/theme
    2735 #. #-#-#-#-#  all-in-one-event-calendar.pot (All-in-One Event Calendar by Time.ly 2.1.7)  #-#-#-#-#
     2735#. #-#-#-#-#  all-in-one-event-calendar.pot (All-in-One Event Calendar by Time.ly 2.1.8)  #-#-#-#-#
    27362736#. Author URI of the plugin/theme
    27372737msgid "http://time.ly/"
  • all-in-one-event-calendar/trunk/language/all-in-one-event-calendar.pot

    r1029548 r1030234  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: All-in-One Event Calendar by Time.ly 2.1.7\n"
     5"Project-Id-Version: All-in-One Event Calendar by Time.ly 2.1.8\n"
    66"Report-Msgid-Bugs-To: http://wordpress.org/tag/all-in-one-event-calendar\n"
    7 "POT-Creation-Date: 2014-11-20 18:18:56+00:00\n"
     7"POT-Creation-Date: 2014-11-21 16:37:58+00:00\n"
    88"MIME-Version: 1.0\n"
    99"Content-Type: text/plain; charset=UTF-8\n"
     
    25522552msgstr ""
    25532553
    2554 #. #-#-#-#-#  all-in-one-event-calendar.pot (All-in-One Event Calendar by Time.ly 2.1.7)  #-#-#-#-#
     2554#. #-#-#-#-#  all-in-one-event-calendar.pot (All-in-One Event Calendar by Time.ly 2.1.8)  #-#-#-#-#
    25552555#. Plugin URI of the plugin/theme
    2556 #. #-#-#-#-#  all-in-one-event-calendar.pot (All-in-One Event Calendar by Time.ly 2.1.7)  #-#-#-#-#
     2556#. #-#-#-#-#  all-in-one-event-calendar.pot (All-in-One Event Calendar by Time.ly 2.1.8)  #-#-#-#-#
    25572557#. Author URI of the plugin/theme
    25582558msgid "http://time.ly/"
  • all-in-one-event-calendar/trunk/readme.txt

    r1029548 r1030234  
    55calendar widget
    66Requires WordPress at least: 3.5
    7 Tested up to: 4.0
    8 Stable tag: 2.1.7
     7Tested up to: 4.0.1
     8Stable tag: 2.1.8
    99License: GNU General Public License, version 3 (GPL-3.0)
    1010
     
    172172
    173173== Changelog ==
     174
     175= Version 2.1.8 =
     176* Fixed issue where core themes were sometimes incorrectly treated as
     177legacy ones
     178* Fixed issue where some elements in child themes weren't correctly
     179rendered
     180* Fixed issue where event details link was being malformed in some
     181cases
     182* Improved compatibility with some 3rd party themes
    174183
    175184= Version 2.1.7 =
Note: See TracChangeset for help on using the changeset viewer.