Changeset 685379
- Timestamp:
- 03/21/2013 09:18:35 PM (13 years ago)
- Location:
- flowboard
- Files:
-
- 25 added
- 3 edited
-
tags/1.5.5 (added)
-
tags/1.5.5/README.md (added)
-
tags/1.5.5/flowboard.php (added)
-
tags/1.5.5/img (added)
-
tags/1.5.5/img/add_a_note_help.gif (added)
-
tags/1.5.5/img/ajax_load.gif (added)
-
tags/1.5.5/img/button.png (added)
-
tags/1.5.5/img/flowboard_bg.jpg (added)
-
tags/1.5.5/img/flowboard_stripes.png (added)
-
tags/1.5.5/img/page_white_edit.png (added)
-
tags/1.5.5/img/ui-bg_diagonals-thick_20_666666_40x40.png (added)
-
tags/1.5.5/img/ui-bg_flat_10_000000_40x100.png (added)
-
tags/1.5.5/includes (added)
-
tags/1.5.5/includes/ajax.php (added)
-
tags/1.5.5/includes/board.php (added)
-
tags/1.5.5/includes/main.php (added)
-
tags/1.5.5/includes/note.php (added)
-
tags/1.5.5/includes/optionpage.php (added)
-
tags/1.5.5/includes/shortcode.php (added)
-
tags/1.5.5/js (added)
-
tags/1.5.5/js/jquery.ui.touch-punch.min.js (added)
-
tags/1.5.5/js/metabox.js (added)
-
tags/1.5.5/js/script.js (added)
-
tags/1.5.5/readme.txt (added)
-
tags/1.5.5/styles.css (added)
-
trunk/flowboard.php (modified) (1 diff)
-
trunk/includes/main.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
flowboard/trunk/flowboard.php
r677035 r685379 4 4 Plugin URI: http://plugins.flowcom.se/flowboard 5 5 Description: Web development tool, agile whiteboard with sticky notes. Your notes are posts in WP! 6 Version: 1.5. 46 Version: 1.5.5 7 7 Author: Flowcom AB, Andreas Ek 8 8 Author URI: http://www.flowcom.se -
flowboard/trunk/includes/main.php
r646068 r685379 182 182 ),) ); 183 183 184 flush_rewrite_rules(); 185 184 186 if (!is_admin()) { 185 187 -
flowboard/trunk/readme.txt
r677038 r685379 4 4 Requires at least: 3.4 5 5 Tested up to: 3.5.1 6 Stable tag: 1.5. 46 Stable tag: 1.5.5 7 7 8 8 FlowBoard makes it easier for web development to visualize the agile process. … … 47 47 48 48 == Changelog == 49 50 = 1.5.5 = 51 * Flush rewrite rules after new registration of post types 49 52 50 53 = 1.5.4 =
Note: See TracChangeset
for help on using the changeset viewer.