Changeset 1908049
- Timestamp:
- 07/12/2018 08:23:51 AM (8 years ago)
- Location:
- woorule/trunk
- Files:
-
- 5 edited
-
README.md (modified) (1 diff)
-
README.txt (modified) (1 diff)
-
includes/admin/integrations/class-wc-integrations-rulemailer.php (modified) (1 diff)
-
includes/admin/settings/class-wc-admin-settings-woorule.php (modified) (1 diff)
-
woorule.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woorule/trunk/README.md
r1844162 r1908049 49 49 ### 0.0.1 50 50 - Not yet released 51 52 ### 0.2 = 53 - New Version public release 54 55 ### 0.3 = 56 - Bugfixes -
woorule/trunk/README.txt
r1908047 r1908049 20 20 21 21 2. Go to Woocommerce -> Settings -> Integration -> RuleMailer and fill in an `API Key`, and click 'save' button. You can find your RULE API key inside developer tab in [user account settings](http://app.rule.io/#/settings/developer) 22 23 22 24 23 == Shortcode == -
woorule/trunk/includes/admin/integrations/class-wc-integrations-rulemailer.php
r1908047 r1908049 54 54 </table> 55 55 56 57 58 59 60 56 <?php 61 57 } -
woorule/trunk/includes/admin/settings/class-wc-admin-settings-woorule.php
r1908047 r1908049 317 317 'value' => $order_data['billing']['company'] 318 318 ) 319 320 321 322 323 324 325 319 ) 326 320 ) -
woorule/trunk/woorule.php
r1908047 r1908049 61 61 62 62 63 64 65 66 63 // Shortcode stuff 67 64 function woorule_func( $atts ) { … … 83 80 $output .= '</div>'; 84 81 85 86 87 return $output; 82 return $output; 88 83 } 89 84
Note: See TracChangeset
for help on using the changeset viewer.