Changeset 1261914
- Timestamp:
- 10/08/2015 07:21:43 PM (10 years ago)
- Location:
- rating-system
- Files:
-
- 1 added
- 4 edited
-
tags/2.3 (added)
-
trunk/Changelog.md (modified) (1 diff)
-
trunk/admin/vortexlikedislike.php (modified) (1 diff)
-
trunk/rating-system.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
rating-system/trunk/Changelog.md
r1252163 r1261914 1 ## [2.3] 2 ### Fix fatal error. 1 3 ## [2.2] 2 4 ### 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 17 17 'display_name' => 'Rating System', 18 18 // Name that appears at the top of your panel 19 'display_version' => '2. 2',19 'display_version' => '2.3', 20 20 // Version that appears at the top of your panel 21 21 'menu_type' => 'menu', -
rating-system/trunk/rating-system.php
r1252163 r1261914 4 4 * Plugin URI: http://github.com/VortexThemes/rating-system 5 5 * Description: The simple way to add like or dislike buttons. 6 * Version: 2. 26 * Version: 2.3 7 7 * Author: VortexThemes 8 8 * Author URI: https://github.com/VortexThemes … … 16 16 //activation hook 17 17 include(plugin_dir_path( __FILE__ ).'activation.php'); 18 //tgmpa 18 19 function vortex_rating_require_tgmpa(){ 20 //tgmpa 19 21 include(plugin_dir_path( __FILE__).'tgmpa/class-tgm-plugin-activation.php'); 20 22 add_action( 'tgmpa_register', 'vortex_register_plugin' ); … … 113 115 tgmpa( $plugins, $config ); 114 116 } 117 } 118 add_action('plugins_loaded','vortex_rating_require_tgmpa'); 115 119 //require all usefull stuffs 116 120 function vortex_systen_main_function(){ -
rating-system/trunk/readme.txt
r1252163 r1261914 5 5 Requires at least: 4.1 6 6 Tested up to: 4.3 7 Stable tag: 2. 27 Stable tag: 2.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 69 69 70 70 == Changelog == 71 = 2.3 = 72 * Fix fatal error. 71 73 = 2.2 = 72 74 * 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.