Plugin Directory

Changeset 3082020


Ignore:
Timestamp:
05/06/2024 03:26:32 PM (23 months ago)
Author:
osompress
Message:

update to 1.2.2

Location:
genesis-author-pro
Files:
2 edited
1 moved

Legend:

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

    r3082013 r3082020  
    55Plugin URI: https://wordpress.org/plugins/genesis-author-pro/
    66Description: Adds default Book CPT to any Genesis HTML5 theme.
    7 Version: 1.2.1
     7Version: 1.2.2
    88Author: OsomPress
    99Author URI: https://www.osompress.com/
     
    7676function author_pro_init(){
    7777
    78     add_action( 'after_setup_theme'         , array( 'Genesis_Author_Pro_CPT', 'maybe_add_image_size'              )        );
    7978    add_action( 'load-post.php'             , array( 'Genesis_Author_Pro'    , 'maybe_do_book_meta'                )        );
    8079    add_action( 'load-post-new.php'         , array( 'Genesis_Author_Pro'    , 'maybe_do_book_meta'                )        );
  • genesis-author-pro/trunk/readme.txt

    r3082013 r3082020  
    7474== Changelog ==
    7575
    76 = 1.2.1 =
     76= 1.2.2 =
    7777* Improvement managing the additional image size (author-pro-image).
    7878
Note: See TracChangeset for help on using the changeset viewer.