Changeset 3278540
- Timestamp:
- 04/21/2025 11:15:55 PM (11 months ago)
- Location:
- seo-bulk-admin
- Files:
-
- 1 added
- 3 edited
-
tags/1.1.4 (added)
-
trunk/class-tacwp-postmgr-core.php (modified) (3 diffs)
-
trunk/functions.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
seo-bulk-admin/trunk/class-tacwp-postmgr-core.php
r3278522 r3278540 5 5 * @subpackage SEO Bulk Admin 6 6 * @since 1.0 7 * @version 1.1. 37 * @version 1.1.4 8 8 */ 9 9 … … 34 34 $dir = __DIR__;} 35 35 $this->self['TITLE'] = 'SEO Bulk Admin'; 36 $this->self['VERSION'] = '1.1. 3';36 $this->self['VERSION'] = '1.1.4'; 37 37 $this->self['DIR'] = $dir . '/'; 38 38 $this->self['FOLDER'] = 'seo-bulk-admin'; … … 359 359 */ 360 360 public function admin_enqueue_scripts() { 361 wp_enqueue_style( 'seobulkadmin-admin-stylesheet', $this->self['PATH'] . ' admin_style.css', array(), time() );362 wp_enqueue_script( 'seobulkadmin-admin', $this->self['PATH'] . ' admin_script.js', array( 'jquery' ), time(), false );361 wp_enqueue_style( 'seobulkadmin-admin-stylesheet', $this->self['PATH'] . 'script/admin_style.css', array(), time() ); 362 wp_enqueue_script( 'seobulkadmin-admin', $this->self['PATH'] . 'script/admin_script.js', array( 'jquery' ), time(), false ); 363 363 wp_localize_script( 'seobulkadmin-admin', 'tacwp_postmgr_data_object', $this->ajax_data_object() ); 364 364 $this->accelerate_fontawesome_cdn(); -
seo-bulk-admin/trunk/functions.php
r3278517 r3278540 4 4 Plugin URI: 5 5 Description: Easily manage posts, pages, and WooCommerce products with SEO Bulk Admin. Bulk assign categories and tags, delete posts, categories, tags, and more. 6 Version: 1.1. 36 Version: 1.1.4 7 7 Author: AMP Publisher 8 8 Author URI: https://ampwptools.com/ -
seo-bulk-admin/trunk/readme.txt
r3278517 r3278540 6 6 Tested up to: 6.8 7 7 Requires PHP: 7.0 8 Version: 1.1. 39 Stable tag: 1.1. 38 Version: 1.1.4 9 Stable tag: 1.1.4 10 10 License: GPLv3 11 11 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 106 106 == Change Log == 107 107 108 = 1.1.4 - 2025-04-21 = 109 * Revision - Had to move the script files back to the root folder to suit the strange wp repository SVN issues. 110 108 111 = 1.1.3 - 2025-04-18 = 109 112 * Fix - The batch processing javascript was failing when attempting to check for compatibility with Pro.
Note: See TracChangeset
for help on using the changeset viewer.