Plugin Directory

Changeset 1920168


Ignore:
Timestamp:
08/06/2018 04:49:44 AM (8 years ago)
Author:
regalix
Message:

Commiting final changes to version 1.0.1

Location:
feedo/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • feedo/trunk/readme.txt

    r1918578 r1920168  
    110110
    111111== Changelog ==
    112 = 1.0.1 =
    113 Updated product upload process.
    114 Showing progress bar while updates.
    115 Product list header freeze
    116 Added issue collector
    117 Fixed fewissues
     112= 1.0.1 - 2018-08-01 =
     113* Updated product upload process.
     114* Showing progress bar while updates.
     115* Product list header freeze
     116* Added issue collector
     117* Fixed few issues
     118
    118119= 1.0.0 =
    119120Release version
    120121
    121122== Upgrade Notice ==
    122 Click on update feedo plugin link in plugin page
     123Click on update feedo plugin link in your plugin page
    123124OR download, unzip and upload the **feedo** directory to /wp-content/plugins/
  • feedo/trunk/templates/admin.php

    r1918578 r1920168  
    1717$feedid = $feed->feedid;
    1818$allcount = $feed->allcount;
     19if(empty($allcount)) $allcount=0;
    1920$optcount = $feed->optcount;
    2021$gmc_category = \Inc\Common::getServerData('api/get_google_categories'); // get GMC categories
     
    425426   
    426427    jQuery('.sticky-footer').scroll(function() {
    427     if (jQuery(this).scrollTop() >= 100){
    428     jQuery('#error-products .product-list.header').addClass('sticky3').width(jQuery('.send-error-wrap').width());   
    429     }else{
    430     jQuery('#error-products .product-list.header').removeClass('sticky3');
    431    
    432 });
     428        if (jQuery(this).scrollTop() >= 100){
     429        jQuery('#error-products .product-list.header').addClass('sticky3').width(jQuery('.send-error-wrap').width());   
     430        }else{
     431        jQuery('#error-products .product-list.header').removeClass('sticky3');
     432       
     433    });
    433434});
    434435jQuery(window).scroll(function() {
  • feedo/trunk/templates/firsttime.php

    r1918578 r1920168  
    3434 max-width:100%;
    3535 -webkit-transition: all 0.5s ease-in-out .5s; transition: all .5s ease-in-out .5s;
    36 }</style>
     36}
     37</style>
    3738
    3839<div class="align-center" id="load" style="display:none">
Note: See TracChangeset for help on using the changeset viewer.