Plugin Directory

Changeset 2564537


Ignore:
Timestamp:
07/14/2021 05:19:25 PM (4 years ago)
Author:
circlecube
Message:

Update to version 1.7.3 from GitHub

Location:
acf-button
Files:
8 added
7 edited
1 copied

Legend:

Unmodified
Added
Removed
  • acf-button/assets/banner-772x250.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • acf-button/assets/icon-128x128.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • acf-button/assets/icon-256x256.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • acf-button/tags/1.7.3/acf-button.php

    r1833920 r2564537  
    33/*
    44Plugin Name: Advanced Custom Fields: Button
    5 Plugin URI: https://circlecube.com/does-wordpress/
     5Plugin URI: https://github.com/circlecube/acf-button
    66Description: Adds a simple yet featured button field for ACF.
    7 Version: 1.7.2
     7Version: 1.7.3
    88Author: Evan Mullins
    99Author URI: https://circlecube.com/
     
    3838        // vars
    3939        $this->settings = array(
    40             'version'   => '1.7.2',
     40            'version'   => '1.7.3',
    4141            'url'       => plugin_dir_url( __FILE__ ),
    4242            'path'      => plugin_dir_path( __FILE__ )
  • acf-button/tags/1.7.3/readme.txt

    r1833920 r2564537  
    33Tags: acf, button, link, custom, custom post type, page, post, posts, pages, url
    44Requires at least: 4.5
    5 Tested up to: 4.8
    6 Stable tag: 1.7.2
     5Tested up to: 5.8
     6Stable tag: 1.7.3
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    9 GitHub Plugin URI: https://github.com/Bag-Labs/acf-button
     9GitHub Plugin URI: https://github.com/circlecube/acf-button
    1010
    1111Generates a button to an external url or an internal post type. Integrates with custom post types too.
     
    4343== Changelog ==
    4444
     45= 1.7.3 =
     46* Test with latest WordPress version 5.8.
     47
    4548= 1.7.2 =
    46 *Fix bug when anchor is empty it adds a hashtag to the end of the url.
     49* Fix bug when anchor is empty it adds a hashtag to the end of the url.
    4750
    4851= 1.7.1 =
  • acf-button/trunk/acf-button.php

    r1833920 r2564537  
    33/*
    44Plugin Name: Advanced Custom Fields: Button
    5 Plugin URI: https://circlecube.com/does-wordpress/
     5Plugin URI: https://github.com/circlecube/acf-button
    66Description: Adds a simple yet featured button field for ACF.
    7 Version: 1.7.2
     7Version: 1.7.3
    88Author: Evan Mullins
    99Author URI: https://circlecube.com/
     
    3838        // vars
    3939        $this->settings = array(
    40             'version'   => '1.7.2',
     40            'version'   => '1.7.3',
    4141            'url'       => plugin_dir_url( __FILE__ ),
    4242            'path'      => plugin_dir_path( __FILE__ )
  • acf-button/trunk/readme.txt

    r1833920 r2564537  
    33Tags: acf, button, link, custom, custom post type, page, post, posts, pages, url
    44Requires at least: 4.5
    5 Tested up to: 4.8
    6 Stable tag: 1.7.2
     5Tested up to: 5.8
     6Stable tag: 1.7.3
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    9 GitHub Plugin URI: https://github.com/Bag-Labs/acf-button
     9GitHub Plugin URI: https://github.com/circlecube/acf-button
    1010
    1111Generates a button to an external url or an internal post type. Integrates with custom post types too.
     
    4343== Changelog ==
    4444
     45= 1.7.3 =
     46* Test with latest WordPress version 5.8.
     47
    4548= 1.7.2 =
    46 *Fix bug when anchor is empty it adds a hashtag to the end of the url.
     49* Fix bug when anchor is empty it adds a hashtag to the end of the url.
    4750
    4851= 1.7.1 =
Note: See TracChangeset for help on using the changeset viewer.