Plugin Directory

Changeset 2149156


Ignore:
Timestamp:
09/01/2019 12:00:23 PM (7 years ago)
Author:
Will Brownsberger
Message:

4.5.1.4 and cleanup old versions

Location:
wp-issues-crm
Files:
45 deleted
5 edited
43 copied

Legend:

Unmodified
Added
Removed
  • wp-issues-crm/tags/4.5.1.4/php/entity/class-wic-entity-email-send.php

    r2145245 r2149156  
    140140            $outgoing_message_id = $message_object->draft_id;
    141141        }
    142         // proceed to save attachments and create activity records if successful.
     142        // proceed to save attachments in reply case and create activity records if successful.
    143143        if ( $outgoing_message_id ) {
    144144            /*
  • wp-issues-crm/tags/4.5.1.4/php/form/class-wic-form-email-compose.php

    r1978470 r2149156  
    1616        $draft_id = 0;
    1717        extract ( $args, EXTR_OVERWRITE );
    18        
     18
    1919        // format attachment button
    2020        $button_args_main = array(
     
    4141                        '<tr><td>Subject: </td><td>' . $data_array['compose_subject']->form_control() . '</td></tr>' .
    4242                        '<tr><td>Issue: </td><td>' . $data_array['compose_issue']->form_control() . '</td></tr>' .
    43                         '<tr><td>' . $attachment_button . '</td><td><ul id="compose-attachment-list">' . WIC_Entity_Email_Attachment::generate_attachment_list( $draft_id ) . '</ul></td></tr>' .
     43                        ( $search_link ? '' : (  '<tr><td>' . $attachment_button . '</td><td><ul id="compose-attachment-list">' . WIC_Entity_Email_Attachment::generate_attachment_list( $draft_id ) . '</ul></td></tr>' )  ) .
    4444                    '</table>' .
    4545                '</div>' .
  • wp-issues-crm/tags/4.5.1.4/readme.txt

    r2149056 r2149156  
    55Requires at least: 5
    66Tested up to: 5.2.1
    7 Stable tag: 4.5.1.3
     7Stable tag: 4.5.1.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    108108
    109109== Changelog ==
     110= 4.5.1.4 =
     111* Eliminate false offer to send attachments on list send
    110112= 4.5.1.3 =
    111113* Settings documentation update
  • wp-issues-crm/tags/4.5.1.4/wp-issues-crm.php

    r2149056 r2149156  
    44 * Plugin URI: http://wp-issues-crm.com
    55 * Description: Constituent Relationship Management for organizations that respond to constituents.  Organizes constituent contacts ( calls, etc. ) around Wordpress posts and categories.
    6  * Version: 4.5.1.3
     6 * Version: 4.5.1.4
    77 * Author: Will Brownsberger
    88 * Author URI: http://willbrownsberger.com
     
    3939// set database version global;
    4040global $wp_issues_crm_db_version;
    41 $wp_issues_crm_db_version = '4.5.1.3';
     41$wp_issues_crm_db_version = '4.5.1.4';
    4242/*
    4343* set js_css version global -- three possibilities:
     
    4848*/
    4949global $wp_issues_crm_js_css_version;
    50 $wp_issues_crm_js_css_version = '4.5.1.3'; // may or not be set at release time
     50$wp_issues_crm_js_css_version = '4.5.1.4'; // may or not be set at release time
    5151if ( '' == $wp_issues_crm_js_css_version ) {
    5252    if ( strpos ( site_url(), 'localhost' ) > 0 ) {
  • wp-issues-crm/trunk/php/entity/class-wic-entity-email-send.php

    r2145245 r2149156  
    140140            $outgoing_message_id = $message_object->draft_id;
    141141        }
    142         // proceed to save attachments and create activity records if successful.
     142        // proceed to save attachments in reply case and create activity records if successful.
    143143        if ( $outgoing_message_id ) {
    144144            /*
  • wp-issues-crm/trunk/php/form/class-wic-form-email-compose.php

    r1978470 r2149156  
    1616        $draft_id = 0;
    1717        extract ( $args, EXTR_OVERWRITE );
    18        
     18
    1919        // format attachment button
    2020        $button_args_main = array(
     
    4141                        '<tr><td>Subject: </td><td>' . $data_array['compose_subject']->form_control() . '</td></tr>' .
    4242                        '<tr><td>Issue: </td><td>' . $data_array['compose_issue']->form_control() . '</td></tr>' .
    43                         '<tr><td>' . $attachment_button . '</td><td><ul id="compose-attachment-list">' . WIC_Entity_Email_Attachment::generate_attachment_list( $draft_id ) . '</ul></td></tr>' .
     43                        ( $search_link ? '' : (  '<tr><td>' . $attachment_button . '</td><td><ul id="compose-attachment-list">' . WIC_Entity_Email_Attachment::generate_attachment_list( $draft_id ) . '</ul></td></tr>' )  ) .
    4444                    '</table>' .
    4545                '</div>' .
  • wp-issues-crm/trunk/readme.txt

    r2149056 r2149156  
    55Requires at least: 5
    66Tested up to: 5.2.1
    7 Stable tag: 4.5.1.3
     7Stable tag: 4.5.1.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    108108
    109109== Changelog ==
     110= 4.5.1.4 =
     111* Eliminate false offer to send attachments on list send
    110112= 4.5.1.3 =
    111113* Settings documentation update
  • wp-issues-crm/trunk/wp-issues-crm.php

    r2149056 r2149156  
    44 * Plugin URI: http://wp-issues-crm.com
    55 * Description: Constituent Relationship Management for organizations that respond to constituents.  Organizes constituent contacts ( calls, etc. ) around Wordpress posts and categories.
    6  * Version: 4.5.1.3
     6 * Version: 4.5.1.4
    77 * Author: Will Brownsberger
    88 * Author URI: http://willbrownsberger.com
     
    3939// set database version global;
    4040global $wp_issues_crm_db_version;
    41 $wp_issues_crm_db_version = '4.5.1.3';
     41$wp_issues_crm_db_version = '4.5.1.4';
    4242/*
    4343* set js_css version global -- three possibilities:
     
    4848*/
    4949global $wp_issues_crm_js_css_version;
    50 $wp_issues_crm_js_css_version = '4.5.1.3'; // may or not be set at release time
     50$wp_issues_crm_js_css_version = '4.5.1.4'; // may or not be set at release time
    5151if ( '' == $wp_issues_crm_js_css_version ) {
    5252    if ( strpos ( site_url(), 'localhost' ) > 0 ) {
Note: See TracChangeset for help on using the changeset viewer.