Changeset 2004985
- Timestamp:
- 01/02/2019 06:38:07 AM (7 years ago)
- Location:
- zmseo/trunk
- Files:
-
- 4 edited
-
readme.txt (modified) (1 diff)
-
sup_pages/api.php (modified) (1 diff)
-
support.php (modified) (1 diff)
-
zmseo.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
zmseo/trunk/readme.txt
r2004298 r2004985 59 59 60 60 == Changelog == 61 = 1.11.1 = 62 Обновление от 02.01.2019 63 64 Обновления: 65 * Мелкие допилки 66 61 67 = 1.11.0 = 62 68 Обновление от 31.12.2018 -
zmseo/trunk/sup_pages/api.php
r2004298 r2004985 15 15 $post_fields['unid_key']=$tuning['unid_key']; 16 16 $post_fields['url_site']=$_SERVER['HTTP_HOST']; 17 $post_fields['version']='1.11. 0';17 $post_fields['version']='1.11.1'; 18 18 $post_fields['token_1']=$tuning['token_1']; 19 19 -
zmseo/trunk/support.php
r2004298 r2004985 233 233 <input type="hidden" name="nonce" value="'.$nonce.'"> 234 234 <input class="normal1" type="text" name="name" value="" size="15" maxlength="18" required placeholder="Имя"> 235 <input class="normal1" type="email" name="email" value="" size="15" maxlength=" 18" required placeholder="E-mail">235 <input class="normal1" type="email" name="email" value="" size="15" maxlength="40" required placeholder="E-mail"> 236 236 <button class="btn" type="submit" name="go_email" value="Отправить">Хочу полный функционал</button><br> 237 237 </form> -
zmseo/trunk/zmseo.php
r2004298 r2004985 6 6 Plugin URI: https://zmseo.ru/ 7 7 Description: SEO аналитика запросов и метрики вашего сайта 8 Version: 1.11. 08 Version: 1.11.1 9 9 Author: Sergey F 10 10 */
Note: See TracChangeset
for help on using the changeset viewer.