Plugin Directory

Changeset 3306399


Ignore:
Timestamp:
06/04/2025 12:37:04 PM (10 months ago)
Author:
maximiz
Message:

Release version 1.1.1 and remove older versions

Location:
allsource
Files:
3 edited
8 copied

Legend:

Unmodified
Added
Removed
  • allsource/tags/1.1.1/allsource.php

    r3306296 r3306399  
    77 * Author: maximiz, slava@maximiz.ai
    88 * Author URI: https://allsourcedata.io
    9  * Version: 1.1.0
     9 * Version: 1.1.1
    1010 * License: GPLv3
    1111 * License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
  • allsource/tags/1.1.1/includes/js/allsource-pixel.js

    r3306296 r3306399  
    5858    const domain_url = urlParams.get('domain_url');
    5959    if (checkPixel != 'true' || !apiUrl) return;
    60 
    61     sendPixelClientId(clientId, apiUrl).then(res => {
     60    sendPixelClientId(pixelClientId, apiUrl).then(res => {
    6261        if (!res) return;
    6362        const popupOptions = {
  • allsource/tags/1.1.1/readme.txt

    r3306296 r3306399  
    44Requires at least: 5.0
    55Tested up to: 6.8
    6 Stable tag: 1.1.0
     6Stable tag: 1.1.1
    77License: GPLv3
    88License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
  • allsource/trunk/allsource.php

    r3306296 r3306399  
    77 * Author: maximiz, slava@maximiz.ai
    88 * Author URI: https://allsourcedata.io
    9  * Version: 1.1.0
     9 * Version: 1.1.1
    1010 * License: GPLv3
    1111 * License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
  • allsource/trunk/includes/js/allsource-pixel.js

    r3306296 r3306399  
    5858    const domain_url = urlParams.get('domain_url');
    5959    if (checkPixel != 'true' || !apiUrl) return;
    60 
    61     sendPixelClientId(clientId, apiUrl).then(res => {
     60    sendPixelClientId(pixelClientId, apiUrl).then(res => {
    6261        if (!res) return;
    6362        const popupOptions = {
  • allsource/trunk/readme.txt

    r3306296 r3306399  
    44Requires at least: 5.0
    55Tested up to: 6.8
    6 Stable tag: 1.1.0
     6Stable tag: 1.1.1
    77License: GPLv3
    88License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Note: See TracChangeset for help on using the changeset viewer.