Changeset 3082013
- Timestamp:
- 05/06/2024 03:14:03 PM (2 years ago)
- Location:
- genesis-author-pro
- Files:
-
- 33 added
- 1 deleted
- 2 edited
-
tags/1.2.1 (added)
-
tags/1.2.1/classes (added)
-
tags/1.2.1/classes/class.Genesis_Author_Pro.php (added)
-
tags/1.2.1/classes/class.Genesis_Author_Pro_Activation.php (added)
-
tags/1.2.1/classes/class.Genesis_Author_Pro_Book_Meta.php (added)
-
tags/1.2.1/classes/class.Genesis_Author_Pro_CPT.php (added)
-
tags/1.2.1/classes/class.Genesis_Author_Pro_Save.php (added)
-
tags/1.2.1/classes/class.Genesis_Author_Pro_Template.php (added)
-
tags/1.2.1/classes/class.Genesis_Author_Pro_Widget.php (added)
-
tags/1.2.1/classes/class.Genesis_Author_Pro_Widget_Admin.php (added)
-
tags/1.2.1/classes/class.Genesis_Author_Pro_Widget_Output.php (added)
-
tags/1.2.1/classes/index.php (added)
-
tags/1.2.1/functions (added)
-
tags/1.2.1/functions/index.php (added)
-
tags/1.2.1/functions/template.php (added)
-
tags/1.2.1/index.php (added)
-
tags/1.2.1/languages (added)
-
tags/1.2.1/languages/genesis-author-pro.pot (added)
-
tags/1.2.1/plugin.php (added)
-
tags/1.2.1/readme.txt (added)
-
tags/1.2.1/resources (added)
-
tags/1.2.1/resources/css (added)
-
tags/1.2.1/resources/css/admin.css (added)
-
tags/1.2.1/resources/css/default.css (added)
-
tags/1.2.1/resources/css/index.php (added)
-
tags/1.2.1/resources/index.php (added)
-
tags/1.2.1/templates (added)
-
tags/1.2.1/templates/archive-books.php (added)
-
tags/1.2.1/templates/index.php (added)
-
tags/1.2.1/templates/single-books.php (added)
-
tags/1.2.1/templates/taxonomy-book-authors.php (added)
-
tags/1.2.1/templates/taxonomy-book-series.php (added)
-
tags/1.2.1/templates/taxonomy-book-tags.php (added)
-
trunk/README.md (deleted)
-
trunk/plugin.php (modified) (5 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
genesis-author-pro/trunk/plugin.php
r3071422 r3082013 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 7 Version: 1.2.1 8 8 Author: OsomPress 9 9 Author URI: https://www.osompress.com/ … … 74 74 * @return void 75 75 */ 76 77 76 function author_pro_init(){ 78 77 … … 87 86 88 87 add_action( 'genesis_init', 'genesis_author_pro_init' ); 89 90 88 /** 91 89 * Action added on the genesis_init hook. … … 96 94 * @return void 97 95 */ 98 99 96 function genesis_author_pro_init(){ 100 97 … … 107 104 108 105 } 106 107 // Add image size 108 add_action( 'after_setup_theme', array( 'Genesis_Author_Pro_CPT', 'maybe_add_image_size' ) ); -
genesis-author-pro/trunk/readme.txt
r3071422 r3082013 4 4 Requires at least: 5.0 5 5 Tested up to: 6.5 6 Stable tag: 1.2 6 Stable tag: 1.2.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 74 74 == Changelog == 75 75 76 = 1.2.1 = 77 * Improvement managing the additional image size (author-pro-image). 78 76 79 = 1.2 = 77 80 * You can use now the plugin with other themes, not only Genesis child themes.
Note: See TracChangeset
for help on using the changeset viewer.