Plugin Directory

Changeset 1282507


Ignore:
Timestamp:
11/09/2015 12:59:10 PM (10 years ago)
Author:
cycles
Message:

v1.3.1

Location:
design-feedback/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • design-feedback/trunk/README.txt

    r1282474 r1282507  
    44Requires at least: 4.0
    55Tested up to: 4.3.1
    6 Stable tag: 1.3
     6Stable tag: 1.3.1
    77License: GPLv2 or later
    88
     
    1111== Description ==
    1212
    13 **NOV 2015: MAJOR UPDATE AND INTRODUCING CYCLES PRO** 
     13**NOV 2015: MAJOR UPDATE AND INTRODUCING CYCLES PRO**
    1414_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._
    1515
    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.
    1717
    1818* **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.
     
    3030#### Features
    3131
    32 **Self Hosted** 
     32**Self Hosted**
    3333Cycles works on your (or your client’s) WordPress installation, so files stay private and secure on your client-friendly, recognizable domain.
    3434
    35 **Upload images** 
     35**Upload images**
    3636Upload single or multiple files of any type supported by WordPress, such as JPEG, GIF, PNG, and BMP.
    3737
     
    3939Organize designs in the WordPress media library for quick sorting and searching.
    4040
    41 **Custom Design URL** 
     41**Custom Design URL**
    4242Make sharing easier with custom, client friendly and easy to pronounce URLs.
    4343
     
    5050**Feedback List**
    5151Comments are gathered into a single, easy to reference list of design feedback.
    52  
     52
    5353#### Follow Cycles
    54 [Blog](http://getCycles.io/blog/) | [Twitter](http://twitter.com/getCycles) 
     54[Blog](http://getCycles.io/blog/) | [Twitter](http://twitter.com/getCycles)
    5555
    5656== Installation ==
     
    6868== Frequently Asked Questions ==
    6969
    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. 
     70Thank 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.
    7171
    7272For other issues, questions, suggestions, feedback, please email us at [info@getCycles.io](info@getCycles.io).
     
    7676
    7777**Do clients need to register an account?**
    78 No! Your clients need only open your URL in a browser to begin leaving feedback. 
     78No! Your clients need only open your URL in a browser to begin leaving feedback.
    7979
    8080**What kind of images are supported?**
    81 Cycles works with most image types supported by WordPress, such as JPEG, GIF, PNG, and BMP. 
     81Cycles works with most image types supported by WordPress, such as JPEG, GIF, PNG, and BMP.
    8282
    8383**What kind of designs can I share?**
     
    9494
    9595**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). 
     96If you encounter a technical issue, please use the [Support Forum](https://wordpress.org/support/plugin/design-feedback).
    9797
    9898== Change Log ==
     
    110110
    111111= 1.2 =
    112 September 27th, 2015 - 
     112September 27th, 2015 -
    113113
    114114Mockup Presentation
     
    121121Feedback Rewrite
    122122
    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
    124124* New: View state for feedback
    125125* New: Users can delete feedback
     
    139139* Enhanced: Better styling on share dialog
    140140* 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
    142142
    143 = 1.0.2 = 
     143= 1.0.2 =
    144144* New Name: Design Feedback is now called Cycles.
    145145
     
    147147* Enhanced: Feedback dialog has cleaner styling
    148148* 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
    150150
    151151= 1.0 =
     
    154154* New: Clients leave feedback directly on your designs so you know exactly what they're talking about
    155155
    156 == Upgrade Notice == 
     156== Upgrade Notice ==
    157157
    158158= 1.3 =
  • design-feedback/trunk/includes/class-design-feedback.php

    r1282469 r1282507  
    3232     * The current version of the plugin.
    3333     */
    34     const VERSION = '1.3';
     34    const VERSION = '1.3.1';
    3535
    3636    /**
  • design-feedback/trunk/public/class-design-feedback-public.php

    r1282469 r1282507  
    5353            return plugin_dir_path( __FILE__ ) . 'templates/single-designfeedback.php';
    5454        }
     55        return $single;
    5556
    5657    }
Note: See TracChangeset for help on using the changeset viewer.