Plugin Directory

Changeset 1261914


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

2.3 RELEASE

Location:
rating-system
Files:
1 added
4 edited

Legend:

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

    r1252163 r1261914  
     1## [2.3]
     2### Fix fatal error.
    13## [2.2]
    24### Added the shortcode [rating-system](You must have turned on like or dislike for posts and pages)
  • rating-system/trunk/admin/vortexlikedislike.php

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

    r1252163 r1261914  
    44* Plugin URI: http://github.com/VortexThemes/rating-system
    55* Description: The simple way to add like or dislike buttons.
    6 * Version: 2.2
     6* Version: 2.3
    77* Author: VortexThemes
    88* Author URI: https://github.com/VortexThemes
     
    1616//activation hook
    1717include(plugin_dir_path( __FILE__ ).'activation.php');
    18 //tgmpa
     18
     19function vortex_rating_require_tgmpa(){
     20    //tgmpa
    1921include(plugin_dir_path( __FILE__).'tgmpa/class-tgm-plugin-activation.php');
    2022add_action( 'tgmpa_register', 'vortex_register_plugin' );
     
    113115    tgmpa( $plugins, $config );
    114116}
     117}
     118add_action('plugins_loaded','vortex_rating_require_tgmpa');
    115119//require all usefull stuffs
    116120function vortex_systen_main_function(){
  • rating-system/trunk/readme.txt

    r1252163 r1261914  
    55Requires at least: 4.1
    66Tested up to: 4.3
    7 Stable tag: 2.2
     7Stable tag: 2.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6969
    7070== Changelog ==
     71= 2.3 =
     72* Fix fatal error.
    7173= 2.2 =
    7274* Added the shortcode [rating-system](You must have turned on like or dislike for posts and pages).
Note: See TracChangeset for help on using the changeset viewer.