Changeset 657148
- Timestamp:
- 01/22/2013 11:09:15 PM (13 years ago)
- Location:
- acf-single-relationship-add-new
- Files:
-
- 5 edited
-
tags/1.2/acf-single-relationship-add-new.php (modified) (1 diff)
-
tags/1.2/readme.txt (modified) (2 diffs)
-
trunk/acf-single-relationship-add-new.php (modified) (1 diff)
-
trunk/js/asran-post.js (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
acf-single-relationship-add-new/tags/1.2/acf-single-relationship-add-new.php
r648176 r657148 4 4 Plugin URI: http://hosting.fancyfiber.com/acf-single-relationship-add-new/ 5 5 Description: With Advanced Custom Fields Installed, relationship fields with a single post type attached will get an "Add New" button. Which will open in a colorbox to add a new item, with out leaving the current item. 6 Version: 1. 16 Version: 1.2 7 7 Author: Fancy Fiber Designs 8 8 Author URI: http://hosting.fancyfiber.com/design/ -
acf-single-relationship-add-new/tags/1.2/readme.txt
r648183 r657148 5 5 Requires at least: 3.0.0 6 6 Tested up to: 3.5 7 Version: 1. 18 Stable tag: 1. 17 Version: 1.2 8 Stable tag: 1.2 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 57 57 == Changelog == 58 58 59 = 1.2 = 60 Fixed post type not updating afer new version of ACF installed. New ACF version split files out and changed the manner of the javascript calls. 61 This version should work for both old and new releases of ACF. 62 59 63 = 1.1 = 60 64 Fix bug when WordPress is installed in a subdirectory rather than the root. Thanks to Scott Nath for the fix. -
acf-single-relationship-add-new/trunk/acf-single-relationship-add-new.php
r648176 r657148 4 4 Plugin URI: http://hosting.fancyfiber.com/acf-single-relationship-add-new/ 5 5 Description: With Advanced Custom Fields Installed, relationship fields with a single post type attached will get an "Add New" button. Which will open in a colorbox to add a new item, with out leaving the current item. 6 Version: 1. 16 Version: 1.2 7 7 Author: Fancy Fiber Designs 8 8 Author URI: http://hosting.fancyfiber.com/design/ -
acf-single-relationship-add-new/trunk/js/asran-post.js
r648176 r657148 61 61 62 62 // ajax 63 acf.relationship_update_results( div ); 63 // ajax 64 try { 65 acf.relationship_update_results( div ); 66 } 67 catch(err) { //ignore errors here 68 } 69 try { 70 var _relationship = acf.fields.relationship; 71 _relationship.update_results( div ); 72 } 73 catch(err) { //ignore errors here 74 } 64 75 }); 65 76 -
acf-single-relationship-add-new/trunk/readme.txt
r648183 r657148 5 5 Requires at least: 3.0.0 6 6 Tested up to: 3.5 7 Version: 1. 18 Stable tag: 1. 17 Version: 1.2 8 Stable tag: 1.2 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 57 57 == Changelog == 58 58 59 = 1.2 = 60 Fixed post type not updating afer new version of ACF installed. New ACF version split files out and changed the manner of the javascript calls. 61 This version should work for both old and new releases of ACF. 62 59 63 = 1.1 = 60 64 Fix bug when WordPress is installed in a subdirectory rather than the root. Thanks to Scott Nath for the fix.
Note: See TracChangeset
for help on using the changeset viewer.