Plugin Directory

Changeset 893947


Ignore:
Timestamp:
04/16/2014 01:05:50 AM (12 years ago)
Author:
mglaman
Message:

Updated minor version, added pt_BR translations courtesy of Andrew Kurtis.

Location:
facebook-albums/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • facebook-albums/trunk/fbalbum.php

    r838772 r893947  
    44Plugin URI: http://glamanate.com/wordpress/facebook-album/?utm_source=fbalbum_pluginspage&utm_medium=website&utm_campaign=fbalbum
    55Description: Facebook Albums allows you to display Facebook Albums on your WordPress site. Brought to you by <a href="http://dooleyandassociates.com/?utm_source=fbalbum&utm_medium=referral&utm_campaign=Facebook%2BAlbum">Dooley & Associates</a>
    6 Version: 2.0.5.3
     6Version: 2.0.5.3a
    77Author: Matt Glaman
    88Author URI: http://glamanate.com
     
    3131}
    3232
    33 if (class_exists('FacebookAlbum'))
    34   return;
     33add_action( 'plugins_loaded', 'myplugin_load_textdomain' );
     34/**
     35 * Load plugin textdomain.
     36 *
     37 * @since 2.0.5.3a
     38 */
     39function myplugin_load_textdomain() {
     40  load_plugin_textdomain( 'facebook-albums', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
     41}
    3542
    3643if (!class_exists('Facebook'))
  • facebook-albums/trunk/readme.txt

    r827855 r893947  
    55Requires at least: 3.4
    66Tested up to: 3.5.1
    7 Stable tag: 2.0.5.3
     7Stable tag: 2.0.5.3a
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5050
    5151== Changelog ==
     52
     53= 2.0.5.3a =
     54* Andrew Kurtis kindly provided translation files for pt-BR
    5255
    5356= 2.0.5.3 =
Note: See TracChangeset for help on using the changeset viewer.