Changeset 2404108
- Timestamp:
- 10/21/2020 03:44:54 PM (5 years ago)
- Location:
- lw-all-in-one/trunk
- Files:
-
- 3 edited
-
admin/class-lw-all-in-one-admin.php (modified) (1 diff)
-
lw-all-in-one.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lw-all-in-one/trunk/admin/class-lw-all-in-one-admin.php
r2400672 r2404108 238 238 239 239 public function lw_all_in_one_validate_tracking_id($str) { 240 return (bool) preg_match('/^ ua-\d{4,9}-\d{1,4}$/i', strval($str));240 return (bool) preg_match('/^UA-\d+-\d+$|^G-[a-zA-Z0-9]+$|^AW-[a-zA-Z0-9]+$|^DC-[a-zA-Z0-9]+$/i', strval($str)); 241 241 } 242 242 -
lw-all-in-one/trunk/lw-all-in-one.php
r2400672 r2404108 10 10 * Plugin Name: LocalWeb All In One 11 11 * Description: LocalWeb All In One should be installed only on websites created by LocalWeb S.R.L, because it extends certain functionalities of the website which may send certain data to LocalWeb's servers. This is to make possible showing data on LocalWeb App. 12 * Version: 1.6. 312 * Version: 1.6.4 13 13 * Author: LocalWeb S.R.L 14 14 * Author URI: https://localweb.it/ … … 29 29 * Currently plugin version. 30 30 */ 31 define('LW_ALL_IN_ONE_VERSION', '1.6. 3');31 define('LW_ALL_IN_ONE_VERSION', '1.6.4'); 32 32 33 33 /** -
lw-all-in-one/trunk/readme.txt
r2400672 r2404108 31 31 32 32 == Changelog == 33 = 1.6.4 = 34 * Updated Google Analytics tracking code validation function. 35 = 1.6.3 = 36 * WordPress Plugin Directory guidlines. 33 37 = 1.6.2 = 34 38 * Added option to purify CSS.
Note: See TracChangeset
for help on using the changeset viewer.