Changeset 1282507
- Timestamp:
- 11/09/2015 12:59:10 PM (10 years ago)
- Location:
- design-feedback/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (13 diffs)
-
includes/class-design-feedback.php (modified) (1 diff)
-
public/class-design-feedback-public.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
design-feedback/trunk/README.txt
r1282474 r1282507 4 4 Requires at least: 4.0 5 5 Tested up to: 4.3.1 6 Stable tag: 1.3 6 Stable tag: 1.3.1 7 7 License: GPLv2 or later 8 8 … … 11 11 == Description == 12 12 13 **NOV 2015: MAJOR UPDATE AND INTRODUCING CYCLES PRO** 13 **NOV 2015: MAJOR UPDATE AND INTRODUCING CYCLES PRO** 14 14 _We've been busy overhauling the look/feel, rewriting the feedback engine and changing how mockups display, so presenting designs and receiving feedback is much faster and even more intuitive._ 15 15 16 [Cycles](http://getCycles.io/) allows you to share any design (mockups, wireframes, sitemaps) without the complexity of email attachments or third-party services. Clients and colleagues view your work in their browser and post feedback directly on your designs. 16 [Cycles](http://getCycles.io/) allows you to share any design (mockups, wireframes, sitemaps) without the complexity of email attachments or third-party services. Clients and colleagues view your work in their browser and post feedback directly on your designs. 17 17 18 18 * **Simple, Secure Sharing** - Send links (not attachments) to any design you can think of. Share logos, sitemaps, wireframes, mockups, stock photography, and more. Password protect your designs to protect client privacy. … … 30 30 #### Features 31 31 32 **Self Hosted** 32 **Self Hosted** 33 33 Cycles works on your (or your client’s) WordPress installation, so files stay private and secure on your client-friendly, recognizable domain. 34 34 35 **Upload images** 35 **Upload images** 36 36 Upload single or multiple files of any type supported by WordPress, such as JPEG, GIF, PNG, and BMP. 37 37 … … 39 39 Organize designs in the WordPress media library for quick sorting and searching. 40 40 41 **Custom Design URL** 41 **Custom Design URL** 42 42 Make sharing easier with custom, client friendly and easy to pronounce URLs. 43 43 … … 50 50 **Feedback List** 51 51 Comments are gathered into a single, easy to reference list of design feedback. 52 52 53 53 #### Follow Cycles 54 [Blog](http://getCycles.io/blog/) | [Twitter](http://twitter.com/getCycles) 54 [Blog](http://getCycles.io/blog/) | [Twitter](http://twitter.com/getCycles) 55 55 56 56 == Installation == … … 68 68 == Frequently Asked Questions == 69 69 70 Thank you for installing and using the [Cycles plugin for WordPress](http://getCycles.io). If you're having trouble and can't find a solution below, please create a support topic (link below). We closely monitor and will respond as soon as possible. 70 Thank you for installing and using the [Cycles plugin for WordPress](http://getCycles.io). If you're having trouble and can't find a solution below, please create a support topic (link below). We closely monitor and will respond as soon as possible. 71 71 72 72 For other issues, questions, suggestions, feedback, please email us at [info@getCycles.io](info@getCycles.io). … … 76 76 77 77 **Do clients need to register an account?** 78 No! Your clients need only open your URL in a browser to begin leaving feedback. 78 No! Your clients need only open your URL in a browser to begin leaving feedback. 79 79 80 80 **What kind of images are supported?** 81 Cycles works with most image types supported by WordPress, such as JPEG, GIF, PNG, and BMP. 81 Cycles works with most image types supported by WordPress, such as JPEG, GIF, PNG, and BMP. 82 82 83 83 **What kind of designs can I share?** … … 94 94 95 95 **How do I get more help?** 96 If you encounter a technical issue, please use the [Support Forum](https://wordpress.org/support/plugin/design-feedback). 96 If you encounter a technical issue, please use the [Support Forum](https://wordpress.org/support/plugin/design-feedback). 97 97 98 98 == Change Log == … … 110 110 111 111 = 1.2 = 112 September 27th, 2015 - 112 September 27th, 2015 - 113 113 114 114 Mockup Presentation … … 121 121 Feedback Rewrite 122 122 123 * New: Feedback code rewrite and redesign, so leaving feedback is faster and more intuitive 123 * New: Feedback code rewrite and redesign, so leaving feedback is faster and more intuitive 124 124 * New: View state for feedback 125 125 * New: Users can delete feedback … … 139 139 * Enhanced: Better styling on share dialog 140 140 * Enhanced: Removed unnecessary code and files 141 * Enhanced: Limit other plugin metaboxes from Add/Edit design screen 141 * Enhanced: Limit other plugin metaboxes from Add/Edit design screen 142 142 143 = 1.0.2 = 143 = 1.0.2 = 144 144 * New Name: Design Feedback is now called Cycles. 145 145 … … 147 147 * Enhanced: Feedback dialog has cleaner styling 148 148 * Fixed: Comment formatting now works with line breaks and most special characters 149 * Fixed: Browser resizing disabled for uploaded images 149 * Fixed: Browser resizing disabled for uploaded images 150 150 151 151 = 1.0 = … … 154 154 * New: Clients leave feedback directly on your designs so you know exactly what they're talking about 155 155 156 == Upgrade Notice == 156 == Upgrade Notice == 157 157 158 158 = 1.3 = -
design-feedback/trunk/includes/class-design-feedback.php
r1282469 r1282507 32 32 * The current version of the plugin. 33 33 */ 34 const VERSION = '1.3 ';34 const VERSION = '1.3.1'; 35 35 36 36 /** -
design-feedback/trunk/public/class-design-feedback-public.php
r1282469 r1282507 53 53 return plugin_dir_path( __FILE__ ) . 'templates/single-designfeedback.php'; 54 54 } 55 return $single; 55 56 56 57 }
Note: See TracChangeset
for help on using the changeset viewer.