Changeset 3197857
- Timestamp:
- 11/27/2024 06:22:19 AM (13 months ago)
- Location:
- acf-galerie-4/trunk
- Files:
-
- 3 edited
-
acf-galerie-4.php (modified) (2 diffs)
-
class-acfg4-register-field-type.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
acf-galerie-4/trunk/acf-galerie-4.php
r3197083 r3197857 9 9 * License: GPL v2 or later 10 10 * License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 * Version: 1.3. 011 * Version: 1.3.1 12 12 * Domain Path: /lang 13 13 * Requires PHP: 7.4 … … 19 19 } 20 20 21 define( 'ACFG4_VERSION', '1.3. 0' );21 define( 'ACFG4_VERSION', '1.3.1' ); 22 22 define( 'ACFG4_PLUGIN', __FILE__ ); 23 23 define( 'ACFG4_PLUGIN_BASENAME', plugin_basename( ACFG4_PLUGIN ) ); -
acf-galerie-4/trunk/class-acfg4-register-field-type.php
r3197083 r3197857 364 364 wp_enqueue_script('jquery-ui-sortable'); 365 365 366 if( is_admin() && in_array(basename($_SERVER["SCRIPT_NAME"]), array('profile.php', 'term.php', 'edit-tags.php' ))){366 if( is_admin() && in_array(basename($_SERVER["SCRIPT_NAME"]), array('profile.php', 'term.php', 'edit-tags.php', 'user-edit.php', 'user-new.php'))){ 367 367 wp_enqueue_media(); 368 368 } -
acf-galerie-4/trunk/readme.txt
r3197089 r3197857 5 5 Requires at least: 5.8 6 6 Tested up to: 6.7 7 Stable tag: 1.3. 07 Stable tag: 1.3.1 8 8 Requires PHP: 7.0 9 9 License: GPLv2 or later … … 39 39 40 40 == Changelog == 41 = 1.3.1 = 42 * [Fixed] WordPress media library not opening in user edit screen 43 41 44 = 1.3.0 = 42 45 * [Added] support for GraphQL
Note: See TracChangeset
for help on using the changeset viewer.