Plugin Directory

Changeset 1195058


Ignore:
Timestamp:
07/08/2015 11:05:19 PM (11 years ago)
Author:
cycles
Message:

1.0.2 - Name change

Location:
design-feedback/trunk
Files:
10 edited

Legend:

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

    r1189424 r1195058  
    1 === Design Feedback ===
    2 Contributors: designfeedback
    3 Tags: design, feedback, mockup, client, wireframe, design review, comment, webdesign, freelancer, freelancers, graphic artists, graphic designers, graphics, image, images, logo design, mood boards, infographics
     1=== Cycles ===
     2Contributors: Cycles
     3Tags: design, feedback, mockup, client, wireframe, design review, comment, webdesign, freelancer, freelancers, graphic artists, graphic designers, graphics, image, images, logo design, mood boards, infographics, design feedback, cycles
    44Requires at least: 4.0
    55Tested up to: 4.2
    6 Stable tag: 1.0.1
     6Stable tag: 1.0.2
    77License: GPLv2 or later
    88
     
    1111== Description ==
    1212
    13 [Design Feedback](http://designfeedbackplugin.com/) allows you to easily 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.
     13[Cycles](http://getCycles.io/) allows you to easily 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.
    1414
    1515* **Simple Sharing** - Send links (not attachments) to any design you can think of. Share logos, sitemaps, wireframes, mockups, stock photography, and more.
     
    1919* **Happy Clients** - Delight your clients with easy to open designs and a simple feedback process.  No more missing files, back and forth emails, miscommunication or lost feedback.
    2020 
    21 #### Follow Design Feedback
    22 [Blog](http://designfeedbackplugin.com/blog/) | [Twitter](http://twitter.com/wpDFP)
     21#### Follow Cycles
     22[Blog](http://getCycles.io/blog/) | [Twitter](http://twitter.com/getCycles)
    2323
    2424== Installation ==
    2525
    26 1. Upload the entire `design-feedback` folder to the `/wp-content/plugins/` directory
     261. Upload the entire `cycles` folder to the `/wp-content/plugins/` directory
    27272. Activate the plugin through the `Plugins` menu in WordPress
    28 3. Done! Use the Design Feedback option in the admin side bar to upload and share your designs.
     283. Done! Use the Cycles menu option in the admin sidebar to upload and share your designs.
    2929
    3030== Screenshots ==
     
    3636== Frequently Asked Questions ==
    3737
    38 Thank you for installing and using the [Design Feedback plugin for WordPress](http://designfeedbackplugin.com).  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. 
     38Thank 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. 
    3939
    40 For other issues, questions, suggestions, feedback, please email us at [info@designfeedbackplugin.com](info@designfeedbackplugin.com).
     40For other issues, questions, suggestions, feedback, please email us at [info@getCycles.io](info@getCycles.io).
    4141
    4242**How do I get started?**
    4343
    44 Once you've installed the plugin, sharing designs with clients is easy.  Go to Design Feedback in the sidebar, and click add new (`Design Feedback > Add New`).  Give your design a name (clients will see this) and add an image. You can optionally adjust the share URL to make it more client friendly.  Finally, click "save" and you're ready to share and receive feedback.
     44Once you've installed the plugin, sharing designs with clients is easy.  Go to 'Cycles' in the sidebar, and click add new (`Cycles > Add New`).  Give your design a name (clients will see this) and add an image. You can optionally adjust the share URL to make it more client friendly.  Finally, click "save" and you're ready to share and receive feedback.
    4545
    4646**Do clients need to register an account?**
     
    5050**What kind of images are supported?**
    5151
    52 Design Feedback works with most image types supported by WordPress, such as JPEG, GIF, PNG, and BMP.
     52Cycles works with most image types supported by WordPress, such as JPEG, GIF, PNG, and BMP.
    5353
    5454**What kind of designs can I share?**
     
    7272== Change Log ==
    7373
     74= 1.0.2 =
     75* New Name: Design Feedback is now called Cycles.
     76
    7477= 1.0.1 =
    7578* Enhanced: Feedback dialog has cleaner styling
     
    8487== Upgrade Notice ==
    8588
    86 = 1.0.1 =
    87 Cleaner feedback dialog styling and fixed minor image display and line break bugs.
     89= 1.0.2 =
     90New name - Design Feedback is now called Cycles.
  • design-feedback/trunk/admin/class-design-feedback-admin.php

    r1189418 r1195058  
    44 * The admin-specific functionality of the plugin.
    55 *
    6  * @link       http://designfeedbackplugin.com
     6 * @link       http://getCycles.io
    77 * @since      0.1
    88 *
     
    8484            array(
    8585                'labels' => array(
    86                             'name'          => __( 'Design Feedback' ),
     86                            'name'          => __( 'Cycles' ),
    8787                            'singular_name' => __( 'design' ),
    88                             'menu_name'     => __( 'Design Feedback' ),
    89                             'name_admin_bar'=> __( 'Design Feedback' ),
     88                            'menu_name'     => __( 'Cycles' ),
     89                            'name_admin_bar'=> __( 'Cycles' ),
    9090                            'all_items'     => __( 'All Designs' ),
    9191                            'new_item'      => __( 'Add New Design' ),
     
    344344                           
    345345                        </script>
    346                         <a href = "http://designfeedbackplugin.com/" target = "_blank">Design Feedback</a> | v1.0
    347346EOD;
    348347                       
  • design-feedback/trunk/admin/partials/design-feedback-admin-display.php

    r1181560 r1195058  
    66 * This file is used to markup the admin-facing aspects of the plugin.
    77 *
    8  * @link       http://designfeedbackplugin.com
     8 * @link       http://getCycles.io
    99 * @since      0.1
    1010 *
  • design-feedback/trunk/includes/class-design-feedback-activator.php

    r1181560 r1195058  
    44 * Fired during plugin activation
    55 *
    6  * @link       http://designfeedbackplugin.com
     6 * @link       http://getCycles.io
    77 * @since      0.1
    88 *
  • design-feedback/trunk/includes/class-design-feedback-deactivator.php

    r1181560 r1195058  
    44 * Fired during plugin deactivation
    55 *
    6  * @link       http://designfeedbackplugin.com
     6 * @link       http://getCycles.io
    77 * @since      0.1
    88 *
  • design-feedback/trunk/includes/class-design-feedback-handler.php

    r1181560 r1195058  
    77 * public-facing side of the site and the admin area.
    88 *
    9  * @link       http://designfeedbackplugin.com
     9 * @link       http://getCycles.io
    1010 * @since      0.1
    1111 *
  • design-feedback/trunk/includes/class-design-feedback-i18n.php

    r1181560 r1195058  
    77 * so that it is ready for translation.
    88 *
    9  * @link       http://designfeedbackplugin.com
     9 * @link       http://getCycles.io
    1010 * @since      0.1
    1111 *
  • design-feedback/trunk/includes/class-design-feedback-loader.php

    r1181560 r1195058  
    44 * Register all actions and filters for the plugin
    55 *
    6  * @link       http://designfeedbackplugin.com
     6 * @link       http://getCycles.io
    77 * @since      0.1
    88 *
  • design-feedback/trunk/includes/class-design-feedback.php

    r1181566 r1195058  
    77 * public-facing side of the site and the admin area.
    88 *
    9  * @link       http://designfeedbackplugin.com
     9 * @link       http://getCycles.io
    1010 * @since      0.1
    1111 *
     
    4343    public function __construct() {
    4444
    45         $this->plugin_name = 'design-feedback';
    46         $this->version = '1.0';
     45        $this->plugin_name = 'designfeedback';
     46        $this->version = '1.0.2';
    4747
    4848        $this->load_dependencies();
  • design-feedback/trunk/public/class-design-feedback-public.php

    r1189418 r1195058  
    44 * The public-facing functionality of the plugin.
    55 *
    6  * @link       http://designfeedbackplugin.com
     6 * @link       http://getCycles.io
    77 * @since      0.1
    88 *
    99 * @package    Design_Feedback
    1010 * @subpackage Design_Feedbacke/admin
    11  * @author     Design Feedback
     11 * @author     Cycles
    1212 */
    1313
Note: See TracChangeset for help on using the changeset viewer.