1. 19 May, 2016 1 commit
  2. 13 Nov, 2015 1 commit
  3. 06 Nov, 2015 1 commit
    • Varun Sridharan's avatar
      Bug Fix & Tweaks · 10bb72f2
      Varun Sridharan authored
      * Fixed #49
      * Fixed Email Template Call Issue (admin-new-donation)
      * Fixed Few Donation Processing Issue
      * Recreated admin new donation email
      * Rarranged Class INI
      * Added Versions For Email Template
      10bb72f2
  4. 01 Nov, 2015 1 commit
    • Varun Sridharan's avatar
      Fixes #38 Fixes #35 · 8d590436
      Varun Sridharan authored
      * Moved Template File Check From admin functions to plugin install class
      * New Menu Added {Support Request} And Added Its JS & CSS
      * Included Sys Info plugin
      * Re-modified Admin Notice
      * Auto Flush Permalink
      * wc_page_endpoint_title issue fixed
      8d590436
  5. 30 Oct, 2015 3 commits
  6. 21 Oct, 2015 1 commit
    • Varun Sridharan's avatar
      Released V 1.3.4 BETA · a1e127ca
      Varun Sridharan authored
      **Fixes**
      
      * Menu Error In Front End When Logged In Using Custom ID
      
      **Tweaks**
      
      * Removed Unwated Metabox For Donation order Page
      * Added New Custom Metabox For Donation Order details
      * Added Few Functions In WC Quick Donation DB Class
      * Modifed Core WC Quick Donation Templates
      
      **Added**
      
      * Custom Cart Page Template Support
      * Custom Order Thank You Page & Order Details Tables Support
      a1e127ca
  7. 20 Oct, 2015 2 commits
    • Varun Sridharan's avatar
      Released 1.3.3 BETA · b17a8087
      Varun Sridharan authored
      * Moved Few DB functions from Functions class to db class
      * Fixed template override issue
      [https://github.com/technofreaky/woocomerce-quick-donation/issues/12]
      * Removed Unwated Metabox For Donation order Page
      b17a8087
    • Varun Sridharan's avatar
      WooCommerce Quick Donation 1.3.x Beta Version · 9c660c91
      Varun Sridharan authored
      Redeveloping The Plugin.
      Created Custom Post Type
      Created Custom Taxonomy {Category & Tags}
      Created Short code
      Project Output Like Select , Radio [Single or grouped]
      Price Box Output
      Customization Template
      
      [admin/class-admin-init.php]
      
      Added woocommerce_screen_ids
      Removed Admin Notice Handler Class Init
      Added Plugins Settings Page ID To WC Screen ID
      
      [admin/class-admin-settings.php & admin/class-donation-settings.php]
      
      Working To Get A Prefect Settings Page
      
      [admin/includes/class-admin-functions.php]
      
      Changed WC_QD()->donation_id to WC_QD_ID
      
      [includes/class-quick-donation-process.php]
      
      Created Class To Process Front End Donation Form
      
      [includes/class-shortcode-handler.php]
      
      Created 2 Actions
      wc_quick_donation_before_donation_form
      wc_quick_donation_after_donation_form
      
      [woocommerce-quick-donation.php]
      
      Changed $donation_id from dynimic to static
      Added WC_QD_ID defined variable
      
      Rearranged Few Loading Files
      
      Added Donation Processing Email
      Added Prefect Settings Framework
      Added Seperate Page For Listing Donations
      9c660c91