Changeset 3082020
- Timestamp:
- 05/06/2024 03:26:32 PM (23 months ago)
- Location:
- genesis-author-pro
- Files:
-
- 2 edited
- 1 moved
-
tags/1.2.2 (moved) (moved from genesis-author-pro/tags/1.2.1)
-
trunk/plugin.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
genesis-author-pro/trunk/plugin.php
r3082013 r3082020 5 5 Plugin URI: https://wordpress.org/plugins/genesis-author-pro/ 6 6 Description: Adds default Book CPT to any Genesis HTML5 theme. 7 Version: 1.2. 17 Version: 1.2.2 8 8 Author: OsomPress 9 9 Author URI: https://www.osompress.com/ … … 76 76 function author_pro_init(){ 77 77 78 add_action( 'after_setup_theme' , array( 'Genesis_Author_Pro_CPT', 'maybe_add_image_size' ) );79 78 add_action( 'load-post.php' , array( 'Genesis_Author_Pro' , 'maybe_do_book_meta' ) ); 80 79 add_action( 'load-post-new.php' , array( 'Genesis_Author_Pro' , 'maybe_do_book_meta' ) ); -
genesis-author-pro/trunk/readme.txt
r3082013 r3082020 74 74 == Changelog == 75 75 76 = 1.2. 1=76 = 1.2.2 = 77 77 * Improvement managing the additional image size (author-pro-image). 78 78
Note: See TracChangeset
for help on using the changeset viewer.