Changeset 3266692
- Timestamp:
- 04/04/2025 04:27:50 AM (12 months ago)
- Location:
- wp-obituary
- Files:
-
- 57 added
- 2 deleted
- 5 edited
-
db/txn-current-lock (deleted)
-
db/write-lock (deleted)
-
tags/2.0.5 (added)
-
tags/2.0.5/admin (added)
-
tags/2.0.5/admin/admin.php (added)
-
tags/2.0.5/admin/assets (added)
-
tags/2.0.5/admin/assets/css (added)
-
tags/2.0.5/admin/assets/css/wp-obituary-styles.css (added)
-
tags/2.0.5/admin/assets/images (added)
-
tags/2.0.5/admin/assets/images/left-sidebar.jpg (added)
-
tags/2.0.5/admin/assets/images/no-sidebar.jpg (added)
-
tags/2.0.5/admin/assets/images/obituary.png (added)
-
tags/2.0.5/admin/assets/images/right-sidebar.jpg (added)
-
tags/2.0.5/admin/assets/js (added)
-
tags/2.0.5/admin/assets/js/wp-obituary-admin-script.js (added)
-
tags/2.0.5/admin/assets/js/wp-obituary-settings-script.js (added)
-
tags/2.0.5/admin/classes (added)
-
tags/2.0.5/admin/classes/class-obituary.php (added)
-
tags/2.0.5/admin/classes/class-scripts.php (added)
-
tags/2.0.5/admin/classes/class-settings.php (added)
-
tags/2.0.5/admin/includes (added)
-
tags/2.0.5/admin/includes/functions.php (added)
-
tags/2.0.5/admin/index.php (added)
-
tags/2.0.5/assets (added)
-
tags/2.0.5/assets/css (added)
-
tags/2.0.5/assets/css/admin-style.css (added)
-
tags/2.0.5/assets/css/bootstrap-datepicker.css (added)
-
tags/2.0.5/assets/css/jquery.bxslider.css (added)
-
tags/2.0.5/assets/css/jquery.timepicker.css (added)
-
tags/2.0.5/assets/css/site.css (added)
-
tags/2.0.5/assets/css/style.css (added)
-
tags/2.0.5/assets/css/wp-obituary-styles.css (added)
-
tags/2.0.5/assets/images (added)
-
tags/2.0.5/assets/images/obituary-thumbnail.jpg (added)
-
tags/2.0.5/assets/js (added)
-
tags/2.0.5/assets/js/bootstrap-datepicker.js (added)
-
tags/2.0.5/assets/js/jquery.bxslider.min.js (added)
-
tags/2.0.5/assets/js/jquery.repeater.js (added)
-
tags/2.0.5/assets/js/jquery.repeater.min.js (added)
-
tags/2.0.5/assets/js/jquery.timepicker.js (added)
-
tags/2.0.5/assets/js/site.js (added)
-
tags/2.0.5/assets/js/wpffo-script.js (added)
-
tags/2.0.5/classes (added)
-
tags/2.0.5/classes/class-scripts.php (added)
-
tags/2.0.5/images (added)
-
tags/2.0.5/images/calendar.png (added)
-
tags/2.0.5/images/clock.png (added)
-
tags/2.0.5/images/map.png (added)
-
tags/2.0.5/includes (added)
-
tags/2.0.5/includes/functions.php (added)
-
tags/2.0.5/index.php (added)
-
tags/2.0.5/readme.txt (added)
-
tags/2.0.5/templates (added)
-
tags/2.0.5/templates/archive.php (added)
-
tags/2.0.5/templates/comments.php (added)
-
tags/2.0.5/templates/loop-archive.php (added)
-
tags/2.0.5/templates/loop-single.php (added)
-
tags/2.0.5/templates/single.php (added)
-
tags/2.0.5/wp-obituary.php (added)
-
trunk/admin/classes/class-obituary.php (modified) (1 diff)
-
trunk/includes/functions.php (modified) (1 diff)
-
trunk/readme.txt (modified) (4 diffs)
-
trunk/templates/comments.php (modified) (1 diff)
-
trunk/wp-obituary.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-obituary/trunk/admin/classes/class-obituary.php
r2946083 r3266692 107 107 'taxonomies' => array( 'obituary_cat', 'obituary_tag' ), 108 108 109 'hierarchical' => false,109 'hierarchical' => true, 110 110 111 111 'public' => true, -
wp-obituary/trunk/includes/functions.php
r2946083 r3266692 647 647 648 648 }*/ 649 650 651 652 function obit_date_range_shortcode() { 653 $dob=get_post_meta( get_the_ID(), 'ff-date_of_birth', true ); 654 655 $datedob=date_create( $dob); 656 $datedob= date_format($datedob,"F d, Y"); 657 658 659 $dod=get_post_meta( get_the_ID(), 'ff-date_of_death', true ); 660 $datedod=date_create( $dod); 661 $datedod= date_format($datedod,"F d, Y"); 662 // Things that you want to do. 663 $message = '<div id="obit_date_range">'.$datedob.' - '.$datedod.' </div>'; 664 665 return $message; 666 } 667 668 add_shortcode('obit_date_range', 'obit_date_range_shortcode'); 669 670 671 function condolence_count_shortcode() { 672 673 $message = '<div id="condolence_count"> 3 Condolences </div>'; 674 675 return $message; 676 } 677 678 add_shortcode('condolence_count', 'condolence_count_shortcode'); 679 680 function shortcode_post_published_date(){ 681 return get_the_date(); 682 } 683 add_shortcode( 'post_published', 'shortcode_post_published_date' ); 684 -
wp-obituary/trunk/readme.txt
r2983908 r3266692 3 3 Plugin Name: WP Obituary Manager 4 4 Donate link: http://wpobituary.com/ 5 Tags: obituaries, WP Obituary,obituary manager,memorial, tribute, funeral, obituary, funeral home, cremation, crematorium, crematory, funeral press5 Tags: obituaries, obituary, obituary manager, memorial, tribute, funeral, obituary, funeral home, cremation, crematorium, crematory, funeral press 6 6 Author: WPTaskforce.com 7 7 Plugin URI: https://www.wptaskforce.com/ 8 8 Author URI: https://www.wptaskforce.com 9 Requires at least: 4.210 Tested up to: 6. 2.211 Requires PHP: 7.412 Stable tag: 2.0. 49 Requires at least: 6.2.2 10 Tested up to: 6.7.2 11 Requires PHP: 8.1 12 Stable tag: 2.0.5 13 13 License: GPLv3 14 14 License URI: https://www.gnu.org/licenses/gpl-3.0.html 15 15 16 16 17 WP Obituary is free plugin for obituary and condolences management in your own Wordpress admin dashboard. This obituary management software is for funeral homes, crematory and cemeteries. WP Obituary allows enable you to display online obituaries on your website and allow visitors to post moderated condolences. This plugin can be modify to make this plugin work for your needs. WP Obituary Manager is developed by WPTaskforce.com a website and design agency in Iloilo City Philippines.17 WP Obituary Manager is a free WordPress plugin that simplifies obituary and condolences management directly from your Wordpress admin dashboard. Designed for funeral homes, crematories, and cemeteries, it allows you to display online obituaries and moderate visitor condolences. The plugin's flexible design can be customized to meet your specific needs. Developed by WPTaskforce.com, a web design agency in Iloilo City, Philippines. 18 18 19 19 … … 22 22 [Demo](https://cremationarrangementwebsite.com/demo/obituaries/) 23 23 24 WP Obituary is free plugin for managing your obituary and condolences in your own Wordpress admin dashboard. This obituary management software is for funeral homes, crematory and cemeteries. WP Obituary allows enable you to display online obituaries on your website and allow visitors to post moderated condolences. This plugin can be modify to make this plugin work for your needs. WP Obituary Manager is developed by WPTaskforce.com a website and design agency in Iloilo City Philippines. 25 24 WP Obituary Manager is a free WordPress plugin that simplifies obituary and condolences management directly from your Wordpress admin dashboard. Designed for funeral homes, crematories, and cemeteries, it allows you to display online obituaries and moderate visitor condolences. The plugin's flexible design can be customized to meet your specific needs. Developed by WPTaskforce.com, a web design agency in Iloilo City, Philippines. 26 25 27 26 = Core Plugin Features = … … 33 32 34 33 Contact us to import or migrate your existing obituaries into WP Obituary Manager. 35 Contact us on Skype: arni.cinco 34 Contact us on Teams: [arni.cinco@outlook](https://teams.live.com/l/invite/FEAY6fI1IPmCY6FeAo) 35 36 36 37 37 38 … … 81 82 82 83 == Changelog == 84 = 2.0.5 = 85 86 - Fix typo error 87 - Fix issue in 6.7.2 88 83 89 84 90 = 2.0.3 = -
wp-obituary/trunk/templates/comments.php
r2946083 r3266692 12 12 $comments_args = array( 13 13 'fields' => $fields, 14 'title_reply' => __('Leave Your Condolenc ', 'wp-obituary'),14 'title_reply' => __('Leave Your Condolence', 'wp-obituary'), 15 15 'label_submit' => __('Submit Condolence', 'wp-obituary'), 16 16 'comment_field' => '<p class="comment-form-comment"><label for="comment">' . _x( 'Condolence', 'noun' ) . -
wp-obituary/trunk/wp-obituary.php
r2983908 r3266692 9 9 * Description: WP Obituary Manager plugin will helps you manage your obituary sites easy. 10 10 11 * Version: 2.0. 411 * Version: 2.0.5 12 12 13 13 * Author: WPTaskForce.com
Note: See TracChangeset
for help on using the changeset viewer.