Changeset 1312269
- Timestamp:
- 12/19/2015 10:20:42 AM (10 years ago)
- Location:
- watchman
- Files:
-
- 27 added
- 3 edited
-
assets/screenshot-4.png (added)
-
tags/0.7.1 (added)
-
tags/0.7.1/.editorconfig (added)
-
tags/0.7.1/LICENSE (added)
-
tags/0.7.1/lib (added)
-
tags/0.7.1/lib/class-wm-autoload.php (added)
-
tags/0.7.1/readme.md (added)
-
tags/0.7.1/readme.txt (added)
-
tags/0.7.1/revision (added)
-
tags/0.7.1/revision/class-wm-revision.php (added)
-
tags/0.7.1/settings (added)
-
tags/0.7.1/settings/class-wm-admin.php (added)
-
tags/0.7.1/settings/class-wm-settings.php (added)
-
tags/0.7.1/tests (added)
-
tags/0.7.1/tests/bootstrap.php (added)
-
tags/0.7.1/tests/tests (added)
-
tags/0.7.1/tests/tests/test-watchman.php (added)
-
tags/0.7.1/tests/wm-test-case.php (added)
-
tags/0.7.1/ui (added)
-
tags/0.7.1/ui/css (added)
-
tags/0.7.1/ui/css/watchman-icons.css (added)
-
tags/0.7.1/ui/fonts (added)
-
tags/0.7.1/ui/fonts/watchman.eot (added)
-
tags/0.7.1/ui/fonts/watchman.svg (added)
-
tags/0.7.1/ui/fonts/watchman.ttf (added)
-
tags/0.7.1/ui/fonts/watchman.woff (added)
-
tags/0.7.1/watchman.php (added)
-
trunk/readme.md (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/watchman.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
watchman/trunk/readme.md
r1312268 r1312269 63 63  64 64 65 ### Set Revision Limit for individual posts. 66 67  68 65 69 ## Changelog ## 66 70 67 71 Please visit [Watchman's Roadmap page](http://blog.incognitech.in/watchman/roadmap/ "Visit Watchman's Features page") to get some details about future releases. 72 ### 0.7.1 ### 73 * Adds Screenshot for #12 74 68 75 ### 0.7 ### 69 76 * Fixes #12 - Revision Limit for Individual Posts -
watchman/trunk/readme.txt
r1312268 r1312269 51 51 2. Track Post Author in Revisions. User Display Name & User ID of the author is shown. 52 52 3. Track Post Status in Revisions. Label of Post Status is shown. 53 53 4. Set Revision Limit for individual posts. 54 54 55 55 ** License ** … … 71 71 72 72 Please visit [Watchman's Roadmap page](http://blog.incognitech.in/watchman/roadmap/ "Visit Watchman's Features page") to get some details about future releases. 73 74 = 0.7.1 = 75 * Adds Screenshot for #12 73 76 74 77 = 0.7 = -
watchman/trunk/watchman.php
r1312268 r1312269 4 4 * Plugin URI: http://blog.incognitech.in/watchman 5 5 * Description: A WordPress plugin to track revisions of your posts, pages and custom posts 6 * Version: 0.7 6 * Version: 0.7.1 7 7 * Author: desaiuditd 8 8 * Author URI: http://blog.incognitech.in … … 86 86 // Defines WM_VERSION if it does not exits. 87 87 if ( ! defined( 'WM_VERSION' ) ) { 88 define( 'WM_VERSION', '0.7 ' );88 define( 'WM_VERSION', '0.7.1' ); 89 89 } 90 90
Note: See TracChangeset
for help on using the changeset viewer.