Plugin Directory

Changeset 3098382


Ignore:
Timestamp:
06/06/2024 07:38:54 AM (22 months ago)
Author:
wptaskforce
Message:

Added wpc_email_replace_shortcodes to add more email tags

Location:
wpcargo
Files:
889 added
4 edited

Legend:

Unmodified
Added
Removed
  • wpcargo/trunk/admin/includes/functions.php

    r3029246 r3098382  
    281281        }
    282282    }
    283     return $replace_shortcodes;
    284 
     283    return apply_filters( 'wpc_email_replace_shortcodes', $replace_shortcodes, $post_id );
     284}   
     285
    285286function wpcargo_shipper_meta_filter(){
    286287    return apply_filters( 'wpcargo_shipper_meta_filter', 'wpcargo_shipper_name');
  • wpcargo/trunk/admin/templates/email-settings-option.tpl.php

    r2940430 r3098382  
    2020                    </tr>
    2121                    <?php
     22
    2223                }
     24                do_action( 'additional_merge_tags');
    2325            ?>
    2426        </table>
  • wpcargo/trunk/readme.txt

    r3076201 r3098382  
    136136
    137137== Changelog ==
     138== 7.0.5 ==
     139- added filter hook to allow merge tag conditions
    138140
    139141= 7.0.4 =
  • wpcargo/trunk/wpcargo.php

    r3076201 r3098382  
    77 * Text Domain: wpcargo
    88 * Domain Path: /languages
    9  * Version: 7.0.4
     9 * Version: 7.0.5
    1010 */
    1111/*
     
    3333//* Defined constant
    3434define( 'WPCARGO_TEXTDOMAIN', 'wpcargo' );
    35 define( 'WPCARGO_VERSION', '7.0.4' );
     35define( 'WPCARGO_VERSION', '7.0.5' );
    3636define( 'WPCARGO_DB_VERSION', '1.0.0' );
    3737define( 'WPCARGO_FILE_DIR', __FILE__  );
Note: See TracChangeset for help on using the changeset viewer.