Changeset 3309637
- Timestamp:
- 06/11/2025 08:38:01 AM (10 months ago)
- Location:
- allsource
- Files:
-
- 3 edited
- 8 copied
-
tags/1.1.2 (copied) (copied from allsource/trunk)
-
tags/1.1.2/LICENSE (copied) (copied from allsource/trunk/LICENSE)
-
tags/1.1.2/admin (copied) (copied from allsource/trunk/admin)
-
tags/1.1.2/admin/views/allsource-settings.php (copied) (copied from allsource/trunk/admin/views/allsource-settings.php)
-
tags/1.1.2/allsource.php (copied) (copied from allsource/trunk/allsource.php) (2 diffs)
-
tags/1.1.2/includes (copied) (copied from allsource/trunk/includes)
-
tags/1.1.2/includes/js/allsource-pixel.js (copied) (copied from allsource/trunk/includes/js/allsource-pixel.js) (1 diff)
-
tags/1.1.2/readme.txt (copied) (copied from allsource/trunk/readme.txt) (2 diffs)
-
trunk/allsource.php (modified) (2 diffs)
-
trunk/includes/js/allsource-pixel.js (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
allsource/tags/1.1.2/allsource.php
r3306399 r3309637 7 7 * Author: maximiz, slava@maximiz.ai 8 8 * Author URI: https://allsourcedata.io 9 * Version: 1.1. 19 * Version: 1.1.2 10 10 * License: GPLv3 11 11 * License URI: https://www.gnu.org/licenses/gpl-3.0.en.html … … 13 13 */ 14 14 15 define('ALLSOURCE_PLUGIN_VERSION', '1. 0.1');15 define('ALLSOURCE_PLUGIN_VERSION', '1.1.2'); 16 16 define('ALLSOURCE_PLUGIN_PATH', plugin_dir_path(__FILE__)); 17 17 define('ALLSOURCE_PLUGIN_URL', plugins_url('', __FILE__)); -
allsource/tags/1.1.2/includes/js/allsource-pixel.js
r3306399 r3309637 51 51 pixelScript.src = pixelUrl; 52 52 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); 53 56 54 57 -
allsource/tags/1.1.2/readme.txt
r3306399 r3309637 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8 6 Stable tag: 1.1. 16 Stable tag: 1.1.2 7 7 License: GPLv3 8 8 License URI: https://www.gnu.org/licenses/gpl-3.0.en.html … … 93 93 = 1.1 = 94 94 * Updated the js code. 95 96 = 1.1.2 = 97 * Added new js code. -
allsource/trunk/allsource.php
r3306399 r3309637 7 7 * Author: maximiz, slava@maximiz.ai 8 8 * Author URI: https://allsourcedata.io 9 * Version: 1.1. 19 * Version: 1.1.2 10 10 * License: GPLv3 11 11 * License URI: https://www.gnu.org/licenses/gpl-3.0.en.html … … 13 13 */ 14 14 15 define('ALLSOURCE_PLUGIN_VERSION', '1. 0.1');15 define('ALLSOURCE_PLUGIN_VERSION', '1.1.2'); 16 16 define('ALLSOURCE_PLUGIN_PATH', plugin_dir_path(__FILE__)); 17 17 define('ALLSOURCE_PLUGIN_URL', plugins_url('', __FILE__)); -
allsource/trunk/includes/js/allsource-pixel.js
r3306399 r3309637 51 51 pixelScript.src = pixelUrl; 52 52 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); 53 56 54 57 -
allsource/trunk/readme.txt
r3306399 r3309637 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8 6 Stable tag: 1.1. 16 Stable tag: 1.1.2 7 7 License: GPLv3 8 8 License URI: https://www.gnu.org/licenses/gpl-3.0.en.html … … 93 93 = 1.1 = 94 94 * Updated the js code. 95 96 = 1.1.2 = 97 * Added new js code.
Note: See TracChangeset
for help on using the changeset viewer.