Changeset 1715448
- Timestamp:
- 08/18/2017 06:08:32 PM (9 years ago)
- Location:
- canvasflow/trunk
- Files:
-
- 3 edited
-
README.md (modified) (2 diffs)
-
includes/canvasflow-settings.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
canvasflow/trunk/README.md
r1714764 r1715448 55 55 56 56 #### Changelog 57 ##### 0.9.5 58 * Add error message when there are no styles in a publication 57 59 58 60 ##### 0.9.4 59 * Change plugin base_url from http://api.canvasflow.webhop.net/ to http://api.canvasflow.io/60 61 * Upload pages to Canvasflow 61 62 … … 74 75 75 76 #### Upgrade Notice 77 ##### 0.9.5 78 Add a message when there are no styles in a publication 79 76 80 ##### 0.9.4 77 81 This version let the user post pages as article in Canvasflow. -
canvasflow/trunk/includes/canvasflow-settings.php
r1714764 r1715448 216 216 $body = $response['body']; 217 217 if($http_response_code == 200){ 218 if($body == "[]"){ 219 $message = "There are no styles for this publication"; 220 echo "<div class=\"error-message\"><div><b>{$message}</b></div></div>"; 221 } 218 222 return json_decode($body, true); 219 223 } else { -
canvasflow/trunk/readme.txt
r1714764 r1715448 70 70 71 71 == Changelog == 72 = 0.9.5 = 73 * Add a message when a publication don't have any styles 72 74 73 75 = 0.9.4 = 74 * Change plugin base_url from http://api.canvasflow.webhop.net/ to http://api.canvasflow.io/75 76 * Users can now upload pages to Canvasflow 76 77
Note: See TracChangeset
for help on using the changeset viewer.