Plugin Directory

Changeset 990390


Ignore:
Timestamp:
09/15/2014 06:30:15 PM (11 years ago)
Author:
bryanmonzon
Message:

tagged version 1.0.5 and fixed a couple comments. I think I've got this SVN thing now

Location:
simple-campaigns
Files:
3 edited
8 copied

Legend:

Unmodified
Added
Removed
  • simple-campaigns/tags/1.0.5/includes/functions.php

    r990384 r990390  
    2828add_filter( 'the_content', 'scamps_after_campaign_content' );
    2929
     30
    3031/**
    3132 * Grabs the button text set in settings. If nothing is set it defaults to "Donate"
     
    6566
    6667/**
    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.
    6869 * @param  [type] $form [description]
    6970 * @return [type]       [description]
  • simple-campaigns/tags/1.0.5/readme.txt

    r990384 r990390  
    44Requires at least: 3.0.1
    55Tested up to: 4.0
    6 Version: 1.0.3
    7 Stable tag: 1.0.3
     6Version: 1.0.5
     7Stable tag: 1.0.5
    88
    99License: GPLv2 or later
     
    6464== Changelog ==
    6565
     66= 1.0.5: September 15, 2014 =
     67FIX: Version number issues
     68FIX: Clarified some code comments
     69
     70
    6671= 1.0.4: September 15, 2014 =
    6772FIX: Output '$0' if no money has been raised
    6873
    6974= 1.0.2: September 14, 2014 =
    70 Added some nice functions to get campaign data
     75NEW: Some nice functions to get campaign data
    7176
    7277= 1.0.1: September 10, 2014 =
    73 Added a filter for changing the HTML content on the form
     78NEW: a filter for changing the HTML content on the form
    7479
    7580= 1.0: September 9, 2014 =
  • simple-campaigns/tags/1.0.5/simple-campaigns.php

    r990384 r990390  
    22/**
    33 * Plugin Name: Simple Campaigns
    4  * Plugin URI: http://wpsetup.co/simple-campaigns
    5  * 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
    77 * Author: WP Setup
    88 * Author URI: http://wpsetup.co
  • simple-campaigns/trunk/includes/functions.php

    r990384 r990390  
    2828add_filter( 'the_content', 'scamps_after_campaign_content' );
    2929
     30
    3031/**
    3132 * Grabs the button text set in settings. If nothing is set it defaults to "Donate"
     
    6566
    6667/**
    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.
    6869 * @param  [type] $form [description]
    6970 * @return [type]       [description]
  • simple-campaigns/trunk/readme.txt

    r990384 r990390  
    44Requires at least: 3.0.1
    55Tested up to: 4.0
    6 Version: 1.0.3
    7 Stable tag: 1.0.3
     6Version: 1.0.5
     7Stable tag: 1.0.5
    88
    99License: GPLv2 or later
     
    6464== Changelog ==
    6565
     66= 1.0.5: September 15, 2014 =
     67FIX: Version number issues
     68FIX: Clarified some code comments
     69
     70
    6671= 1.0.4: September 15, 2014 =
    6772FIX: Output '$0' if no money has been raised
    6873
    6974= 1.0.2: September 14, 2014 =
    70 Added some nice functions to get campaign data
     75NEW: Some nice functions to get campaign data
    7176
    7277= 1.0.1: September 10, 2014 =
    73 Added a filter for changing the HTML content on the form
     78NEW: a filter for changing the HTML content on the form
    7479
    7580= 1.0: September 9, 2014 =
  • simple-campaigns/trunk/simple-campaigns.php

    r990384 r990390  
    22/**
    33 * Plugin Name: Simple Campaigns
    4  * Plugin URI: http://wpsetup.co/simple-campaigns
    5  * 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
    77 * Author: WP Setup
    88 * Author URI: http://wpsetup.co
Note: See TracChangeset for help on using the changeset viewer.