Plugin Directory

Changeset 1846820


Ignore:
Timestamp:
03/26/2018 08:23:26 AM (8 years ago)
Author:
teakor
Message:

Adding 1.0.7 version

Location:
acf-bootstrap-button/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • acf-bootstrap-button/trunk/acf-bbutton.php

    r1846784 r1846820  
    55 * Plugin URI: https://wordpress.org/plugins/acf-bootstrap-button/
    66 * Description: Add a field to create a Bootstrap Button for the popular Advanced Custom Fields plugin, with internal or external link.
    7  * Version: 1.0.6
     7 * Version: 1.0.7
    88 * Author: teakor
    99 * Author URI:
     
    6363    *  @type    function
    6464    *  @date    17/02/2016
    65     *  @since   1.0.6
     65    *  @since   1.0.7
    6666    *
    6767    *  @param   $version (int) major ACF version. Defaults to false
     
    6969    */
    7070   
    71     function include_field( $version = 4 ) {
     71    function include_field( $version = false) {
     72
     73        if( !$version ) $version = 4;
    7274
    7375        // load textdomain
    7476        load_plugin_textdomain( 'acf-bootstrap-button', false, plugin_basename( dirname( __FILE__ ) ) . '/lang' );
    75        
    76        
     77
    7778        // include
    7879        include_once('fields/class-acf-field-bbutton-v' . $version . '.php');
  • acf-bootstrap-button/trunk/readme.txt

    r1846784 r1846820  
    44Requires at least: 4.5.0
    55Tested up to: 4.9.4
    6 Stable tag: 1.0.6
     6Stable tag: 1.0.7
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5454
    5555== Changelog ==
     56= 1.0.7 =
     57* Bug Fix ACF directives
     58
    5659= 1.0.6 =
    5760* Bug Fix
     
    8285
    8386== Upgrade Notice ==
    84 = 1.0.6 =
    85 * Bug Fix
     87= 1.0.7 =
     88* Bug Fix ACF directives
    8689
    8790= 1.0.5 =
Note: See TracChangeset for help on using the changeset viewer.