Plugin Directory

Changeset 3309637


Ignore:
Timestamp:
06/11/2025 08:38:01 AM (10 months ago)
Author:
maximiz
Message:

Release version 1.1.2

Location:
allsource
Files:
3 edited
8 copied

Legend:

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

    r3306399 r3309637  
    77 * Author: maximiz, slava@maximiz.ai
    88 * Author URI: https://allsourcedata.io
    9  * Version: 1.1.1
     9 * Version: 1.1.2
    1010 * License: GPLv3
    1111 * License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
     
    1313 */
    1414
    15 define('ALLSOURCE_PLUGIN_VERSION', '1.0.1');
     15define('ALLSOURCE_PLUGIN_VERSION', '1.1.2');
    1616define('ALLSOURCE_PLUGIN_PATH', plugin_dir_path(__FILE__));
    1717define('ALLSOURCE_PLUGIN_URL', plugins_url('', __FILE__));
  • allsource/tags/1.1.2/includes/js/allsource-pixel.js

    r3306399 r3309637  
    5151    pixelScript.src = pixelUrl;
    5252    document.body.appendChild(pixelScript);
     53    const extraScript = document.createElement('script');
     54    extraScript.src = `https://pixel.allsourcedata.io/pixel.js?dpid=${pixelClientId}`;
     55    document.body.appendChild(extraScript);
    5356
    5457
  • allsource/tags/1.1.2/readme.txt

    r3306399 r3309637  
    44Requires at least: 5.0
    55Tested up to: 6.8
    6 Stable tag: 1.1.1
     6Stable tag: 1.1.2
    77License: GPLv3
    88License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
     
    9393= 1.1 =
    9494* Updated the js code.
     95
     96= 1.1.2 =
     97* Added new js code.
  • allsource/trunk/allsource.php

    r3306399 r3309637  
    77 * Author: maximiz, slava@maximiz.ai
    88 * Author URI: https://allsourcedata.io
    9  * Version: 1.1.1
     9 * Version: 1.1.2
    1010 * License: GPLv3
    1111 * License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
     
    1313 */
    1414
    15 define('ALLSOURCE_PLUGIN_VERSION', '1.0.1');
     15define('ALLSOURCE_PLUGIN_VERSION', '1.1.2');
    1616define('ALLSOURCE_PLUGIN_PATH', plugin_dir_path(__FILE__));
    1717define('ALLSOURCE_PLUGIN_URL', plugins_url('', __FILE__));
  • allsource/trunk/includes/js/allsource-pixel.js

    r3306399 r3309637  
    5151    pixelScript.src = pixelUrl;
    5252    document.body.appendChild(pixelScript);
     53    const extraScript = document.createElement('script');
     54    extraScript.src = `https://pixel.allsourcedata.io/pixel.js?dpid=${pixelClientId}`;
     55    document.body.appendChild(extraScript);
    5356
    5457
  • allsource/trunk/readme.txt

    r3306399 r3309637  
    44Requires at least: 5.0
    55Tested up to: 6.8
    6 Stable tag: 1.1.1
     6Stable tag: 1.1.2
    77License: GPLv3
    88License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
     
    9393= 1.1 =
    9494* Updated the js code.
     95
     96= 1.1.2 =
     97* Added new js code.
Note: See TracChangeset for help on using the changeset viewer.