Changeset 1029012
- Timestamp:
- 11/19/2014 11:25:23 PM (11 years ago)
- Location:
- simple-campaigns
- Files:
-
- 2 edited
- 5 copied
-
tags/1.0.8 (copied) (copied from simple-campaigns/trunk)
-
tags/1.0.8/includes/admin/campaigns/metabox.php (copied) (copied from simple-campaigns/trunk/includes/admin/campaigns/metabox.php)
-
tags/1.0.8/includes/shortcodes.php (copied) (copied from simple-campaigns/trunk/includes/shortcodes.php)
-
tags/1.0.8/readme.txt (copied) (copied from simple-campaigns/trunk/readme.txt) (2 diffs)
-
tags/1.0.8/simple-campaigns.php (copied) (copied from simple-campaigns/trunk/simple-campaigns.php) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/simple-campaigns.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-campaigns/tags/1.0.8/readme.txt
r1029002 r1029012 1 1 === Plugin Name === 2 2 Contributors: bryanmonzon 3 Tags: gravityform, 3 Tags: gravityform, campaigns 4 4 Requires at least: 3.0.1 5 5 Tested up to: 4.0 6 Version: 1.0. 77 Stable tag: 1.0. 76 Version: 1.0.8 7 Stable tag: 1.0.8 8 8 9 9 License: GPLv2 or later … … 64 64 == Changelog == 65 65 66 = 1.0.8: November 19, 2014 = 67 FIX: Missing file 68 66 69 = 1.0.7: November 19, 2014 = 67 70 FIX: Fixed an issue where campaign meta might get deleted on post save -
simple-campaigns/tags/1.0.8/simple-campaigns.php
r1029002 r1029012 4 4 * Plugin URI: http://wordpress.org/plugins/simple-campaigns 5 5 * Description: Easily create campaigns and track with Gravity Forms 6 * Version: 1.0. 76 * Version: 1.0.8 7 7 * Author: WP Setup 8 8 * Author URI: http://wpsetup.co … … 66 66 // Plugin version 67 67 if ( ! defined( 'S_CAMPS_VERSION' ) ) 68 define( 'S_CAMPS_VERSION', '1.0. 7' );68 define( 'S_CAMPS_VERSION', '1.0.*' ); 69 69 70 70 // Plugin Folder Path … … 104 104 require_once S_CAMPS_PLUGIN_DIR . '/includes/scripts.php'; 105 105 require_once S_CAMPS_PLUGIN_DIR . '/includes/shortcodes.php'; 106 require_once S_CAMPS_PLUGIN_DIR . '/includes/admin/campaigns/functions.php'; 106 107 require_once S_CAMPS_PLUGIN_DIR . '/includes/numbers-functions.php'; 107 require_once S_CAMPS_PLUGIN_DIR . '/includes/admin/campaigns/functions.php';108 108 109 109 if( is_admin() ){ -
simple-campaigns/trunk/readme.txt
r1029002 r1029012 1 1 === Plugin Name === 2 2 Contributors: bryanmonzon 3 Tags: gravityform, 3 Tags: gravityform, campaigns 4 4 Requires at least: 3.0.1 5 5 Tested up to: 4.0 6 Version: 1.0. 77 Stable tag: 1.0. 76 Version: 1.0.8 7 Stable tag: 1.0.8 8 8 9 9 License: GPLv2 or later … … 64 64 == Changelog == 65 65 66 = 1.0.8: November 19, 2014 = 67 FIX: Missing file 68 66 69 = 1.0.7: November 19, 2014 = 67 70 FIX: Fixed an issue where campaign meta might get deleted on post save -
simple-campaigns/trunk/simple-campaigns.php
r1029002 r1029012 4 4 * Plugin URI: http://wordpress.org/plugins/simple-campaigns 5 5 * Description: Easily create campaigns and track with Gravity Forms 6 * Version: 1.0. 76 * Version: 1.0.8 7 7 * Author: WP Setup 8 8 * Author URI: http://wpsetup.co … … 66 66 // Plugin version 67 67 if ( ! defined( 'S_CAMPS_VERSION' ) ) 68 define( 'S_CAMPS_VERSION', '1.0. 7' );68 define( 'S_CAMPS_VERSION', '1.0.*' ); 69 69 70 70 // Plugin Folder Path … … 104 104 require_once S_CAMPS_PLUGIN_DIR . '/includes/scripts.php'; 105 105 require_once S_CAMPS_PLUGIN_DIR . '/includes/shortcodes.php'; 106 require_once S_CAMPS_PLUGIN_DIR . '/includes/admin/campaigns/functions.php'; 106 107 require_once S_CAMPS_PLUGIN_DIR . '/includes/numbers-functions.php'; 107 require_once S_CAMPS_PLUGIN_DIR . '/includes/admin/campaigns/functions.php';108 108 109 109 if( is_admin() ){
Note: See TracChangeset
for help on using the changeset viewer.