Plugin Directory

Changeset 2144906


Ignore:
Timestamp:
08/24/2019 05:09:13 PM (7 years ago)
Author:
krishna121
Message:

updated summary

Location:
wp-rate-and-review
Files:
3 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • wp-rate-and-review/tags/1.0.3/include/view/welcome.php

    r2144904 r2144906  
    1212                <li><?php esc_html_e('Progress Bar Color Manageable :- You could manage progress bar colors from plugin settings according to your theme layout.','wp-rate-and-review-products');?></li>
    1313                <li><?php esc_html_e('Plugin Auto disable if woocommerce not installed.','wp-rate-and-review-products');?></li>
     14               
     15                <li><?php esc_html_e('Use Shortcode :- You could use shortcode [wp_rate_review product_id="product_ID"] to show reivew and rating summary on any page/post.','wp-rate-and-review-products');?></li>
    1416
    1517            </ul>
  • wp-rate-and-review/tags/1.0.3/readme.txt

    r2144905 r2144906  
    2424*   Show total number of submitted ratings.
    2525*   Progress bar colors manageable from plugin settings.
     26*   You could use shortcode [wp_rate_review product_id="product_ID"] to show reivew and rating summary on any page/post.
    2627 
    2728== Installation ==
  • wp-rate-and-review/trunk/include/view/welcome.php

    r2144904 r2144906  
    1212                <li><?php esc_html_e('Progress Bar Color Manageable :- You could manage progress bar colors from plugin settings according to your theme layout.','wp-rate-and-review-products');?></li>
    1313                <li><?php esc_html_e('Plugin Auto disable if woocommerce not installed.','wp-rate-and-review-products');?></li>
     14
     15                <li><?php esc_html_e('Use Shortcode :- You could use shortcode [wp_rate_review product_id="product_ID"] to show reivew and rating summary on any page/post.','wp-rate-and-review-products');?></li>
    1416
    1517            </ul>
  • wp-rate-and-review/trunk/readme.txt

    r2144905 r2144906  
    2424*   Show total number of submitted ratings.
    2525*   Progress bar colors manageable from plugin settings.
     26*   You could use shortcode [wp_rate_review product_id="product_ID"] to show reivew and rating summary on any page/post.
     27
    2628 
    2729== Installation ==
Note: See TracChangeset for help on using the changeset viewer.