Skip to content

Commit 2849c19

Browse files
committed
0.2.0 Stable Release
1 parent dda673c commit 2849c19

File tree

6 files changed

+1240
-1157
lines changed

6 files changed

+1240
-1157
lines changed

advanced-post-list/advanced-post-list.php

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*
44
Plugin Name: Advanced Post List
5-
Version: 0.2.b2
5+
Version: 0.2.0
66
Plugin URI: http://code.google.com/p/wordpress-advanced-post-list/
77
Description: Create highly customizable post lists with dynamic features.
88
Author: JoKeR
@@ -26,7 +26,8 @@
2626
*/
2727
/**
2828
* @package advanced-post-list
29-
* @version 0.2.b2
29+
* @since 0.1.0
30+
* @version 0.2.0 - Added more require functions for additional pages.
3031
* @link http://code.google.com/p/wordpress-advanced-post-list/ Advanced Post List Homepage
3132
*/
3233
/*****************************************************************************/
@@ -58,7 +59,7 @@
5859
define('APL_DIR', plugin_dir_path(__FILE__));
5960
define('APL_URL', plugin_dir_url(__FILE__));
6061
//FIX ALWAYS - Update version number
61-
define('APL_VERSION', '0.2.b2');
62+
define('APL_VERSION', '0.2.0');
6263

6364
/*****************************************************************************/
6465
/************************ REQUIRED FILES *************************************/
@@ -68,8 +69,8 @@
6869
require_once(APL_DIR . 'includes/Class/APLPresetObj.php');
6970
require_once(APL_DIR . 'includes/Class/APLCallback.php');
7071
require_once(APL_DIR . 'includes/APLWidget.php');
71-
require_once(APL_DIR . 'includes/Class/APLExport.php');
72-
require_once(APL_DIR . 'includes/Class/APLImport.php');
72+
//require_once(APL_DIR . 'includes/Class/APLExport.php');
73+
//require_once(APL_DIR . 'includes/Class/APLImport.php');
7374

7475
/*****************************************************************************/
7576
/************************ LOAD HANDLER ***************************************/

0 commit comments

Comments
 (0)