Changeset 2870987
- Timestamp:
- 02/25/2023 12:50:37 PM (3 years ago)
- Location:
- announcekit/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
announcekit/trunk/admin.js
r2404395 r2870987 5 5 var selector_menu_field = jQuery("table.form-table tr:eq(4)"); 6 6 var snippet = js_code_input.val(); 7 8 9 console.log("testing") 10 7 11 8 12 var menu_selector = jQuery("select#selector"); -
announcekit/trunk/index.php
r2492540 r2870987 5 5 * Plugin URI: https://announcekit.app/docs 6 6 * Description: Beautifully designed newsfeed powered with fancy widgets and email notifications. 7 * Version: 2.0. 87 * Version: 2.0.9 8 8 * Text Domain: announcekit 9 9 * Author: AnnounceKit … … 14 14 */ 15 15 16 17 18 16 19 class Announcekit 17 20 { -
announcekit/trunk/readme.txt
r2492540 r2870987 4 4 Requires at least: 4.1 5 5 Tested up to: 5.5.3 6 Stable tag: 2.0. 86 Stable tag: 2.0.9 7 7 Requires PHP: 5.2.4 8 8 License: GNUGPLv3
Note: See TracChangeset
for help on using the changeset viewer.