Plugin Directory

Changeset 1261935


Ignore:
Timestamp:
10/08/2015 07:47:12 PM (10 years ago)
Author:
VortexThemes
Message:

2.4 RELEASE

Location:
rating-system
Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • rating-system/trunk/Changelog.md

    r1261914 r1261935  
     1## [2.4]
     2### Added a way to disable the like button from function.
    13## [2.3]
    24### Fix fatal error.
  • rating-system/trunk/admin/vortexlikedislike.php

    r1261914 r1261935  
    1717        'display_name'         => 'Rating System',
    1818        // Name that appears at the top of your panel
    19         'display_version'      => '2.3',
     19        'display_version'      => '2.4',
    2020        // Version that appears at the top of your panel
    2121        'menu_type'            => 'menu',
  • rating-system/trunk/posts-pages.php

    r1247646 r1261935  
    479479        }
    480480       
    481         function vortex_render_for_posts(){
     481        function vortex_render_for_posts($dislike = true){
    482482           
    483483            global $vortex_like_dislike;
    484484           
    485             if(!$vortex_like_dislike['v-switch-dislike']){
     485            if(!$vortex_like_dislike['v-switch-dislike'] && $dislike){
    486486               
    487487            /*
  • rating-system/trunk/rating-system.php

    r1261914 r1261935  
    44* Plugin URI: http://github.com/VortexThemes/rating-system
    55* Description: The simple way to add like or dislike buttons.
    6 * Version: 2.3
     6* Version: 2.4
    77* Author: VortexThemes
    88* Author URI: https://github.com/VortexThemes
  • rating-system/trunk/readme.txt

    r1261914 r1261935  
    55Requires at least: 4.1
    66Tested up to: 4.3
    7 Stable tag: 2.3
     7Stable tag: 2.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6969
    7070== Changelog ==
     71= 2.4 =
     72* Added a way to disable the like button from function.
    7173= 2.3 =
    7274* Fix fatal error.
Note: See TracChangeset for help on using the changeset viewer.