Changeset 2808944
- Timestamp:
- 11/01/2022 04:48:29 PM (3 years ago)
- Location:
- wp-fullcalendar
- Files:
-
- 4 edited
-
tags/1.4.1/readme.txt (modified) (1 diff)
-
tags/1.4.1/wp-fullcalendar.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/wp-fullcalendar.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-fullcalendar/tags/1.4.1/readme.txt
r2728598 r2808944 1 1 === WP FullCalendar === 2 Contributors: netweblogic, mikelynn2 Contributors: pxlite, msykes, mikelynn 3 3 Tags: calendar, calendars, jQuery calendar, ajax calendar, event calendars, events calendar 4 4 Text Domain: wp-fullcalendar 5 5 Requires at least: 3.6 6 Tested up to: 6. 06 Tested up to: 6.1 7 7 Stable tag: 1.4.1 8 8 -
wp-fullcalendar/tags/1.4.1/wp-fullcalendar.php
r2514839 r2808944 4 4 Version: 1.4.1 5 5 Text Domain: wp-fullcalendar 6 Plugin URI: http ://wordpress.org/extend/plugins/wp-fullcalendar/6 Plugin URI: https://wordpress.org/extend/plugins/wp-fullcalendar/ 7 7 Description: Uses the jQuery FullCalendar plugin to create a stunning calendar view of events, posts and eventually other CPTs. Integrates well with Events Manager 8 Author: Marcus Sykes9 Author URI: http ://msyk.es8 Author: Pixelite 9 Author URI: https://pixelite.com 10 10 */ 11 11 12 12 /* 13 Copyright (c) 202 1, Marcus Sykes13 Copyright (c) 2022, Marcus Sykes 14 14 15 15 This program is free software; you can redistribute it and/or … … 341 341 return array_merge($new_links,$links); 342 342 } 343 344 // Add this plugin to EM's dev updates check (EM 5.9.9.2 and later) 345 add_filter('em_org_dev_versions', function( $plugin_slugs ){ 346 $plugin_slugs['wp-fullcalendar'] = array( 347 'slug' => plugin_basename( __FILE__ ), 348 'version' => WPFC_VERSION, 349 ); 350 return $plugin_slugs; 351 }); -
wp-fullcalendar/trunk/readme.txt
r2728595 r2808944 1 1 === WP FullCalendar === 2 Contributors: netweblogic, mikelynn2 Contributors: pxlite, msykes, mikelynn 3 3 Tags: calendar, calendars, jQuery calendar, ajax calendar, event calendars, events calendar 4 4 Text Domain: wp-fullcalendar 5 5 Requires at least: 3.6 6 Tested up to: 6. 06 Tested up to: 6.1 7 7 Stable tag: 1.4.1 8 8 -
wp-fullcalendar/trunk/wp-fullcalendar.php
r2514839 r2808944 4 4 Version: 1.4.1 5 5 Text Domain: wp-fullcalendar 6 Plugin URI: http ://wordpress.org/extend/plugins/wp-fullcalendar/6 Plugin URI: https://wordpress.org/extend/plugins/wp-fullcalendar/ 7 7 Description: Uses the jQuery FullCalendar plugin to create a stunning calendar view of events, posts and eventually other CPTs. Integrates well with Events Manager 8 Author: Marcus Sykes9 Author URI: http ://msyk.es8 Author: Pixelite 9 Author URI: https://pixelite.com 10 10 */ 11 11 12 12 /* 13 Copyright (c) 202 1, Marcus Sykes13 Copyright (c) 2022, Marcus Sykes 14 14 15 15 This program is free software; you can redistribute it and/or … … 341 341 return array_merge($new_links,$links); 342 342 } 343 344 // Add this plugin to EM's dev updates check (EM 5.9.9.2 and later) 345 add_filter('em_org_dev_versions', function( $plugin_slugs ){ 346 $plugin_slugs['wp-fullcalendar'] = array( 347 'slug' => plugin_basename( __FILE__ ), 348 'version' => WPFC_VERSION, 349 ); 350 return $plugin_slugs; 351 });
Note: See TracChangeset
for help on using the changeset viewer.