Plugin Directory

Changeset 1029012


Ignore:
Timestamp:
11/19/2014 11:25:23 PM (11 years ago)
Author:
bryanmonzon
Message:

adding file and tagging version 1.0.8

Location:
simple-campaigns
Files:
2 edited
5 copied

Legend:

Unmodified
Added
Removed
  • simple-campaigns/tags/1.0.8/readme.txt

    r1029002 r1029012  
    11=== Plugin Name ===
    22Contributors: bryanmonzon
    3 Tags: gravityform,
     3Tags: gravityform, campaigns
    44Requires at least: 3.0.1
    55Tested up to: 4.0
    6 Version: 1.0.7
    7 Stable tag: 1.0.7
     6Version: 1.0.8
     7Stable tag: 1.0.8
    88
    99License: GPLv2 or later
     
    6464== Changelog ==
    6565
     66= 1.0.8: November 19, 2014 =
     67FIX: Missing file
     68
    6669= 1.0.7: November 19, 2014 =
    6770FIX: Fixed an issue where campaign meta might get deleted on post save
  • simple-campaigns/tags/1.0.8/simple-campaigns.php

    r1029002 r1029012  
    44 * Plugin URI: http://wordpress.org/plugins/simple-campaigns
    55 * Description: Easily create campaigns and track with Gravity Forms
    6  * Version: 1.0.7
     6 * Version: 1.0.8
    77 * Author: WP Setup
    88 * Author URI: http://wpsetup.co
     
    6666    // Plugin version
    6767    if ( ! defined( 'S_CAMPS_VERSION' ) )
    68       define( 'S_CAMPS_VERSION', '1.0.7' );
     68      define( 'S_CAMPS_VERSION', '1.0.*' );
    6969
    7070    // Plugin Folder Path
     
    104104    require_once S_CAMPS_PLUGIN_DIR . '/includes/scripts.php';
    105105    require_once S_CAMPS_PLUGIN_DIR . '/includes/shortcodes.php';
     106    require_once S_CAMPS_PLUGIN_DIR . '/includes/admin/campaigns/functions.php';
    106107    require_once S_CAMPS_PLUGIN_DIR . '/includes/numbers-functions.php';
    107     require_once S_CAMPS_PLUGIN_DIR . '/includes/admin/campaigns/functions.php';
    108108
    109109    if( is_admin() ){
  • simple-campaigns/trunk/readme.txt

    r1029002 r1029012  
    11=== Plugin Name ===
    22Contributors: bryanmonzon
    3 Tags: gravityform,
     3Tags: gravityform, campaigns
    44Requires at least: 3.0.1
    55Tested up to: 4.0
    6 Version: 1.0.7
    7 Stable tag: 1.0.7
     6Version: 1.0.8
     7Stable tag: 1.0.8
    88
    99License: GPLv2 or later
     
    6464== Changelog ==
    6565
     66= 1.0.8: November 19, 2014 =
     67FIX: Missing file
     68
    6669= 1.0.7: November 19, 2014 =
    6770FIX: Fixed an issue where campaign meta might get deleted on post save
  • simple-campaigns/trunk/simple-campaigns.php

    r1029002 r1029012  
    44 * Plugin URI: http://wordpress.org/plugins/simple-campaigns
    55 * Description: Easily create campaigns and track with Gravity Forms
    6  * Version: 1.0.7
     6 * Version: 1.0.8
    77 * Author: WP Setup
    88 * Author URI: http://wpsetup.co
     
    6666    // Plugin version
    6767    if ( ! defined( 'S_CAMPS_VERSION' ) )
    68       define( 'S_CAMPS_VERSION', '1.0.7' );
     68      define( 'S_CAMPS_VERSION', '1.0.*' );
    6969
    7070    // Plugin Folder Path
     
    104104    require_once S_CAMPS_PLUGIN_DIR . '/includes/scripts.php';
    105105    require_once S_CAMPS_PLUGIN_DIR . '/includes/shortcodes.php';
     106    require_once S_CAMPS_PLUGIN_DIR . '/includes/admin/campaigns/functions.php';
    106107    require_once S_CAMPS_PLUGIN_DIR . '/includes/numbers-functions.php';
    107     require_once S_CAMPS_PLUGIN_DIR . '/includes/admin/campaigns/functions.php';
    108108
    109109    if( is_admin() ){
Note: See TracChangeset for help on using the changeset viewer.