Changeset 3467013
- Timestamp:
- 02/22/2026 05:39:27 PM (6 weeks ago)
- Location:
- simple-event-manager/trunk
- Files:
-
- 6 added
- 2 edited
-
admin/index.php (added)
-
admin/meta-boxes.php (added)
-
assets/index.php (added)
-
includes/index.php (added)
-
languages/index.php (added)
-
readme.txt (modified) (2 diffs)
-
simple-event-manager.php (modified) (2 diffs)
-
templates/index.php (added)
Legend:
- Unmodified
- Added
- Removed
-
simple-event-manager/trunk/readme.txt
r3466877 r3467013 4 4 Requires at least: 5.0 5 5 Tested up to: 6.9 6 Stable tag: 1.1. 06 Stable tag: 1.1.1 7 7 License: GPL-2.0+ 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.txt … … 51 51 52 52 == Changelog == 53 54 = 1.1.1 = 55 * Bugfix 53 56 54 57 = 1.1.0 = -
simple-event-manager/trunk/simple-event-manager.php
r3466877 r3467013 3 3 * Plugin Name: Simple Event Manager 4 4 * Description: Eventmanage-Plugin for Wordpress 5 * Version: 1.1. 05 * Version: 1.1.1 6 6 * Author: Webdesign and more - Sebastian Barg 7 7 * Author URI: https://webdesign-barg.de … … 39 39 } 40 40 41 42 function simevema_activate_plugin() { 43 simevema_create_event_post_type(); 44 flush_rewrite_rules(); 45 } 46 register_activation_hook( __FILE__, 'simevema_activate_plugin' ); 47 41 48 // 3. Deinstallationsabfrage (bleibt in der Hauptdatei) 42 49 function simevema_uninstall_plugin() {
Note: See TracChangeset
for help on using the changeset viewer.