Plugin Directory

Changeset 2962617


Ignore:
Timestamp:
09/04/2023 03:30:40 PM (2 years ago)
Author:
Barn2Media
Message:

Update to version 1.1.6 from GitHub

Location:
easy-post-types-fields
Files:
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • easy-post-types-fields/tags/1.1.6/changelog.txt

    r2909970 r2962617  
     1= 1.1.6 =
     2 * Fix: Custom field's value con not be deleted
     3
    14= 1.1.5 =
    25 * Fix: Fatal error when activating the plugin
  • easy-post-types-fields/tags/1.1.6/easy-post-types-fields.php

    r2909970 r2962617  
    1212 * Plugin URI:      https://wordpress.org/plugins/easy-post-types-fields/
    1313 * Description:     Create custom post types, fields and taxonomies.
    14  * Version:         1.1.5
     14 * Version:         1.1.6
    1515 * Author:          Barn2 Plugins
    1616 * Author URI:      https://barn2.com
     
    3030}
    3131
    32 const PLUGIN_VERSION = '1.1.5';
     32const PLUGIN_VERSION = '1.1.6';
    3333const PLUGIN_FILE    = __FILE__;
    3434
  • easy-post-types-fields/tags/1.1.6/readme.txt

    r2957885 r2962617  
    66Tested up to: 6.3
    77Requires PHP: 7.2
    8 Stable tag: 1.1.5
     8Stable tag: 1.1.6
    99License: GNU General Public License v3.0
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    135135== Changelog ==
    136136
    137 = 1.1.5 =
    138  * Fix: Fatal error when activating the plugin
     137= 1.1.6 =
     138 * Fix: Custom field's value can not be deleted
    139139
    140140See changelog.txt for more details.
  • easy-post-types-fields/tags/1.1.6/src/Post_Types/Abstract_Post_Type.php

    r2768423 r2962617  
    271271                update_post_meta( $post_id, $meta_key, $postdata[ $meta_key ] );
    272272            }
     273            else {
     274                delete_post_meta( $post_id, $meta_key );
     275            }
    273276        }
    274277    }
  • easy-post-types-fields/tags/1.1.6/vendor/composer/installed.php

    r2909970 r2962617  
    66        'install_path' => __DIR__ . '/../../',
    77        'aliases' => array(),
    8         'reference' => 'eb6afda88e0f1a7a2ad5603af06e4a4e33e96e0b',
     8        'reference' => 'b09c2b671125f4d62d68d49e5dc6438b1315c44e',
    99        'name' => 'barn2/easy-post-types-fields',
    1010        'dev' => false,
     
    1717            'install_path' => __DIR__ . '/../../',
    1818            'aliases' => array(),
    19             'reference' => 'eb6afda88e0f1a7a2ad5603af06e4a4e33e96e0b',
     19            'reference' => 'b09c2b671125f4d62d68d49e5dc6438b1315c44e',
    2020            'dev_requirement' => false,
    2121        ),
  • easy-post-types-fields/trunk/changelog.txt

    r2909970 r2962617  
     1= 1.1.6 =
     2 * Fix: Custom field's value con not be deleted
     3
    14= 1.1.5 =
    25 * Fix: Fatal error when activating the plugin
  • easy-post-types-fields/trunk/easy-post-types-fields.php

    r2909970 r2962617  
    1212 * Plugin URI:      https://wordpress.org/plugins/easy-post-types-fields/
    1313 * Description:     Create custom post types, fields and taxonomies.
    14  * Version:         1.1.5
     14 * Version:         1.1.6
    1515 * Author:          Barn2 Plugins
    1616 * Author URI:      https://barn2.com
     
    3030}
    3131
    32 const PLUGIN_VERSION = '1.1.5';
     32const PLUGIN_VERSION = '1.1.6';
    3333const PLUGIN_FILE    = __FILE__;
    3434
  • easy-post-types-fields/trunk/readme.txt

    r2957885 r2962617  
    66Tested up to: 6.3
    77Requires PHP: 7.2
    8 Stable tag: 1.1.5
     8Stable tag: 1.1.6
    99License: GNU General Public License v3.0
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    135135== Changelog ==
    136136
    137 = 1.1.5 =
    138  * Fix: Fatal error when activating the plugin
     137= 1.1.6 =
     138 * Fix: Custom field's value can not be deleted
    139139
    140140See changelog.txt for more details.
  • easy-post-types-fields/trunk/src/Post_Types/Abstract_Post_Type.php

    r2768423 r2962617  
    271271                update_post_meta( $post_id, $meta_key, $postdata[ $meta_key ] );
    272272            }
     273            else {
     274                delete_post_meta( $post_id, $meta_key );
     275            }
    273276        }
    274277    }
  • easy-post-types-fields/trunk/vendor/composer/installed.php

    r2909970 r2962617  
    66        'install_path' => __DIR__ . '/../../',
    77        'aliases' => array(),
    8         'reference' => 'eb6afda88e0f1a7a2ad5603af06e4a4e33e96e0b',
     8        'reference' => 'b09c2b671125f4d62d68d49e5dc6438b1315c44e',
    99        'name' => 'barn2/easy-post-types-fields',
    1010        'dev' => false,
     
    1717            'install_path' => __DIR__ . '/../../',
    1818            'aliases' => array(),
    19             'reference' => 'eb6afda88e0f1a7a2ad5603af06e4a4e33e96e0b',
     19            'reference' => 'b09c2b671125f4d62d68d49e5dc6438b1315c44e',
    2020            'dev_requirement' => false,
    2121        ),
Note: See TracChangeset for help on using the changeset viewer.