Changeset 1042895
- Timestamp:
- 12/11/2014 07:46:13 PM (11 years ago)
- Location:
- watchman
- Files:
-
- 32 added
- 3 edited
-
tags/0.3 (added)
-
tags/0.3/.editorconfig (added)
-
tags/0.3/.jshintrc (added)
-
tags/0.3/.travis.yml (added)
-
tags/0.3/LICENSE (added)
-
tags/0.3/bin (added)
-
tags/0.3/bin/.jshintrc (added)
-
tags/0.3/bin/.svnignore (added)
-
tags/0.3/bin/.travis.yml (added)
-
tags/0.3/bin/class-wordpress-readme-parser.php (added)
-
tags/0.3/bin/contributing.md (added)
-
tags/0.3/bin/generate-markdown-readme (added)
-
tags/0.3/bin/install-wp-tests.sh (added)
-
tags/0.3/bin/pre-commit (added)
-
tags/0.3/bin/readme.md (added)
-
tags/0.3/bin/svn-push (added)
-
tags/0.3/lib (added)
-
tags/0.3/lib/class-wm-autoload.php (added)
-
tags/0.3/phpunit.xml (added)
-
tags/0.3/readme.md (added)
-
tags/0.3/readme.txt (added)
-
tags/0.3/revision (added)
-
tags/0.3/revision/class-wm-revision.php (added)
-
tags/0.3/settings (added)
-
tags/0.3/settings/class-wm-settings.php (added)
-
tags/0.3/svn-url (added)
-
tags/0.3/tests (added)
-
tags/0.3/tests/bootstrap.php (added)
-
tags/0.3/tests/tests (added)
-
tags/0.3/tests/tests/test-watchman.php (added)
-
tags/0.3/tests/wm-test-case.php (added)
-
tags/0.3/watchman.php (added)
-
trunk/readme.md (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/watchman.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
watchman/trunk/readme.md
r1042891 r1042895 1 1 <!-- DO NOT EDIT THIS FILE; it is auto-generated from readme.txt --> 2 # Watchman [](https://travis-ci.org/desaiuditd/watchman)2 # Watchman 3 3 4 4 Watchman is a WordPress plugin which keeps track of revisions for your posts, pages and custom post types as well. … … 56 56 ## Changelog ## 57 57 58 ### 0.3 December 12, 2014 ### 59 * Plugin title changed 60 58 61 ### 0.2 Decempber 11, 2014 ### 59 62 * Watchman Settings introduced -
watchman/trunk/readme.txt
r1042891 r1042895 1 === Watchman [](https://travis-ci.org/desaiuditd/watchman)===1 === Watchman === 2 2 Contributors: desaiuditd 3 3 Donate Link: Paypal ID : [email protected] … … 70 70 Please visit [Watchman's Roadmap page](http://blog.incognitech.in/watchman/roadmap/ "Visit Watchman's Features page") to get some details about future releases. 71 71 72 = 0.3 December 12, 2014 = 73 * Plugin title changed 74 72 75 = 0.2 Decempber 11, 2014 = 73 76 * Watchman Settings introduced -
watchman/trunk/watchman.php
r1042891 r1042895 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. 26 * Version: 0.3 7 7 * Author: desaiuditd 8 8 * Author URI: http://blog.incognitech.in
Note: See TracChangeset
for help on using the changeset viewer.