Plugin Directory

Changeset 2211560


Ignore:
Timestamp:
12/13/2019 12:09:05 PM (6 years ago)
Author:
feedbackauto
Message:

Updated readme, fixed deactivation bug

Location:
starrating-feedback-automatic/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • starrating-feedback-automatic/trunk/includes/class-starreviews-activator.php

    r2209020 r2211560  
    1616 * This class defines all code necessary to run during the plugin's activation.
    1717 *
    18  * @since      1.0.0
    19  * @package    Starreviews
    20  * @subpackage Starreviews/includes
    21  * @author     TitleTap <TitleTap>
     18 * @since      1.2
     19 * @package    Star-Ratings
     20 * @subpackage Star-Ratings/includes
     21 * @author     Feedbackautomatic
    2222 */
    2323class Starreviews_Activator {
     
    2828     * Long Description.
    2929     *
    30      * @since    1.0.0
     30     * @since    1.2
    3131     */
    3232    public static function activate() {
  • starrating-feedback-automatic/trunk/includes/class-starreviews-deactivator.php

    r2209020 r2211560  
     1<?php
     2
     3/**
     4 * Fired during plugin deactivation
     5 *
     6 * @link       feedbackautomatic.com
     7 * @since      1.2
     8 *
     9 * @package    Star-Ratings
     10 * @subpackage Star-Ratings/includes
     11 */
     12
     13/**
     14 * Fired during plugin deactivation.
     15 *
     16 * This class defines all code necessary to run during the plugin's deactivation.
     17 *
     18 * @since      1.2
     19 * @package    Star-Ratings
     20 * @subpackage Star-Ratings/includes
     21 * @author     Feedbackautomatic
     22 */
     23class Starreviews_Deactivator {
     24
     25    /**
     26     * Short Description. (use period)
     27     *
     28     * Long Description.
     29     *
     30     * @since    1.2
     31     */
     32    public static function deactivate() {
     33
     34    }
     35
     36}
  • starrating-feedback-automatic/trunk/readme.md

    r2211514 r2211560  
    1818
    1919This plug-in helps you:
     20
    2021* Get more clicks from search engines by automatically showing your star ratings from Facebook and/or Yelp in the actual search results on the web pages of your choice.
    2122* Build trust for website visitors by proudly displaying those same star ratings as badges prominently on your site using short codes.
    2223
    2324Features:
     25
    2426*   Integrate Facebook Reviews by simply pasting your Facebook URL
    2527*   Integrate Yelp Reviews by pasting your Yelp URL along with your free API key
Note: See TracChangeset for help on using the changeset viewer.