Changeset 205295
- Timestamp:
- 02/14/2010 01:41:33 PM (16 years ago)
- Location:
- alkivia/trunk
- Files:
-
- 1 added
- 4 edited
-
alkivia.php (modified) (2 diffs)
-
framework/classes/abstract/plugin.php (modified) (2 diffs)
-
framework/classes/menus.php (added)
-
framework/loader.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
alkivia/trunk/alkivia.php
r204670 r205295 4 4 Plugin URI: http://alkivia.org/wordpress/community 5 5 Description: Create and manage user communities in any WordPress blog. 6 Version: 0.10. 26 Version: 0.10.3 7 7 Author: Jordi Canals 8 8 Author URI: http://alkivia.org … … 13 13 * Plugin to create and manage communities in any WordPress blog. 14 14 * 15 * @version $Rev: 93 1$15 * @version $Rev: 937 $ 16 16 * @author Jordi Canals 17 17 * @copyright Copyright (C) 2009, 2010 Jordi Canals -
alkivia/trunk/framework/classes/abstract/plugin.php
r204670 r205295 348 348 final function noCompatibleWarning() 349 349 { 350 $this->loadTranslations(); // We have not loaded translations yet.351 352 350 echo '<div class="error"><p><strong>' . __('Warning:', 'akfw') . '</strong> ' 353 351 . sprintf(__('The active plugin %s is not compatible with your WordPress version.', 'akfw'), … … 367 365 final function noSidebarWarning() 368 366 { 369 $this->loadTranslations(); // We have not loaded translations yet.370 371 367 echo '<div class="error"><p><strong>' . __('Warning:', $this->ID) . '</strong> ' 372 368 . __('Standard sidebar functions are not present.', $this->ID) . '</p><p>' -
alkivia/trunk/framework/loader.php
r204670 r205295 32 32 // If loaded on plugins_loaded will not load for themes. 33 33 34 $akf_version = '0. 8.2';34 $akf_version = '0.9'; 35 35 36 36 if ( file_exists(WP_CONTENT_DIR . '/alkivia.php') ) { -
alkivia/trunk/readme.txt
r204670 r205295 122 122 == Changelog == 123 123 124 = 0.10.3 = 125 * Fixes a menor issue when WP version is not supported. (Framework Issue). 126 124 127 = 0.10.2 = 125 128 * Fixes a crash when upgrading from old versions. (Framework Issue). … … 216 219 == Upgrade Notice == 217 220 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 = 222 Fixes a crash when installing on not supported WP versions.
Note: See TracChangeset
for help on using the changeset viewer.