Changeset 990390
- Timestamp:
- 09/15/2014 06:30:15 PM (11 years ago)
- Location:
- simple-campaigns
- Files:
-
- 3 edited
- 8 copied
-
tags/1.0.3/trunk (copied) (copied from simple-campaigns/trunk)
-
tags/1.0.3/trunk/includes/functions.php (copied) (copied from simple-campaigns/trunk/includes/functions.php)
-
tags/1.0.3/trunk/readme.txt (copied) (copied from simple-campaigns/trunk/readme.txt)
-
tags/1.0.3/trunk/simple-campaigns.php (copied) (copied from simple-campaigns/trunk/simple-campaigns.php)
-
tags/1.0.5 (copied) (copied from simple-campaigns/trunk)
-
tags/1.0.5/includes/functions.php (copied) (copied from simple-campaigns/trunk/includes/functions.php) (2 diffs)
-
tags/1.0.5/readme.txt (copied) (copied from simple-campaigns/trunk/readme.txt) (2 diffs)
-
tags/1.0.5/simple-campaigns.php (copied) (copied from simple-campaigns/trunk/simple-campaigns.php) (1 diff)
-
trunk/includes/functions.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/simple-campaigns.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
simple-campaigns/tags/1.0.5/includes/functions.php
r990384 r990390 28 28 add_filter( 'the_content', 'scamps_after_campaign_content' ); 29 29 30 30 31 /** 31 32 * Grabs the button text set in settings. If nothing is set it defaults to "Donate" … … 65 66 66 67 /** 67 * If the provided form is imported, this should dynamically what users are donating to.68 * If the provided form is imported, this should dynamically display what users are donating to. 68 69 * @param [type] $form [description] 69 70 * @return [type] [description] -
simple-campaigns/tags/1.0.5/readme.txt
r990384 r990390 4 4 Requires at least: 3.0.1 5 5 Tested up to: 4.0 6 Version: 1.0. 37 Stable tag: 1.0. 36 Version: 1.0.5 7 Stable tag: 1.0.5 8 8 9 9 License: GPLv2 or later … … 64 64 == Changelog == 65 65 66 = 1.0.5: September 15, 2014 = 67 FIX: Version number issues 68 FIX: Clarified some code comments 69 70 66 71 = 1.0.4: September 15, 2014 = 67 72 FIX: Output '$0' if no money has been raised 68 73 69 74 = 1.0.2: September 14, 2014 = 70 Added some nice functions to get campaign data75 NEW: Some nice functions to get campaign data 71 76 72 77 = 1.0.1: September 10, 2014 = 73 Addeda filter for changing the HTML content on the form78 NEW: a filter for changing the HTML content on the form 74 79 75 80 = 1.0: September 9, 2014 = -
simple-campaigns/tags/1.0.5/simple-campaigns.php
r990384 r990390 2 2 /** 3 3 * Plugin Name: Simple Campaigns 4 * Plugin URI: http://w psetup.co/simple-campaigns5 * Description: Easily create campaigns 6 * Version: 1.0 4 * Plugin URI: http://wordpress.org/plugins/simple-campaigns 5 * Description: Easily create campaigns and track with Gravity Forms 6 * Version: 1.0.5 7 7 * Author: WP Setup 8 8 * Author URI: http://wpsetup.co -
simple-campaigns/trunk/includes/functions.php
r990384 r990390 28 28 add_filter( 'the_content', 'scamps_after_campaign_content' ); 29 29 30 30 31 /** 31 32 * Grabs the button text set in settings. If nothing is set it defaults to "Donate" … … 65 66 66 67 /** 67 * If the provided form is imported, this should dynamically what users are donating to.68 * If the provided form is imported, this should dynamically display what users are donating to. 68 69 * @param [type] $form [description] 69 70 * @return [type] [description] -
simple-campaigns/trunk/readme.txt
r990384 r990390 4 4 Requires at least: 3.0.1 5 5 Tested up to: 4.0 6 Version: 1.0. 37 Stable tag: 1.0. 36 Version: 1.0.5 7 Stable tag: 1.0.5 8 8 9 9 License: GPLv2 or later … … 64 64 == Changelog == 65 65 66 = 1.0.5: September 15, 2014 = 67 FIX: Version number issues 68 FIX: Clarified some code comments 69 70 66 71 = 1.0.4: September 15, 2014 = 67 72 FIX: Output '$0' if no money has been raised 68 73 69 74 = 1.0.2: September 14, 2014 = 70 Added some nice functions to get campaign data75 NEW: Some nice functions to get campaign data 71 76 72 77 = 1.0.1: September 10, 2014 = 73 Addeda filter for changing the HTML content on the form78 NEW: a filter for changing the HTML content on the form 74 79 75 80 = 1.0: September 9, 2014 = -
simple-campaigns/trunk/simple-campaigns.php
r990384 r990390 2 2 /** 3 3 * Plugin Name: Simple Campaigns 4 * Plugin URI: http://w psetup.co/simple-campaigns5 * Description: Easily create campaigns 6 * Version: 1.0 4 * Plugin URI: http://wordpress.org/plugins/simple-campaigns 5 * Description: Easily create campaigns and track with Gravity Forms 6 * Version: 1.0.5 7 7 * Author: WP Setup 8 8 * Author URI: http://wpsetup.co
Note: See TracChangeset
for help on using the changeset viewer.