Author: psharples
Date: Fri Aug  2 11:00:43 2013
New Revision: 1509619

URL: http://svn.apache.org/r1509619
Log:
updated docs for next release

Modified:
    wookie/trunk/NEW_AND_NOTEWORTHY
    wookie/trunk/UPGRADING

Modified: wookie/trunk/NEW_AND_NOTEWORTHY
URL: 
http://svn.apache.org/viewvc/wookie/trunk/NEW_AND_NOTEWORTHY?rev=1509619&r1=1509618&r2=1509619&view=diff
==============================================================================
--- wookie/trunk/NEW_AND_NOTEWORTHY (original)
+++ wookie/trunk/NEW_AND_NOTEWORTHY Fri Aug  2 11:00:43 2013
@@ -1,22 +1,24 @@
-# New and Noteworthy: 0.14
+# New and Noteworthy: 0.15.0
 
 ## Stability in production
 
-This is primarily a bug fix release that improves on stability in
-production environments where widgets are often updated in situ.
+This is primarily a bug fix release with a few minor improvements.
 
-## Improved Localization
+## Improvements in the php connector
 
-A number of bug fixes to the localization feature ensures Wookie is
-useful in a broader set of geographic regions.
+A number of bug fixes and improvements have been made to the php connector 
+framework, including a new way to post new widgets to wookie via the connector.
+(similar to how the java connector already does the same)
 
-## Multiple Parent templates
+## Fixes to the simple chat widget for mobile users
 
-Improvements to the widget templating system allow templates to have
-multiple parents which each of which can add specfic enhancements.
+Improvements to the simple chat widget for mobile users.
+SimpleChat did not use a viewport tag, so scaled poorly on mobile. 
+Also, the input field did not work when using a virtual keyboard on Opera 
Mobile. 
 
-## Settings Template
+## Widget instances have a more configurable method for setting height and 
width
 
-A new settings template allows a configuration file defined settings
-page to be added to any existing widget built from templates with
-minimal effort.
\ No newline at end of file
+When widget instances were requested, the API automatically filled in a 
default 
+height and width value for the instance in cases where no size is specified in 
+the widget itself. This is now configurable from within the 
widgetserver.properties 
+file.
\ No newline at end of file

Modified: wookie/trunk/UPGRADING
URL: 
http://svn.apache.org/viewvc/wookie/trunk/UPGRADING?rev=1509619&r1=1509618&r2=1509619&view=diff
==============================================================================
--- wookie/trunk/UPGRADING (original)
+++ wookie/trunk/UPGRADING Fri Aug  2 11:00:43 2013
@@ -1,6 +1,10 @@
 This document details any special actions that need to be taken when upgrading 
Wookie from a previous version. For
 general information on new features and improvements, see NEW_AND_NOTEWORTHY.
 
+FROM 0.14.0 TO 0.15.0
+=====================
+No major changes to the core or database schema. 
+
 FROM 0.13.1 TO 0.14.0
 =====================
 No major changes to the core or database schema. 


Reply via email to