Changeset 1610450
- Timestamp:
- 03/08/2017 09:59:56 AM (9 years ago)
- Location:
- wp-gallery-for-developers/trunk
- Files:
-
- 5 edited
-
gallery-for-devs.php (modified) (1 diff)
-
inc/gallery-for-devs-admin-settings-general.php (modified) (1 diff)
-
inc/gallery-for-devs-admin-settings-page.php (modified) (1 diff)
-
inc/gallery-for-devs-setting-fields.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-gallery-for-developers/trunk/gallery-for-devs.php
r1453672 r1610450 4 4 * Plugin URI: http://lapuvieta.lv 5 5 * Description: A plugin to add gallery metabox to post types for theme developers to easily display list of images on posts, pages or any post type you like. 6 * Version: 1. 07 * Author: Janis Itkacs 6 * Version: 1.1 7 * Author: Janis Itkacs (janis@fwsx.co) 8 8 * Author URI: http://lapuvieta.lv 9 9 * License: GPL2 -
wp-gallery-for-developers/trunk/inc/gallery-for-devs-admin-settings-general.php
r1453672 r1610450 5 5 do_settings_sections('gfdevs_settings_post_types_page'); 6 6 7 submit_button(); 8 ?> 9 </form> 10 11 <form method="post" action="options.php"> 12 <?php 13 7 14 settings_fields('gfdevs_settings_other_sources_page'); 8 15 do_settings_sections('gfdevs_settings_other_sources_page'); 9 16 10 17 submit_button(); 11 ?>18 ?> 12 19 </form> 13 20 -
wp-gallery-for-developers/trunk/inc/gallery-for-devs-admin-settings-page.php
r1453672 r1610450 41 41 </div> 42 42 43 <? }43 <?php } ?> -
wp-gallery-for-developers/trunk/inc/gallery-for-devs-setting-fields.php
r1453672 r1610450 77 77 'gfdevs_settings_flickr_section' // section 78 78 ); 79 80 81 79 82 80 /** -
wp-gallery-for-developers/trunk/readme.txt
r1453672 r1610450 3 3 Tags: admin, gallery, developer, dev, multiple images, multiple images to post, multiple images to custom post type, multiple media, multiple images metabox,gallery, images, metabox, multiple, multiple post thumbnail, pictures, thumbnail 4 4 Requires at least: 4.0 5 Tested up to: 4. 5.36 Stable tag: 1. 05 Tested up to: 4.7.3 6 Stable tag: 1.1 7 7 Donate link: No donations. 8 8 License: GPL2 … … 38 38 == Changelog == 39 39 40 = 1.1 = 41 * Fixing fatal error issue. 42 * Fixing saving post types. 43 40 44 = 1.0 = 41 45 * Initial code.
Note: See TracChangeset
for help on using the changeset viewer.