Plugin Directory

Changeset 1973062


Ignore:
Timestamp:
11/12/2018 03:24:52 PM (7 years ago)
Author:
bykaVBS
Message:

Revert to version 1.0.5

Location:
cs-likes-counter
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • cs-likes-counter/trunk/cs-likes-counter.php

    r1973036 r1973062  
    44  Plugin URI: http://codesweet.ru/cs-likes-counter/
    55  Description: Likes Dislikes post counter
    6   Version: 1.0.6
     6  Version: 1.0.5
    77  Author: EdCreater
    88  Author URI: http://codesweet.ru
     
    1414
    1515class CS_Likes {
    16    
    1716    function __construct() {
    1817
     
    4746
    4847    }
    49    
    5048    function uninstall(){
    5149
     
    363361   
    364362}
    365 
    366363$cs_likes = new CS_Likes();
  • cs-likes-counter/trunk/readme.txt

    r1973036 r1973062  
    22Contributors: bykaVBS
    33Tags: likes, dislikes, likes counter
    4 Donate link: https://codesweet.ru/developments/plaginy-wordpress/cs-likes-counter/
     4Donate link: http://codesweet.ru/nashi-razrabotki/cs-likes-counter/
    55Requires at least: 3.9
    6 Tested up to: 4.9.8
    7 Stable tag: 1.0.6
     6Tested up to: 4.7.4
     7Stable tag: 1.0.5
    88License: GPLv2
    99
     
    4444
    45451. Upload cs-likes-counter directory to the /wp-content/plugins/ directory
    46 2. Activate the plugin through the Plugins menu in WordPress
     462. Activate the plugin through the \'Plugins\' menu in WordPress
    47473. Place <?php echo CS_Likes::show_buttons_like(); ?> function in your template inside the loop
    4848
    4949or
    5050
    51 1. Install plugin directly in WordPress through the Plugins, Add New -> Search panel
     511. Install plugin directly in WordPress through the \'Plugins\', Add New -> Search panel
    52522. Search for CS Likes Counter
    53533. Place <?php echo CS_Likes::show_buttons_like(); ?> function in your template inside the loop
     
    5555== Frequently Asked Questions ==
    5656
    57 = I'm having issues getting the plugin to work what should I do? =
     57= I\'m having issues getting the plugin to work what should I do? =
    5858
    59 See the [FAQs](https://codesweet.ru/developments/plaginy-wordpress/cs-likes-counter/) page for a detailed rundown of common issues
     59See the [FAQs](http://codesweet.ru/nashi-razrabotki/cs-likes-counter/) page for a detailed rundown of common issues
     60
     61See the [Support Forum](http://codesweet.ru/forums/forum/forum-podderzhki-plagina-cs-likes-counter/)
     62
    6063
    6164== Changelog ==
     
    8386* function CS_Likes::show_buttons_like($post_id = NULL, $show = false) add parameter $show for display vote form
    8487
    85 = 1.0.6 =
    86 
    87 * Update for wordpress 4.9.8
    88 
    8988Example 1: CS_Likes::show_buttons_like('', true) for display inside post loop
    9089Example 2: CS_Likes::show_buttons_like($post_id, true) for display outside post loop
Note: See TracChangeset for help on using the changeset viewer.