Changeset 3306285
- Timestamp:
- 06/04/2025 10:01:41 AM (9 months ago)
- Location:
- allsource
- Files:
-
- 3 edited
- 7 copied
-
tags/1.0.4 (copied) (copied from allsource/trunk)
-
tags/1.0.4/LICENSE (copied) (copied from allsource/trunk/LICENSE)
-
tags/1.0.4/admin (copied) (copied from allsource/trunk/admin)
-
tags/1.0.4/allsource.php (copied) (copied from allsource/trunk/allsource.php) (1 diff)
-
tags/1.0.4/includes (copied) (copied from allsource/trunk/includes)
-
tags/1.0.4/includes/js/allsource-pixel.js (copied) (copied from allsource/trunk/includes/js/allsource-pixel.js) (1 diff)
-
tags/1.0.4/readme.txt (copied) (copied from allsource/trunk/readme.txt) (2 diffs)
-
trunk/allsource.php (modified) (1 diff)
-
trunk/includes/js/allsource-pixel.js (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
allsource/tags/1.0.4/allsource.php
r3306224 r3306285 7 7 * Author: maximiz, [email protected] 8 8 * Author URI: https://allsourcedev.io 9 * Version: 1.0. 39 * Version: 1.0.4 10 10 * License: GPLv3 11 11 * License URI: https://www.gnu.org/licenses/gpl-3.0.en.html -
allsource/tags/1.0.4/includes/js/allsource-pixel.js
r3306224 r3306285 55 55 const urlParams = new URLSearchParams(window.location.search); 56 56 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'); 59 59 if (checkPixel != 'true' || !apiUrl) return; 60 60 -
allsource/tags/1.0.4/readme.txt
r3306224 r3306285 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8 6 Stable tag: 1.0. 36 Stable tag: 1.0.4 7 7 License: GPLv3 8 8 License URI: https://www.gnu.org/licenses/gpl-3.0.en.html … … 90 90 = 1.0 = 91 91 * Initial release. 92 93 = 1.0.4 = 94 * Updated the js code. -
allsource/trunk/allsource.php
r3306224 r3306285 7 7 * Author: maximiz, [email protected] 8 8 * Author URI: https://allsourcedev.io 9 * Version: 1.0. 39 * Version: 1.0.4 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
r3306224 r3306285 55 55 const urlParams = new URLSearchParams(window.location.search); 56 56 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'); 59 59 if (checkPixel != 'true' || !apiUrl) return; 60 60 -
allsource/trunk/readme.txt
r3306224 r3306285 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8 6 Stable tag: 1.0. 36 Stable tag: 1.0.4 7 7 License: GPLv3 8 8 License URI: https://www.gnu.org/licenses/gpl-3.0.en.html … … 90 90 = 1.0 = 91 91 * Initial release. 92 93 = 1.0.4 = 94 * Updated the js code.
Note: See TracChangeset
for help on using the changeset viewer.