Changeset 2375739
- Timestamp:
- 09/05/2020 01:37:09 PM (6 years ago)
- Location:
- adwised
- Files:
-
- 20 added
- 2 edited
-
tags/2.3.2 (added)
-
tags/2.3.2/AdwisedFavicon.ico (added)
-
tags/2.3.2/adwised.php (added)
-
tags/2.3.2/adwisedicon.png (added)
-
tags/2.3.2/assets (added)
-
tags/2.3.2/assets/adwised_ajaxcall.js (added)
-
tags/2.3.2/assets/adwisedicon.png (added)
-
tags/2.3.2/assets/adwisedpop.js (added)
-
tags/2.3.2/assets/icon.png (added)
-
tags/2.3.2/assets/screenshot-1.PNG (added)
-
tags/2.3.2/firebase-messaging-sw.js (added)
-
tags/2.3.2/languages (added)
-
tags/2.3.2/languages/adwised.pot (added)
-
tags/2.3.2/languages/insert-headers-and-footers.pot (added)
-
tags/2.3.2/readme.txt (added)
-
tags/2.3.2/screenshot-1.PNG (added)
-
tags/2.3.2/views (added)
-
tags/2.3.2/views/dashboard-notices.php (added)
-
tags/2.3.2/views/settings.php (added)
-
tags/2.3.2/views/sidebar.php (added)
-
trunk/adwised.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
adwised/trunk/adwised.php
r2375612 r2375739 4 4 * Plugin Name: adwised 5 5 * Plugin URI: https://wordpress.org/plugins/adwised 6 * Version: 2.3. 16 * Version: 2.3.2 7 7 * Author: Adwised 8 8 * Author URI: http://adwised.com … … 29 29 $this->plugin->name = 'adwised'; // Plugin Folder 30 30 $this->plugin->displayName = 'ادوایزد'; // Plugin Name 31 $this->plugin->version = '2.3. 1';31 $this->plugin->version = '2.3.2'; 32 32 $this->plugin->folder = plugin_dir_path(__FILE__); 33 33 $this->plugin->url = plugin_dir_url(__FILE__); … … 1854 1854 askLocation: ' . ($pushConfig->ask_location ? "true" : "false") . ', 1855 1855 doublePermission: { active: ' . ($pushConfig->double_permission_active ? "true" : "false") . ' } 1856 } 1856 }; 1857 1857 1858 1858 var subscriber = {}; -
adwised/trunk/readme.txt
r2375611 r2375739 5 5 Requires PHP: 5.2.4 6 6 Tested up to: 5.3 7 Stable tag: 2.3. 17 Stable tag: 2.3.2 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.txt
Note: See TracChangeset
for help on using the changeset viewer.