Plugin Directory

Changeset 1272387


Ignore:
Timestamp:
10/24/2015 06:37:00 PM (10 years ago)
Author:
VortexThemes
Message:

2.7.1 UPDATE

Location:
rating-system
Files:
83 added
5 edited

Legend:

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

    r1271191 r1272387  
     1## [2.7.1]
     2### Fixed fatal error on PHP 5.3.
    13## [2.7]
    24### Added MyCred integration.
  • rating-system/trunk/admin/vortexlikedislike.php

    r1271191 r1272387  
    1717        'display_name'         => 'Rating System',
    1818        // Name that appears at the top of your panel
    19         'display_version'      => '2.7',
     19        'display_version'      => '2.7.1',
    2020        // Version that appears at the top of your panel
    2121        'menu_type'            => 'menu',
  • rating-system/trunk/comments.php

    r1271191 r1272387  
    497497    }
    498498    add_action('wp','vortex_system_insert_comments');
     499   
     500    $epoch = get_option('epoch');
     501    $epoch_var = $epoch['options']['theme'];
     502   
    499503    if(!$vortex_like_dislike['v_enable_epoch']){   
    500504       
     
    557561    }
    558562    add_action('wp_enqueue_scripts','vortex_system_styles_scripts_comments');
    559     }elseif(get_option('epoch')['options']['theme'] == 'iframe' && $vortex_like_dislike['v_enable_epoch']){
     563    }elseif($epoch_var == 'iframe' && $vortex_like_dislike['v_enable_epoch']){
    560564       
    561565        function vortex_epoch_css(){
  • rating-system/trunk/rating-system.php

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

    r1271191 r1272387  
    55Requires at least: 4.1
    66Tested up to: 4.3.1
    7 Stable tag: 2.7
     7Stable tag: 2.7.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8181
    8282== Changelog ==
     83= 2.7.1 =
     84* Fixed fatal error on PHP 5.3.
    8385= 2.7 =
    8486* Added MyCred integration.
Note: See TracChangeset for help on using the changeset viewer.