Changeset 2714643
- Timestamp:
- 04/26/2022 05:50:27 AM (4 years ago)
- Location:
- adwised
- Files:
-
- 20 added
- 2 edited
-
tags/2.5.7 (added)
-
tags/2.5.7/AdwisedFavicon.ico (added)
-
tags/2.5.7/adwised.php (added)
-
tags/2.5.7/adwisedicon.png (added)
-
tags/2.5.7/assets (added)
-
tags/2.5.7/assets/adwised_ajaxcall.js (added)
-
tags/2.5.7/assets/adwisedicon.png (added)
-
tags/2.5.7/assets/adwisedpop.js (added)
-
tags/2.5.7/assets/icon.png (added)
-
tags/2.5.7/assets/screenshot-1.PNG (added)
-
tags/2.5.7/firebase-messaging-sw.js (added)
-
tags/2.5.7/languages (added)
-
tags/2.5.7/languages/adwised.pot (added)
-
tags/2.5.7/languages/insert-headers-and-footers.pot (added)
-
tags/2.5.7/readme.txt (added)
-
tags/2.5.7/screenshot-1.PNG (added)
-
tags/2.5.7/views (added)
-
tags/2.5.7/views/dashboard-notices.php (added)
-
tags/2.5.7/views/settings.php (added)
-
tags/2.5.7/views/sidebar.php (added)
-
trunk/adwised.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
adwised/trunk/adwised.php
r2714166 r2714643 4 4 * Plugin Name: adwised 5 5 * Plugin URI: https://wordpress.org/plugins/adwised 6 * Version: 2.5. 66 * Version: 2.5.7 7 7 * Author: Adwised 8 * Author URI: http ://adwised.com8 * Author URI: https://adwised.com 9 9 * Description: افزودن اسکریپت ادوایزد به سایت 10 10 * License: GPL2 11 11 * Text Domain: adwised 12 12 * Domain Path: languages 13 * Copyright 202 1Adwised13 * Copyright 2022 Adwised 14 14 developed by adwised team 15 15 */ … … 29 29 $this->plugin->name = 'adwised'; // Plugin Folder 30 30 $this->plugin->displayName = 'ادوایزد'; // Plugin Name 31 $this->plugin->version = '2.5. 6';31 $this->plugin->version = '2.5.7'; 32 32 $this->plugin->folder = plugin_dir_path(__FILE__); 33 33 $this->plugin->url = plugin_dir_url(__FILE__); … … 600 600 601 601 $adwised_scrip = ' 602 <!-- Adw_Plgn --> 602 603 <script> 603 604 adwisedScriptTag = document.createElement("script"); -
adwised/trunk/readme.txt
r2714166 r2714643 5 5 Requires PHP: 5.2.4 6 6 Tested up to: 5.3 7 Stable tag: 2.5. 67 Stable tag: 2.5.7 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.txt … … 30 30 - Install & activate **adwised** from your Plugins page. 31 31 - Now you can find adwised under the left menu. 32 - Sign in/Sign up in [panel.adwised.com](http ://panel.adwised.com) and create a website33 - Get your script from [panel.adwised.com](http ://panel.adwised.com) and enter it in settings page32 - Sign in/Sign up in [panel.adwised.com](https://panel.adwised.com) and create a website 33 - Get your script from [panel.adwised.com](https://panel.adwised.com) and enter it in settings page 34 34 35 35 == Screenshots == … … 40 40 = How to send web push from adwised? = 41 41 42 you can create account in [panel.adwised.com](http ://panel.adwised.com) , further information is available on [adwised.com](adwised.com)42 you can create account in [panel.adwised.com](https://panel.adwised.com) , further information is available on [adwised.com](adwised.com) 43 43 44 44 == Translations included ==
Note: See TracChangeset
for help on using the changeset viewer.