Plugin Directory

Changeset 1908047


Ignore:
Timestamp:
07/12/2018 08:19:34 AM (8 years ago)
Author:
rulecom
Message:

upload

Location:
woorule/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • woorule/trunk/README.txt

    r1844186 r1908047  
    22Contributors: lurig, neevalex
    33Tags: rulemailer, woocommerce, newsletter
    4 Requires at least: 4.2
     4Requires at least: 4.9.4
    55Tested up to: 4.9.4
    66License: MIT
    77License URI: http://opensource.org/licenses/MIT
    88
     9A [RuleMailer](https://www.rule.se/) integration with WooCommerce.
    910
    1011== Description ==
    11 
    12 A [RuleMailer](https://www.rule.se/) integration with WooCommerce.
    1312
    1413Subscribe your customers on various order events.
     
    4544* New Version public release
    4645
    47 == Screenshots ==
    48 
    49 1. Backend
    50 2. Frontend
     46= 0.3 =
     47* Bugfixes
  • woorule/trunk/includes/admin/integrations/class-wc-integrations-rulemailer.php

    r1844094 r1908047  
    1919        // actions
    2020        //add_action( 'woocommerce_update_options_integration', array( &$this, 'process_admin_options') );
    21         add_action( 'woocommerce_update_options_integration_woorule', array( &$this, 'process_admin_options') );
     21        add_action( 'woocommerce_update_options_integration', array( &$this, 'process_admin_options') );
    2222
    2323        // filters
     
    3838        $this->form_fields = array(
    3939            'woorule_api_key' => array(
    40                 'title'                 => __( 'API Key', 'woorule' ),
     40                'title'                 => __( 'API Key', 'woorule_api_key' ),
    4141                'type'                  => 'text',
    4242                'default'           => ''
  • woorule/trunk/includes/admin/settings/class-wc-admin-settings-woorule.php

    r1844094 r1908047  
    241241                                    'value'     => $order->get_billing_company()
    242242                                ),
    243                                 $newphone,
    244 
    245                                 array(
    246                                     'key'           => 'Order.Number',
    247                                     'value'     => $order->get_id()
    248                                 ),
    249 
     243                               
    250244                                array(
    251245                                    'key'           => 'Order.Date',
  • woorule/trunk/woorule.php

    r1844162 r1908047  
    99 * Plugin URI:      http://github.com/rulecom/woorule
    1010 * Description:     RuleMailer integration for WooCommerce.
    11  * Version:         0.2
     11 * Version:         0.3
    1212 * Author:          RuleMailer, Neevalex
    1313 * Author URI:      http://rule.se
Note: See TracChangeset for help on using the changeset viewer.