Changeset 1343318
- Timestamp:
- 02/04/2016 04:02:33 PM (10 years ago)
- Location:
- appreciators/trunk
- Files:
-
- 2 edited
-
appreciators.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
appreciators/trunk/appreciators.php
r1343024 r1343318 11 11 * Plugin Name: Appreciators WP Plugin 12 12 * Description: A WordPress plugin that allows viewers to appreciate and tip content creators 13 * Version: 0.0. 513 * Version: 0.0.6 14 14 * Author: Appreciators Clique 15 15 * Author URI: https://appreciators.org … … 188 188 189 189 // Enable Appreciators WP Plugin Shortcode 190 /*function sexy_author_bio_shortcode( $atts ){190 function appreciators_shortcode( $atts ){ 191 191 if ( function_exists( 'get_Appreciators' ) ) { 192 192 return get_Appreciators(); 193 193 } 194 194 } 195 add_shortcode( 'appreciat ors', 'appreciators_shortcode' );195 add_shortcode( 'appreciate-author', 'appreciators_shortcode' ); 196 196 add_filter('widget_text', 'do_shortcode'); 197 */ 197 198 198 199 199 // Add settings link on plugin page -
appreciators/trunk/readme.txt
r1343024 r1343318 4 4 Requires at least: 4.3 5 5 Tested up to: 4.4.2 6 Stable tag: 0.0. 56 Stable tag: 0.0.6 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 40 40 * You can view a live demo of Appreciators WP Plugin on a blog article here: https://appreciators.org/blog/is-a-founders-journey-a-coin-toss/ 41 41 42 = Appreciate Author Widget Shortcode = 43 44 If your theme doesn't show the Appreciate Author widget automatically, you can add it manually using this shortcode: 45 46 ` 47 [appreciate-author] 48 ` 42 49 43 50 == Installation == … … 67 74 == Changelog == 68 75 76 = 0.0.6 05-Feb-2016 = 77 78 * Added shortcode support 79 69 80 = 0.0.5 04-Feb-2016 = 70 81
Note: See TracChangeset
for help on using the changeset viewer.