Changeset 1514471
- Timestamp:
- 10/14/2016 05:04:25 AM (9 years ago)
- Location:
- pigeon-pack
- Files:
-
- 68 added
- 4 edited
-
tags/1.2.0 (added)
-
tags/1.2.0/campaign-post-type.php (added)
-
tags/1.2.0/class.php (added)
-
tags/1.2.0/css (added)
-
tags/1.2.0/css/admin.css (added)
-
tags/1.2.0/css/admin.min.css (added)
-
tags/1.2.0/css/pigeonpack.css (added)
-
tags/1.2.0/css/pigeonpack.min.css (added)
-
tags/1.2.0/css/smoothness (added)
-
tags/1.2.0/css/smoothness/images (added)
-
tags/1.2.0/css/smoothness/images/animated-overlay.gif (added)
-
tags/1.2.0/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png (added)
-
tags/1.2.0/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png (added)
-
tags/1.2.0/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png (added)
-
tags/1.2.0/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png (added)
-
tags/1.2.0/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png (added)
-
tags/1.2.0/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png (added)
-
tags/1.2.0/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png (added)
-
tags/1.2.0/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png (added)
-
tags/1.2.0/css/smoothness/images/ui-icons_222222_256x240.png (added)
-
tags/1.2.0/css/smoothness/images/ui-icons_2e83ff_256x240.png (added)
-
tags/1.2.0/css/smoothness/images/ui-icons_454545_256x240.png (added)
-
tags/1.2.0/css/smoothness/images/ui-icons_888888_256x240.png (added)
-
tags/1.2.0/css/smoothness/images/ui-icons_cd0a0a_256x240.png (added)
-
tags/1.2.0/css/smoothness/jquery-ui-1.10.0.custom.css (added)
-
tags/1.2.0/css/smoothness/jquery-ui-1.10.0.custom.min.css (added)
-
tags/1.2.0/functions.php (added)
-
tags/1.2.0/i18n (added)
-
tags/1.2.0/i18n/pigeonpack-es_ES.mo (added)
-
tags/1.2.0/i18n/pigeonpack-es_ES.po (added)
-
tags/1.2.0/i18n/pigeonpack.pot (added)
-
tags/1.2.0/images (added)
-
tags/1.2.0/images/add-16x16.png (added)
-
tags/1.2.0/images/add-32x32.png (added)
-
tags/1.2.0/images/blasts-16x16.png (added)
-
tags/1.2.0/images/blasts-32x32.png (added)
-
tags/1.2.0/images/campaigns-16x16.png (added)
-
tags/1.2.0/images/campaigns-32x32.png (added)
-
tags/1.2.0/images/delete-16x16.png (added)
-
tags/1.2.0/images/delete-32x32.png (added)
-
tags/1.2.0/images/faq-16x16.png (added)
-
tags/1.2.0/images/faq-32x32.png (added)
-
tags/1.2.0/images/help-16x16.png (added)
-
tags/1.2.0/images/help-32x32.png (added)
-
tags/1.2.0/images/lists-16x16.png (added)
-
tags/1.2.0/images/lists-32x32.png (added)
-
tags/1.2.0/images/minus-16x16.png (added)
-
tags/1.2.0/images/pigeon-16x16.png (added)
-
tags/1.2.0/images/plus-16x16.png (added)
-
tags/1.2.0/images/settings-16x16.png (added)
-
tags/1.2.0/images/settings-32x32.png (added)
-
tags/1.2.0/includes (added)
-
tags/1.2.0/includes/html2txt.php (added)
-
tags/1.2.0/js (added)
-
tags/1.2.0/js/campaign.js (added)
-
tags/1.2.0/js/campaign.min.js (added)
-
tags/1.2.0/js/list.js (added)
-
tags/1.2.0/js/list.min.js (added)
-
tags/1.2.0/js/pigeonpack.js (added)
-
tags/1.2.0/js/pigeonpack.min.js (added)
-
tags/1.2.0/js/settings.js (added)
-
tags/1.2.0/js/settings.min.js (added)
-
tags/1.2.0/list-post-type.php (added)
-
tags/1.2.0/pigeonpack.php (added)
-
tags/1.2.0/processing.php (added)
-
tags/1.2.0/readme.txt (added)
-
tags/1.2.0/shortcodes.php (added)
-
tags/1.2.0/widgets.php (added)
-
trunk/campaign-post-type.php (modified) (1 diff)
-
trunk/functions.php (modified) (2 diffs)
-
trunk/pigeonpack.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pigeon-pack/trunk/campaign-post-type.php
r1054686 r1514471 117 117 } 118 118 119 if ( !function_exists( 'pigeonpack_campaign_sortable_columns' ) ) { 120 121 /** 122 * Called by 'manage_edit_pigeonpack_campaign_sortable_columns' filter settings sortable custom columns 123 * 124 * @since 1.1.0 125 * 126 * @param array $columns Current columns for pigeon pack campaign post type 127 * @param array $columns 128 */ 129 function manage_edit_pigeonpack_campaign_sortable_columns( $columns ) { 130 $columns['campaign_type'] = 'campaign_type'; 131 return $columns; 132 } 133 add_filter( 'manage_edit-pigeonpack_campaign_sortable_columns', 'manage_edit_pigeonpack_campaign_sortable_columns' ); 134 135 } 136 137 119 138 if ( !function_exists( 'pigeonpack_human_readable_campaign_type' ) ) { 120 139 -
pigeon-pack/trunk/functions.php
r1109184 r1514471 881 881 882 882 global $alt_body; 883 883 884 $campaign = get_post( $campaign ); 885 886 if ( empty( $campaign ) ) { 887 //Campaign no longer exists 888 return; 889 } 890 891 // so we dont send multiple emails to the same person 892 $sent = array(); 884 893 885 894 //just incase the campaign was set to draft, stop processing here 886 if ( 'publish' !== $campaign->post_status ) 895 if ( 'publish' !== $campaign->post_status ) { 887 896 return; 897 } 888 898 889 899 $pigeonpack_settings = get_pigeonpack_settings(); … … 960 970 $subscriber_headers = apply_filters( 'subscriber_loop_pigeonpack_headers', array_merge( $headers, array( $content_type ) ), $subscriber ); 961 971 962 wp_mail( $email, strip_tags( $merged_subject ), $body, $subscriber_headers ); 972 if ( !in_array( $email, $sent ) ) { 973 974 wp_mail( $email, strip_tags( $merged_subject ), $body, $subscriber_headers ); 975 $sent[] = $email; 976 977 } 978 963 979 964 980 } -
pigeon-pack/trunk/pigeonpack.php
r1192825 r1514471 12 12 Description: Free and easy email marketing, newsletters, and campaigns; built into your WordPress dashboard! 13 13 Author: layotte 14 Version: 1. 1.014 Version: 1.2.0 15 15 Author URI: http://pigeonpack.com/ 16 16 Tags: email, marketing, email marketing, newsletters, email newsletters, campaigns, email campaigns, widget, form, mailing lists … … 27 27 28 28 //Define global variables... 29 define( 'PIGEON_PACK_VERSION' , '1. 1.0' );29 define( 'PIGEON_PACK_VERSION' , '1.2.0' ); 30 30 define( 'PIGEON_PACK_DB_VERSION', '1.0.0' ); 31 31 define( 'PIGEON_PACK_API_URL', 'http://pigeonpack.com/api' ); -
pigeon-pack/trunk/readme.txt
r1192825 r1514471 4 4 Requires at least: 3.4 5 5 Tested up to: 4.3 6 Stable tag: 1. 1.06 Stable tag: 1.2.0 7 7 8 8 Free and easy email marketing, newsletters, and campaigns; built into your WordPress dashboard! … … 64 64 65 65 == Changelog == 66 67 = 1.2.0 = 68 * Adding column sortability on campaign type column 69 * Ading check to make sure old campaigns exist before trying to send mail 70 * Adding check to ensure a single user doesn't get sent multiples of the same email 66 71 67 72 = 1.1.0 =
Note: See TracChangeset
for help on using the changeset viewer.