Plugin Directory

Changeset 1226355


Ignore:
Timestamp:
08/20/2015 04:36:35 PM (11 years ago)
Author:
roidayan
Message:

Use PHP5 style class constructor

Location:
facebook-events-widget/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • facebook-events-widget/trunk/facebook-events-widget.php

    r1181394 r1226355  
    44Plugin URI: http://roidayan.com
    55Description: Widget to display events from Facebook page or group
    6 Version: 1.9.13
     6Version: 1.9.14
    77Author: Roi Dayan
    88Author URI: http://roidayan.com
     
    8080        );
    8181
    82         $this->WP_Widget(
     82        parent::__construct(
    8383            'facebook_events_widget',
    8484            __('Facebook Events Widget', FBEVENTS_TD),
  • facebook-events-widget/trunk/readme.txt

    r1175165 r1226355  
    44Tags: events, Facebook, fan page, group, Facebook Events, events
    55Requires at least: 3.2.1
    6 Tested up to: 4.2.2
    7 Stable tag: 1.9.13
     6Tested up to: 4.3
     7Stable tag: 1.9.14
    88
    99Widget to display events from Facebook page or group
     
    4545
    4646== Changelog ==
     47
     48= 1.9.14 =
     49* Use PHP5 style class constructor
    4750
    4851= 1.9.13 =
Note: See TracChangeset for help on using the changeset viewer.