Plugin Directory

Changeset 3082013


Ignore:
Timestamp:
05/06/2024 03:14:03 PM (2 years ago)
Author:
osompress
Message:

update to 1.2.1

Location:
genesis-author-pro
Files:
33 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • genesis-author-pro/trunk/plugin.php

    r3071422 r3082013  
    55Plugin URI: https://wordpress.org/plugins/genesis-author-pro/
    66Description: Adds default Book CPT to any Genesis HTML5 theme.
    7 Version: 1.2
     7Version: 1.2.1
    88Author: OsomPress
    99Author URI: https://www.osompress.com/
     
    7474 * @return void
    7575 */
    76 
    7776function author_pro_init(){
    7877
     
    8786
    8887add_action( 'genesis_init', 'genesis_author_pro_init' );
    89 
    9088/**
    9189 * Action added on the genesis_init hook.
     
    9694 * @return void
    9795 */
    98 
    9996function genesis_author_pro_init(){
    10097
     
    107104
    108105}
     106
     107// Add image size
     108add_action( 'after_setup_theme', array( 'Genesis_Author_Pro_CPT', 'maybe_add_image_size' ) );
  • genesis-author-pro/trunk/readme.txt

    r3071422 r3082013  
    44Requires at least: 5.0
    55Tested up to: 6.5
    6 Stable tag: 1.2
     6Stable tag: 1.2.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7474== Changelog ==
    7575
     76= 1.2.1 =
     77* Improvement managing the additional image size (author-pro-image).
     78
    7679= 1.2 =
    7780* You can use now the plugin with other themes, not only Genesis child themes.
Note: See TracChangeset for help on using the changeset viewer.