Changeset 2564537
- Timestamp:
- 07/14/2021 05:19:25 PM (4 years ago)
- Location:
- acf-button
- Files:
-
- 8 added
- 7 edited
- 1 copied
-
assets/banner-772x250.png (modified) (1 prop) (previous)
-
assets/icon-128x128.png (modified) (1 prop) (previous)
-
assets/icon-256x256.png (modified) (1 prop) (previous)
-
tags/1.7.3 (copied) (copied from acf-button/trunk)
-
tags/1.7.3/acf-button.php (modified) (2 diffs)
-
tags/1.7.3/assets (added)
-
tags/1.7.3/assets/banner-772x250.png (added)
-
tags/1.7.3/assets/icon-128x128.png (added)
-
tags/1.7.3/assets/icon-256x256.png (added)
-
tags/1.7.3/readme.txt (modified) (2 diffs)
-
trunk/acf-button.php (modified) (2 diffs)
-
trunk/assets (added)
-
trunk/assets/banner-772x250.png (added)
-
trunk/assets/icon-128x128.png (added)
-
trunk/assets/icon-256x256.png (added)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
acf-button/assets/banner-772x250.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
acf-button/assets/icon-128x128.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
acf-button/assets/icon-256x256.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
acf-button/tags/1.7.3/acf-button.php
r1833920 r2564537 3 3 /* 4 4 Plugin Name: Advanced Custom Fields: Button 5 Plugin URI: https:// circlecube.com/does-wordpress/5 Plugin URI: https://github.com/circlecube/acf-button 6 6 Description: Adds a simple yet featured button field for ACF. 7 Version: 1.7. 27 Version: 1.7.3 8 8 Author: Evan Mullins 9 9 Author URI: https://circlecube.com/ … … 38 38 // vars 39 39 $this->settings = array( 40 'version' => '1.7. 2',40 'version' => '1.7.3', 41 41 'url' => plugin_dir_url( __FILE__ ), 42 42 'path' => plugin_dir_path( __FILE__ ) -
acf-button/tags/1.7.3/readme.txt
r1833920 r2564537 3 3 Tags: acf, button, link, custom, custom post type, page, post, posts, pages, url 4 4 Requires at least: 4.5 5 Tested up to: 4.86 Stable tag: 1.7. 25 Tested up to: 5.8 6 Stable tag: 1.7.3 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 GitHub Plugin URI: https://github.com/ Bag-Labs/acf-button9 GitHub Plugin URI: https://github.com/circlecube/acf-button 10 10 11 11 Generates a button to an external url or an internal post type. Integrates with custom post types too. … … 43 43 == Changelog == 44 44 45 = 1.7.3 = 46 * Test with latest WordPress version 5.8. 47 45 48 = 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. 47 50 48 51 = 1.7.1 = -
acf-button/trunk/acf-button.php
r1833920 r2564537 3 3 /* 4 4 Plugin Name: Advanced Custom Fields: Button 5 Plugin URI: https:// circlecube.com/does-wordpress/5 Plugin URI: https://github.com/circlecube/acf-button 6 6 Description: Adds a simple yet featured button field for ACF. 7 Version: 1.7. 27 Version: 1.7.3 8 8 Author: Evan Mullins 9 9 Author URI: https://circlecube.com/ … … 38 38 // vars 39 39 $this->settings = array( 40 'version' => '1.7. 2',40 'version' => '1.7.3', 41 41 'url' => plugin_dir_url( __FILE__ ), 42 42 'path' => plugin_dir_path( __FILE__ ) -
acf-button/trunk/readme.txt
r1833920 r2564537 3 3 Tags: acf, button, link, custom, custom post type, page, post, posts, pages, url 4 4 Requires at least: 4.5 5 Tested up to: 4.86 Stable tag: 1.7. 25 Tested up to: 5.8 6 Stable tag: 1.7.3 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 GitHub Plugin URI: https://github.com/ Bag-Labs/acf-button9 GitHub Plugin URI: https://github.com/circlecube/acf-button 10 10 11 11 Generates a button to an external url or an internal post type. Integrates with custom post types too. … … 43 43 == Changelog == 44 44 45 = 1.7.3 = 46 * Test with latest WordPress version 5.8. 47 45 48 = 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. 47 50 48 51 = 1.7.1 =
Note: See TracChangeset
for help on using the changeset viewer.