Changeset 3186498
- Timestamp:
- 11/12/2024 12:28:46 PM (17 months ago)
- Location:
- salert
- Files:
-
- 40 added
- 2 edited
-
tags/1.2.7 (added)
-
tags/1.2.7/assets (added)
-
tags/1.2.7/assets/backend (added)
-
tags/1.2.7/assets/backend/css (added)
-
tags/1.2.7/assets/backend/css/animate.css (added)
-
tags/1.2.7/assets/backend/css/images (added)
-
tags/1.2.7/assets/backend/css/images/placeholder.png (added)
-
tags/1.2.7/assets/backend/css/images/ui-icons_444444_256x240.png (added)
-
tags/1.2.7/assets/backend/css/images/ui-icons_555555_256x240.png (added)
-
tags/1.2.7/assets/backend/css/images/ui-icons_777620_256x240.png (added)
-
tags/1.2.7/assets/backend/css/images/ui-icons_777777_256x240.png (added)
-
tags/1.2.7/assets/backend/css/images/ui-icons_cc0000_256x240.png (added)
-
tags/1.2.7/assets/backend/css/images/ui-icons_ffffff_256x240.png (added)
-
tags/1.2.7/assets/backend/css/salert-admin.css (added)
-
tags/1.2.7/assets/backend/css/sweetalert2.min.css (added)
-
tags/1.2.7/assets/backend/js (added)
-
tags/1.2.7/assets/backend/js/core.js (added)
-
tags/1.2.7/assets/backend/js/custom.js (added)
-
tags/1.2.7/assets/backend/js/salert-admin.js (added)
-
tags/1.2.7/assets/backend/js/sweetalert2.min.js (added)
-
tags/1.2.7/assets/close-icon.png (added)
-
tags/1.2.7/assets/frontend (added)
-
tags/1.2.7/assets/frontend/css (added)
-
tags/1.2.7/assets/frontend/css/style.css (added)
-
tags/1.2.7/assets/frontend/js (added)
-
tags/1.2.7/assets/frontend/js/main.js (added)
-
tags/1.2.7/inc (added)
-
tags/1.2.7/inc/display.php (added)
-
tags/1.2.7/inc/dynamic-styles.php (added)
-
tags/1.2.7/inc/how-to-use.php (added)
-
tags/1.2.7/inc/images (added)
-
tags/1.2.7/inc/images/100.png (added)
-
tags/1.2.7/inc/images/alert-old.png (added)
-
tags/1.2.7/inc/images/alert.png (added)
-
tags/1.2.7/inc/images/desktop.png (added)
-
tags/1.2.7/inc/settings.php (added)
-
tags/1.2.7/languages (added)
-
tags/1.2.7/languages/salert.pot (added)
-
tags/1.2.7/readme.txt (added)
-
tags/1.2.7/salert.php (added)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/salert.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
salert/trunk/readme.txt
r3155085 r3186498 5 5 Tested up to: 6.6.2 6 6 Tags: woocommerce, notification, fake notification, sales notification 7 Stable tag: 1.2. 67 Stable tag: 1.2.7 8 8 9 Display beautiful popup sales notification on your website with just few clicks. 9 10 10 11 == Description == … … 14 15 === Features === 15 16 16 Create fake sales notification to visitors 17 Customize notification box color, size, font color, font size etc.18 Define position to display notification on the screen.19 Live preview changes 20 Background options 21 Typography options 22 Animation Options 23 Translation Ready 24 Lifetime Free support 25 Constant updates 17 * Create fake sales notification to visitors. 18 * Customize notification box color, size, font color, font size etc. 19 * Define position to display notification on the screen. 20 * Live preview changes. 21 * Background options. 22 * Typography options. 23 * Animation Options. 24 * Translation Ready. 25 * Lifetime Free support. 26 * Constant updates. 26 27 27 28 == Installation == … … 38 39 39 40 == Changelog == 41 42 = 1.2.7 = 43 - Minor bug fixed 40 44 41 45 = 1.2.6 = -
salert/trunk/salert.php
r3155085 r3186498 5 5 Plugin URI: https://wpoperation.com/plugins/salert/ 6 6 Description: The plugin will generate fake sales notifications, which will help to boost your sales.Also works without WooCommerce Plugin. 7 Version: 1.2. 67 Version: 1.2.7 8 8 Tested up to: 6.6.2 9 9 Author: WPoperation … … 13 13 Domain Path: /languages/ 14 14 Text Domain: salert 15 Requires Plugins: woocommerce 15 16 16 */ 17 17 … … 22 22 defined('SALERT_PATH') or define('SALERT_PATH',plugin_dir_path(__FILE__)); 23 23 defined('SALERT_DIR') or define('SALERT_DIR',plugin_dir_url(__FILE__)); 24 defined('SALERT_VERSION') or define('SALERT_VERSION','1.2. 6');24 defined('SALERT_VERSION') or define('SALERT_VERSION','1.2.7'); 25 25 /* 26 26 **Require File Directories
Note: See TracChangeset
for help on using the changeset viewer.