Index: trunk/extensions/SemanticResultFormats/SemanticResultFormats.php |
— | — | @@ -34,7 +34,7 @@ |
35 | 35 | die( '<b>Error:</b> This version of Semantic Result Formats requires Semantic MediaWiki 1.7 or above; use Semantic Result Formats 1.6.1 for older versions of SMW.' ); |
36 | 36 | } |
37 | 37 | |
38 | | -define( 'SRF_VERSION', '1.7 alpha' ); |
| 38 | +define( 'SRF_VERSION', '1.7 beta 1' ); |
39 | 39 | |
40 | 40 | // Require the settings file. |
41 | 41 | require dirname( __FILE__ ) . '/SRF_Settings.php'; |
Index: trunk/extensions/SemanticResultFormats/RELEASE-NOTES |
— | — | @@ -4,6 +4,11 @@ |
5 | 5 | |
6 | 6 | == SRF 1.7 == |
7 | 7 | |
| 8 | +THIS IS NOT A RELEASE YET |
| 9 | + |
| 10 | +Semantic Result Formats 1.7 is currently in beta-quality and is not recommended for use in |
| 11 | +production until the actual release. |
| 12 | + |
8 | 13 | * Compatibility with SMW 1.7 and later. |
9 | 14 | * Dropped support for MediaWiki 1.15.x and SMW < 1.7. |
10 | 15 | * Added warning message to jqplotpie and jqplotbar shown when there are no results instead of a non-working chart. |
— | — | @@ -11,7 +16,7 @@ |
12 | 17 | * Added min parameter to jqplotbar to set the minimun value for the Y-axis. |
13 | 18 | * Added pointlabel parameter to jqplotbar and chartlegend, legendlocation, |
14 | 19 | datalabels and datalabeltype parameters to jqplotpie based on a patches by James Hong Kong. |
15 | | -* array and hash formats compatible with 'Array' extension 2.0 and 'HashTables' 1.0 now. |
| 20 | +* Made array and hash formats compatible with 'Array' extension 2.0 and 'HashTables' 1.0. |
16 | 21 | |
17 | 22 | New formats in this version are: |
18 | 23 | * valuerank (written by DaSch) |