Plugin Directory

Changeset 2864344


Ignore:
Timestamp:
02/13/2023 12:13:11 PM (3 years ago)
Author:
blocksinform
Message:

Update with Js integration for custom themes

Location:
blocksinform/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • blocksinform/trunk/blocksinform_widget.php

    r2861247 r2864344  
    44 * Plugin URI: https://doc.blocksinform.com/wordpress-plugin
    55 * Description: BlocksInform plugin define best post according social activity and provide visitor exchange feature to the website
    6  * Version: 1.2
     6 * Version: 1.3
    77 * Author: BlocksInform
    88 */
  • blocksinform/trunk/js/blocksinform_loader_script.js

    r2859039 r2864344  
    2020  e.src = u;
    2121  f.parentNode.insertBefore(e, f);
    22 }(document.createElement('script'), document.getElementsByTagName('script')[0], '//reg.blocksinform.com/js/wp_loader.js');
     22}(document.createElement('script'), document.getElementsByTagName('script')[0], '//reg.blocksinform.com/js/wp_loader_'+ pub_vars.pub_id+'.js');
  • blocksinform/trunk/readme.txt

    r2861260 r2864344  
    44Requires at least: 5.2.x
    55Tested up to: 6.1
    6 Stable tag:  1.2
     6Stable tag:  1.3
    77License: GNU General Public License v3.0
    88License URI: https://www.gnu.org/licenses/gpl-3.0.txt
     
    6262== Changelog ==
    6363= 1.2 =
     64* Update Personal Js for Each publisher with custom themes
     65
     66= 1.2 =
    6467* Update Banners and Screenshots
    6568
Note: See TracChangeset for help on using the changeset viewer.