Changeset 1226355
- Timestamp:
- 08/20/2015 04:36:35 PM (11 years ago)
- Location:
- facebook-events-widget/trunk
- Files:
-
- 2 edited
-
facebook-events-widget.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
facebook-events-widget/trunk/facebook-events-widget.php
r1181394 r1226355 4 4 Plugin URI: http://roidayan.com 5 5 Description: Widget to display events from Facebook page or group 6 Version: 1.9.1 36 Version: 1.9.14 7 7 Author: Roi Dayan 8 8 Author URI: http://roidayan.com … … 80 80 ); 81 81 82 $this->WP_Widget(82 parent::__construct( 83 83 'facebook_events_widget', 84 84 __('Facebook Events Widget', FBEVENTS_TD), -
facebook-events-widget/trunk/readme.txt
r1175165 r1226355 4 4 Tags: events, Facebook, fan page, group, Facebook Events, events 5 5 Requires at least: 3.2.1 6 Tested up to: 4. 2.27 Stable tag: 1.9.1 36 Tested up to: 4.3 7 Stable tag: 1.9.14 8 8 9 9 Widget to display events from Facebook page or group … … 45 45 46 46 == Changelog == 47 48 = 1.9.14 = 49 * Use PHP5 style class constructor 47 50 48 51 = 1.9.13 =
Note: See TracChangeset
for help on using the changeset viewer.