Plugin Directory

Changeset 3306285


Ignore:
Timestamp:
06/04/2025 10:01:41 AM (9 months ago)
Author:
maximiz
Message:

Release version 1.0.4

Location:
allsource
Files:
3 edited
7 copied

Legend:

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

    r3306224 r3306285  
    77 * Author: maximiz, [email protected]
    88 * Author URI: https://allsourcedev.io
    9  * Version: 1.0.3
     9 * Version: 1.0.4
    1010 * License: GPLv3
    1111 * License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
  • allsource/tags/1.0.4/includes/js/allsource-pixel.js

    r3306224 r3306285  
    5555    const urlParams = new URLSearchParams(window.location.search);
    5656    const apiUrl = urlParams.get('api');
    57     const checkPixel = new URLSearchParams(window.location.search).get('mff');
    58     const domain_url = new URLSearchParams(window.location.search).get('domain_url');
     57    const checkPixel = urlParams.get('mff');
     58    const domain_url = urlParams.get('domain_url');
    5959    if (checkPixel != 'true' || !apiUrl) return;
    6060
  • allsource/tags/1.0.4/readme.txt

    r3306224 r3306285  
    44Requires at least: 5.0
    55Tested up to: 6.8
    6 Stable tag: 1.0.3
     6Stable tag: 1.0.4
    77License: GPLv3
    88License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
     
    9090= 1.0 =
    9191* Initial release.
     92
     93= 1.0.4 =
     94* Updated the js code.
  • allsource/trunk/allsource.php

    r3306224 r3306285  
    77 * Author: maximiz, [email protected]
    88 * Author URI: https://allsourcedev.io
    9  * Version: 1.0.3
     9 * Version: 1.0.4
    1010 * License: GPLv3
    1111 * License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
  • allsource/trunk/includes/js/allsource-pixel.js

    r3306224 r3306285  
    5555    const urlParams = new URLSearchParams(window.location.search);
    5656    const apiUrl = urlParams.get('api');
    57     const checkPixel = new URLSearchParams(window.location.search).get('mff');
    58     const domain_url = new URLSearchParams(window.location.search).get('domain_url');
     57    const checkPixel = urlParams.get('mff');
     58    const domain_url = urlParams.get('domain_url');
    5959    if (checkPixel != 'true' || !apiUrl) return;
    6060
  • allsource/trunk/readme.txt

    r3306224 r3306285  
    44Requires at least: 5.0
    55Tested up to: 6.8
    6 Stable tag: 1.0.3
     6Stable tag: 1.0.4
    77License: GPLv3
    88License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
     
    9090= 1.0 =
    9191* Initial release.
     92
     93= 1.0.4 =
     94* Updated the js code.
Note: See TracChangeset for help on using the changeset viewer.