Plugin Directory

Changeset 205295


Ignore:
Timestamp:
02/14/2010 01:41:33 PM (16 years ago)
Author:
Txanny
Message:

Alkivia Open Community 0.10.3

Location:
alkivia/trunk
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • alkivia/trunk/alkivia.php

    r204670 r205295  
    44Plugin URI: http://alkivia.org/wordpress/community
    55Description: Create and manage user communities in any WordPress blog.
    6 Version: 0.10.2
     6Version: 0.10.3
    77Author: Jordi Canals
    88Author URI: http://alkivia.org
     
    1313 * Plugin to create and manage communities in any WordPress blog.
    1414 *
    15  * @version     $Rev: 931 $
     15 * @version     $Rev: 937 $
    1616 * @author      Jordi Canals
    1717 * @copyright   Copyright (C) 2009, 2010 Jordi Canals
  • alkivia/trunk/framework/classes/abstract/plugin.php

    r204670 r205295  
    348348    final function noCompatibleWarning()
    349349    {
    350         $this->loadTranslations(); // We have not loaded translations yet.
    351 
    352350        echo '<div class="error"><p><strong>' . __('Warning:', 'akfw') . '</strong> '
    353351            . sprintf(__('The active plugin %s is not compatible with your WordPress version.', 'akfw'),
     
    367365    final function noSidebarWarning()
    368366    {
    369         $this->loadTranslations(); // We have not loaded translations yet.
    370 
    371367        echo '<div class="error"><p><strong>' . __('Warning:', $this->ID) . '</strong> '
    372368            . __('Standard sidebar functions are not present.', $this->ID) . '</p><p>'
  • alkivia/trunk/framework/loader.php

    r204670 r205295  
    3232//       If loaded on plugins_loaded will not load for themes.
    3333
    34 $akf_version = '0.8.2';
     34$akf_version = '0.9';
    3535
    3636if ( file_exists(WP_CONTENT_DIR . '/alkivia.php') ) {
  • alkivia/trunk/readme.txt

    r204670 r205295  
    122122== Changelog ==
    123123
     124= 0.10.3 =
     125  * Fixes a menor issue when WP version is not supported. (Framework Issue).
     126 
    124127= 0.10.2 =
    125128  * Fixes a crash when upgrading from old versions. (Framework Issue).
     
    216219== Upgrade Notice ==
    217220
    218 = 0.10.2 =
    219 Fixes a crash when updating from some old versions.
    220 
    221 = 0.10.1 =
    222 Fixed a local avatar problem
     221= 0.10.3 =
     222Fixes a crash when installing on not supported WP versions.
Note: See TracChangeset for help on using the changeset viewer.