Changeset 3132817
- Timestamp:
- 08/08/2024 04:35:37 PM (20 months ago)
- Location:
- acf-my-media-cluster
- Files:
-
- 2 edited
-
tags/1.2.10/readme.txt (modified) (4 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
acf-my-media-cluster/tags/1.2.10/readme.txt
r2978828 r3132817 3 3 Tags: acf, media, pdf, documents, download-files, downloads 4 4 Requires at least: 3.6.0 5 Tested up to: 6. 3.25 Tested up to: 6.6 6 6 Stable tag: 1.2.10 7 7 License: GPLv2 or later … … 13 13 14 14 ACF My Media Cluster is an extension for Advance Custom Fields which adds the feature to create groups of media files for download on a page/post/custom post type. The plugin does come with both a simple to use shortcode and a helper function if you wish to customize your output. 15 16 15 * Visually create your Fields in the ACF interface. 17 16 * Assign your fields to post types … … 88 87 == Changelog == 89 88 90 = 1.2.10=89 = 1.2.10 = 91 90 * Fixed a javascript issue that prevented the user from updating the selected file before saving in some circumstances. 92 91 * Fixed a javascript issue that appended the name of a file to existing text instead of overwriting when updating the selected file in some circumstances. 93 92 * Now dynamically selecting the plugin version number from file headers instead of hardcoding it. 94 93 95 = 1.2.9=94 = 1.2.9 = 96 95 * Additional security and sanitization of data. 97 96 98 = 1.2.8=97 = 1.2.8 = 99 98 * Additional security and sanitization of data. 100 99 101 = 1.2.7=100 = 1.2.7 = 102 101 * Additional security and sanitization of data. 103 102 104 = 1.2.6=103 = 1.2.6 = 105 104 * Additional security and sanitization of data. 106 105 * Changes to the way files are referenced … … 108 107 109 108 110 = 1.2.5=109 = 1.2.5 = 111 110 * Additional security and sanitization of data. 112 111 * Fixed a PHP warning on the field creation page. 113 112 114 = 1.2.4=113 = 1.2.4= 115 114 * Added better security and sanitization of data 116 115 * Removed the download.php file to eliminate external calls to that script -
acf-my-media-cluster/trunk/readme.txt
r3125493 r3132817 13 13 14 14 ACF My Media Cluster is an extension for Advance Custom Fields which adds the feature to create groups of media files for download on a page/post/custom post type. The plugin does come with both a simple to use shortcode and a helper function if you wish to customize your output. 15 16 15 * Visually create your Fields in the ACF interface. 17 16 * Assign your fields to post types … … 88 87 == Changelog == 89 88 90 = 1.2.10=89 = 1.2.10 = 91 90 * Fixed a javascript issue that prevented the user from updating the selected file before saving in some circumstances. 92 91 * Fixed a javascript issue that appended the name of a file to existing text instead of overwriting when updating the selected file in some circumstances. 93 92 * Now dynamically selecting the plugin version number from file headers instead of hardcoding it. 94 93 95 = 1.2.9=94 = 1.2.9 = 96 95 * Additional security and sanitization of data. 97 96 98 = 1.2.8=97 = 1.2.8 = 99 98 * Additional security and sanitization of data. 100 99 101 = 1.2.7=100 = 1.2.7 = 102 101 * Additional security and sanitization of data. 103 102 104 = 1.2.6=103 = 1.2.6 = 105 104 * Additional security and sanitization of data. 106 105 * Changes to the way files are referenced … … 108 107 109 108 110 = 1.2.5=109 = 1.2.5 = 111 110 * Additional security and sanitization of data. 112 111 * Fixed a PHP warning on the field creation page. 113 112 114 = 1.2.4=113 = 1.2.4= 115 114 * Added better security and sanitization of data 116 115 * Removed the download.php file to eliminate external calls to that script
Note: See TracChangeset
for help on using the changeset viewer.