Changeset 3100134
- Timestamp:
- 06/09/2024 06:08:01 PM (22 months ago)
- Location:
- stockpack/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (2 diffs)
-
src/class-stockpackadmin.php (modified) (1 diff)
-
stockpack.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
stockpack/trunk/readme.txt
r3051678 r3100134 3 3 Tags: stock images, adobe stock, unsplash, getty, istock, pixabay, pexels 4 4 Requires at least: 4.6 5 Tested up to: 6. 4.36 Stable tag: 3.3. 85 Tested up to: 6.5.4 6 Stable tag: 3.3.9 7 7 License: GPL 8 8 License URI: https://www.gnu.org/licenses/gpl-3.0.en.html … … 134 134 == Changelog == 135 135 136 = 3.3.9 = 137 Removed extra loaded scripts and wp query from admin settings thanks to @mathieu discovering it here https://wordpress.org/support/topic/is-there-an-utility-for-admin_enqueue_scripts-in-class-settings-api-php/#post-17809387 138 Updated WordPress compatibility 139 136 140 = 3.3.8 = 137 141 Add Url debugging support -
stockpack/trunk/src/class-stockpackadmin.php
r3051678 r3100134 78 78 79 79 $this->settings_api = new WeDevs_Settings_API(); 80 // remove settings scripts as we do not use the color picker 81 remove_action('admin_enqueue_scripts', array($this->settings_api, 'admin_enqueue_scripts')); 82 80 83 //set sections and fields 81 84 $this->settings_api->set_sections( $this->get_settings_sections() ); -
stockpack/trunk/stockpack.php
r3051678 r3100134 6 6 * Author: Derikon Development 7 7 * Author URI: https://derikon.com/ 8 * Version: 3.3. 88 * Version: 3.3.9 9 9 * Text Domain: stockpack 10 10 * Domain Path: /languages
Note: See TracChangeset
for help on using the changeset viewer.