Changeset 2880664
- Timestamp:
- 03/15/2023 04:06:57 PM (3 years ago)
- Location:
- cc-child-pages
- Files:
-
- 16 added
- 4 edited
-
tags/1.45 (added)
-
tags/1.45/includes (added)
-
tags/1.45/includes/ccchildpages.php (added)
-
tags/1.45/includes/ccchildpages_widget.php (added)
-
tags/1.45/includes/css (added)
-
tags/1.45/includes/css/skins.css (added)
-
tags/1.45/includes/css/styles.css (added)
-
tags/1.45/includes/css/styles.ie.css (added)
-
tags/1.45/includes/js (added)
-
tags/1.45/includes/js/ccchildpages-plugin.js (added)
-
tags/1.45/includes/js/childpages.png (added)
-
tags/1.45/index.php (added)
-
tags/1.45/languages (added)
-
tags/1.45/languages/cc-child-pages-fr_FR.mo (added)
-
tags/1.45/languages/cc-child-pages-fr_FR.po (added)
-
tags/1.45/readme.txt (added)
-
trunk/includes/ccchildpages.php (modified) (1 diff)
-
trunk/includes/js/ccchildpages-plugin.js (modified) (1 diff)
-
trunk/index.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cc-child-pages/trunk/includes/ccchildpages.php
r2849899 r2880664 1025 1025 <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'); ?> 1026 1026 </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 ?> 1028 1031 <p class="submit"><input type="submit" name="submit" class="button-primary" value="<?php _e('Update Options', 'cc-child-pages'); ?>" /></p> 1029 <?php1030 }1031 ?>1032 1032 </form> 1033 1033 -
cc-child-pages/trunk/includes/js/ccchildpages-plugin.js
r2849899 r2880664 149 149 authorurl: 'http://caterhamcomputing.net', 150 150 infourl: 'http://ccchildpages.ccplugins.co.uk', 151 version: '1.4 4'151 version: '1.45' 152 152 } 153 153 } -
cc-child-pages/trunk/index.php
r2849899 r2880664 7 7 Text Domain: cc-child-pages 8 8 Domain Path: /languages 9 Version: 1.4 49 Version: 1.45 10 10 Requires PHP: 5.4 11 11 Author URI: https://caterhamcomputing.net/ -
cc-child-pages/trunk/readme.txt
r2849899 r2880664 9 9 Requires PHP: 5.6 10 10 Tested up to: 6.1.1 11 Stable tag: 1.4 412 Version: 1.4 411 Stable tag: 1.45 12 Version: 1.45 13 13 Tags: 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 14 14 … … 352 352 == Changelog == 353 353 354 = 1.45 = 355 * Maintenance release- minor bug fix to setting page. 356 354 357 = 1.44 = 355 358 * Maintenance release with security improvements to legacy widget. … … 536 539 == Upgrade Notice == 537 540 541 = 1.45 = 542 * Maintenance release- minor bug fix to setting page. 543 538 544 = 1.44 = 539 545 * Maintenance release with security improvements to legacy widget.
Note: See TracChangeset
for help on using the changeset viewer.