Changeset 1908047
- Timestamp:
- 07/12/2018 08:19:34 AM (8 years ago)
- Location:
- woorule/trunk
- Files:
-
- 4 edited
-
README.txt (modified) (2 diffs)
-
includes/admin/integrations/class-wc-integrations-rulemailer.php (modified) (2 diffs)
-
includes/admin/settings/class-wc-admin-settings-woorule.php (modified) (1 diff)
-
woorule.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woorule/trunk/README.txt
r1844186 r1908047 2 2 Contributors: lurig, neevalex 3 3 Tags: rulemailer, woocommerce, newsletter 4 Requires at least: 4. 24 Requires at least: 4.9.4 5 5 Tested up to: 4.9.4 6 6 License: MIT 7 7 License URI: http://opensource.org/licenses/MIT 8 8 9 A [RuleMailer](https://www.rule.se/) integration with WooCommerce. 9 10 10 11 == Description == 11 12 A [RuleMailer](https://www.rule.se/) integration with WooCommerce.13 12 14 13 Subscribe your customers on various order events. … … 45 44 * New Version public release 46 45 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 19 19 // actions 20 20 //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') ); 22 22 23 23 // filters … … 38 38 $this->form_fields = array( 39 39 'woorule_api_key' => array( 40 'title' => __( 'API Key', 'woorule ' ),40 'title' => __( 'API Key', 'woorule_api_key' ), 41 41 'type' => 'text', 42 42 'default' => '' -
woorule/trunk/includes/admin/settings/class-wc-admin-settings-woorule.php
r1844094 r1908047 241 241 'value' => $order->get_billing_company() 242 242 ), 243 $newphone, 244 245 array( 246 'key' => 'Order.Number', 247 'value' => $order->get_id() 248 ), 249 243 250 244 array( 251 245 'key' => 'Order.Date', -
woorule/trunk/woorule.php
r1844162 r1908047 9 9 * Plugin URI: http://github.com/rulecom/woorule 10 10 * Description: RuleMailer integration for WooCommerce. 11 * Version: 0. 211 * Version: 0.3 12 12 * Author: RuleMailer, Neevalex 13 13 * Author URI: http://rule.se
Note: See TracChangeset
for help on using the changeset viewer.