Changeset 3151287
- Timestamp:
- 09/13/2024 09:23:11 AM (19 months ago)
- Location:
- stockpack/trunk
- Files:
-
- 4 edited
-
readme.txt (modified) (3 diffs)
-
src/class-stockpackmedia.php (modified) (1 diff)
-
src/class-stockpackquery.php (modified) (2 diffs)
-
stockpack.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
stockpack/trunk/readme.txt
r3105964 r3151287 3 3 Tags: stock images, adobe stock, unsplash, getty, istock, pixabay, pexels 4 4 Requires at least: 4.6 5 Tested up to: 6. 5.46 Stable tag: 3.4. 25 Tested up to: 6.6.2 6 Stable tag: 3.4.3 7 7 License: GPL 8 8 License URI: https://www.gnu.org/licenses/gpl-3.0.en.html … … 39 39 * Automatic caption fill in to be in line with licensing requirements 40 40 * Set custom filename prior to the upload 41 * Compatible with Gutenberg, [Elementor](https://elementor.com),[Bricks] (https://bricksbuilder.io/), [Divi](https://www.elegantthemes.com/gallery/divi/), [Beaver Builder](https://www.wpbeaverbuilder.com), [Visual Composer](https://visualcomposer.com), [Avada Fusion Builder](https://theme-fusion.com/products/fusion-builder) [Oxygen Builder](https://oxygenbuilder.com) [WPBakery](https://wpbakery.com/) [Thrive Themes](https://thrivethemes.com/)41 * Compatible with Gutenberg, [Elementor](https://elementor.com),[Bricks](https://bricksbuilder.io/), [Divi](https://www.elegantthemes.com/gallery/divi/), [Beaver Builder](https://www.wpbeaverbuilder.com), [Visual Composer](https://visualcomposer.com), [Avada Fusion Builder](https://theme-fusion.com/products/fusion-builder) [Oxygen Builder](https://oxygenbuilder.com) [WPBakery](https://wpbakery.com/) [Thrive Themes](https://thrivethemes.com/) 42 42 * Compatible with [WPML](https://wpml.org) 43 43 * Featured image caption … … 134 134 == Changelog == 135 135 136 = 3.4. 1=136 = 3.4.3 = 137 137 Updated WordPress compatibility 138 Add filename filter 139 140 = 3.4.2 = 141 Fixed tags 138 142 139 143 = 3.4.1 = -
stockpack/trunk/src/class-stockpackmedia.php
r3105954 r3151287 81 81 } 82 82 83 if ( ! $admin || is_plugin_active( 'classic-editor/classic-editor.php' ) || $acfe_classic_editor ) {83 if ( ! $admin || is_plugin_active( 'classic-editor/classic-editor.php' ) || is_plugin_active( 'classic-editor-addon/classic-editor-addon.php' ) || $acfe_classic_editor ) { 84 84 add_thickbox(); 85 85 wp_enqueue_media(); -
stockpack/trunk/src/class-stockpackquery.php
r3051678 r3151287 502 502 $name = $this->update_extension( $name, $type ); 503 503 504 $name = apply_filters( 'stockpack_attachment_filename', $name, $image ); 505 504 506 $mirror = wp_upload_bits( $name, '', wp_remote_retrieve_body( $get ) ); 505 507 $attachment = array( … … 516 518 $this->store_attachment_meta($attach_id,$image); 517 519 518 do_action( 'stockpack_after_attachment_uploaded', $attach_id, $image );520 do_action( 'stockpack_after_attachment_uploaded', $attach_id, $image ); 519 521 520 522 return $attach_id; -
stockpack/trunk/stockpack.php
r3105964 r3151287 6 6 * Author: Derikon Development 7 7 * Author URI: https://derikon.com/ 8 * Version: 3.4.28 * Version:3.4.3 9 9 * Text Domain: stockpack 10 10 * Domain Path: /languages
Note: See TracChangeset
for help on using the changeset viewer.