Changeset 3306399
- Timestamp:
- 06/04/2025 12:37:04 PM (10 months ago)
- Location:
- allsource
- Files:
-
- 3 edited
- 8 copied
-
tags/1.1.1 (copied) (copied from allsource/trunk)
-
tags/1.1.1/LICENSE (copied) (copied from allsource/trunk/LICENSE)
-
tags/1.1.1/admin (copied) (copied from allsource/trunk/admin)
-
tags/1.1.1/admin/views/allsource-settings.php (copied) (copied from allsource/trunk/admin/views/allsource-settings.php)
-
tags/1.1.1/allsource.php (copied) (copied from allsource/trunk/allsource.php) (1 diff)
-
tags/1.1.1/includes (copied) (copied from allsource/trunk/includes)
-
tags/1.1.1/includes/js/allsource-pixel.js (copied) (copied from allsource/trunk/includes/js/allsource-pixel.js) (1 diff)
-
tags/1.1.1/readme.txt (copied) (copied from allsource/trunk/readme.txt) (1 diff)
-
trunk/allsource.php (modified) (1 diff)
-
trunk/includes/js/allsource-pixel.js (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
allsource/tags/1.1.1/allsource.php
r3306296 r3306399 7 7 * Author: maximiz, slava@maximiz.ai 8 8 * Author URI: https://allsourcedata.io 9 * Version: 1.1. 09 * Version: 1.1.1 10 10 * License: GPLv3 11 11 * License URI: https://www.gnu.org/licenses/gpl-3.0.en.html -
allsource/tags/1.1.1/includes/js/allsource-pixel.js
r3306296 r3306399 58 58 const domain_url = urlParams.get('domain_url'); 59 59 if (checkPixel != 'true' || !apiUrl) return; 60 61 sendPixelClientId(clientId, apiUrl).then(res => { 60 sendPixelClientId(pixelClientId, apiUrl).then(res => { 62 61 if (!res) return; 63 62 const popupOptions = { -
allsource/tags/1.1.1/readme.txt
r3306296 r3306399 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8 6 Stable tag: 1.1. 06 Stable tag: 1.1.1 7 7 License: GPLv3 8 8 License URI: https://www.gnu.org/licenses/gpl-3.0.en.html -
allsource/trunk/allsource.php
r3306296 r3306399 7 7 * Author: maximiz, slava@maximiz.ai 8 8 * Author URI: https://allsourcedata.io 9 * Version: 1.1. 09 * Version: 1.1.1 10 10 * License: GPLv3 11 11 * License URI: https://www.gnu.org/licenses/gpl-3.0.en.html -
allsource/trunk/includes/js/allsource-pixel.js
r3306296 r3306399 58 58 const domain_url = urlParams.get('domain_url'); 59 59 if (checkPixel != 'true' || !apiUrl) return; 60 61 sendPixelClientId(clientId, apiUrl).then(res => { 60 sendPixelClientId(pixelClientId, apiUrl).then(res => { 62 61 if (!res) return; 63 62 const popupOptions = { -
allsource/trunk/readme.txt
r3306296 r3306399 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8 6 Stable tag: 1.1. 06 Stable tag: 1.1.1 7 7 License: GPLv3 8 8 License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Note: See TracChangeset
for help on using the changeset viewer.