Plugin Directory

Changeset 2880664


Ignore:
Timestamp:
03/15/2023 04:06:57 PM (3 years ago)
Author:
caterhamcomputing
Message:

Maintenance release - minor bug fix to settings page

Location:
cc-child-pages
Files:
16 added
4 edited

Legend:

Unmodified
Added
Removed
  • cc-child-pages/trunk/includes/ccchildpages.php

    r2849899 r2880664  
    10251025                                <div id="icon-tools" class="icon32"></div> <?php _e('This function is deprecated and may be removed in future releases. It is strongly recommended that all custom CSS is moved to the theme customiser.', 'cc-child-pages'); ?>
    10261026                            </strong><br /><textarea name="cc_child_pages[customcss]" class="large-text code" rows="10"><?php echo esc_textarea($customcss) ?></textarea></label></p>
    1027                 <?php do_action('ccchildpages_options_form', $options); ?>
     1027                    <?php do_action('ccchildpages_options_form', $options); ?>
     1028                <?php
     1029                }
     1030                ?>
    10281031                <p class="submit"><input type="submit" name="submit" class="button-primary" value="<?php _e('Update Options', 'cc-child-pages'); ?>" /></p>
    1029                 <?php
    1030                 }
    1031                 ?>
    10321032            </form>
    10331033
  • cc-child-pages/trunk/includes/js/ccchildpages-plugin.js

    r2849899 r2880664  
    149149        authorurl: 'http://caterhamcomputing.net',
    150150        infourl: 'http://ccchildpages.ccplugins.co.uk',
    151         version: '1.44'
     151        version: '1.45'
    152152      }
    153153    }
  • cc-child-pages/trunk/index.php

    r2849899 r2880664  
    77Text Domain: cc-child-pages
    88Domain Path: /languages
    9 Version: 1.44
     9Version: 1.45
    1010Requires PHP: 5.4
    1111Author URI: https://caterhamcomputing.net/
  • cc-child-pages/trunk/readme.txt

    r2849899 r2880664  
    99Requires PHP: 5.6
    1010Tested up to: 6.1.1
    11 Stable tag: 1.44
    12 Version: 1.44
     11Stable tag: 1.45
     12Version: 1.45
    1313Tags: child pages widget, child pages shortcode, child pages, child page, shortcode, widget, list, sub-pages, subpages, sub-page, subpage, sub page, responsive, child-page, child-pages, childpage, childpages, siblings, sibling pages, posts, custom posts
    1414
     
    352352== Changelog ==
    353353
     354= 1.45 =
     355* Maintenance release- minor bug fix to setting page.
     356
    354357= 1.44 =
    355358* Maintenance release with security improvements to legacy widget.
     
    536539== Upgrade Notice ==
    537540
     541= 1.45 =
     542* Maintenance release- minor bug fix to setting page.
     543
    538544= 1.44 =
    539545* Maintenance release with security improvements to legacy widget.
Note: See TracChangeset for help on using the changeset viewer.