Plugin Directory

Changeset 2581578


Ignore:
Timestamp:
08/11/2021 03:49:33 PM (5 years ago)
Author:
emptyopssphere
Message:

1.0.8 (Aug 05,2021)

This update is tested with the latest version of WordPress(version 5.8) and WooCommerce (version 5.5.2).
As well as we are happy to say that we have just released the [beta documentation](https://sphereplugins.com/docs/woo-choice-plugin/), please check it out and be sure to send us your valuable feedback that helps us improve.

Location:
woo-bundle-choice
Files:
791 added
4 edited

Legend:

Unmodified
Added
Removed
  • woo-bundle-choice/trunk/README.txt

    r2429455 r2581578  
    44Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=hi0001234d1gmail.com&item_name=+Favorite+Woo+Choice+Plugin++Download+Woo+Choice+Plugin+Donation¤cy_code=USD&source=url
    55Requires at least: 3.5
    6 Tested up to: 5.5
     6Tested up to: 5.8
    77Requires PHP: 5.6
    8 Stable tag: 1.0.5
     8Stable tag: 1.0.8
    99License: GPLv3 or later
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    3030For demos on each feature please have a look at the demos section.
    3131
    32 With this major update, many things changed in UI experience and we hope it will help our users, please be noted that we are working on a documentation update that complies with this update and it will be available very soon. Our apologies to keep you waiting for the updated documentation. But we suggest that during installation & setup process you take a look at the installation tab and simply add sample data it will make your work easier to get started.   
     32Our apologies to keep you waiting for the updated documentation, we are happy to say that we have just released the beta documentation, please check it out and be sure to send us your valuable feedback that helps us improve.    
    3333
    3434== For Jewellery/Diamond Websites ==
     
    197197= Compatibility with other plugins/Officially tested plugins =
    198198 
    199 We have tested WooCommerce Product Bundle Choice with WordPress 3.5 to 5.5 and WooCommerce 2.0 to 4.2.0 and our plugin is technically compatible with all the other plugins.
     199We have tested WooCommerce Product Bundle Choice with WordPress 3.5 to 5.8 and WooCommerce 2.0 to 5.5.2 and our plugin is technically compatible with all the other plugins.
    200200 
    201201= LIVE DEMOS =
     
    235235
    236236**3. GETTING STARTED**
    237 After activation, you will see the setup wizard screen which will help you do the initial setup as well as to add sample data to see sample flow. For step by step instructions or for detailed understanding on how to configure or customize Woo Choice Plugin to your needs, please follow [getting started doc](https://sphereplugins.com/woo-choice-plugin/docs/getting-started/).
     237After activation, you will see the setup wizard screen which will help you do the initial setup as well as to add sample data to see sample flow. For step by step instructions or for detailed understanding on how to configure or customize Woo Choice Plugin to your needs, please follow [getting started doc](https://sphereplugins.com/docs/woo-choice-plugin/getting-started/installation-and-setup/).   
    238238
    239239**4. SAMPLE DATA**
     
    249249    For the shortcode module also the process is basically the same as above so you can follow the same steps as above to setup shortcode-based filters.
    250250 
    251 With this major update, many things changed in the UI experience and we hope it will help our users, please be noted that we are working on a documentation update that complies with this update and it will be available very soon. Our apologies to keep you waiting for the updated documentation. But we recommend that you add sample data it will make your work easier to get started.
     251Our apologies to keep you waiting for the updated documentation, we are happy to say that we have just released the [beta documentation](https://sphereplugins.com/docs/woo-choice-plugin/), please check it out and be sure to send us your valuable feedback that helps us improve.
    252252
    253253== Frequently Asked Questions ==
     
    306306
    307307== Changelog ==
     308
     309= 1.0.8 (Aug 05,2021) =
     310  ** This update is tested with the latest version of WordPress(version 5.8) and WooCommerce (version 5.5.2). **
     311  ** As well as we are happy to say that we have just released the [beta documentation](https://sphereplugins.com/docs/woo-choice-plugin/), please check it out and be sure to send us your valuable feedback that helps us improve. **
    308312= 1.0.5 (Oct 14,2020) =
    309313  ** Note 1 ** Even if you have upgraded to version 1.0.4 we recommend that you upgrade to version 1.0.5 since there was a bug related to mapping so you might see issues related to the functionality of the second step in ring builder process if you do not upgrade to 1.0.5
     
    316320  ** Feel Free to Contact us for Support ** Due to some critical fixes we recommend that you must upgrade to this version, and feel free to contact us as soon as possible if you face any issue during the upgrade.
    317321  ** Take Backup ** Since this is a major release we recommend that you take the backup of your site before upgrading. Thanks.
    318 == Changelog ==
     322 
    319323= 1.0.4 (Sep 25,2020) =
    320324  ** Note 1 ** This is a few migration-related fixes from our older version so you should update to this version to fix any issues.
  • woo-bundle-choice/trunk/application/migration/migration-010004.php

    r2399623 r2581578  
    3030    public function option() {
    3131       
    32         $mapping = unserialize(wbc()->options->get('eowbc_option_mapping_map_creation_modification',array()));
     32        $mapping = unserialize(wbc()->options->get('eowbc_option_mapping_map_creation_modification','a:0:{}'));
    3333
    3434        //$mapping = unserialize(get_option('eo_wbc_cat_maps',"a:0:{}"));
  • woo-bundle-choice/trunk/application/model/admin/sample_data/eowbc_sample_data.php

    r2399623 r2581578  
    8282            //Send for creation and update returned array.
    8383
    84             $catat_attribute = unserialize( wbc()->options->get($feature_key.'_created_attribute'), 'a:0:{}' );     //$this->create_attribute($attributes);           
     84            $catat_attribute = unserialize(wbc()->options->get($feature_key.'_created_attribute','a:0:{}'));    //$this->create_attribute($attributes);           
    8585           
    8686            // update_option('eo_wbc_attr',serialize($catat_attribute));
  • woo-bundle-choice/trunk/woo-bundle-choice.php

    r2399623 r2581578  
    1010 * Plugin URI: https://wordpress.org/plugins/woo-bundle-choice/
    1111 * Description: Product bundling as ring builder for jewelry, pair maker for clothing and guidance tool for home decor, cosmetics etc. Product bundling as per user's choice.
    12  * Version: 1.0.5
     12 * Version: 1.0.8
    1313 * Author: emptyopssphere
    1414 * Author URI: https://profiles.wordpress.org/emptyopssphere
Note: See TracChangeset for help on using the changeset viewer.