Plugin Directory

Changeset 3278540


Ignore:
Timestamp:
04/21/2025 11:15:55 PM (11 months ago)
Author:
ampwptools
Message:

now I'm attempting a reversion at the plugin level to hopefully actually install the latest revision

Location:
seo-bulk-admin
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • seo-bulk-admin/trunk/class-tacwp-postmgr-core.php

    r3278522 r3278540  
    55 * @subpackage SEO Bulk Admin
    66 * @since 1.0
    7  * @version 1.1.3
     7 * @version 1.1.4
    88 */
    99
     
    3434            $dir = __DIR__;}
    3535        $this->self['TITLE']        = 'SEO Bulk Admin';
    36         $this->self['VERSION']      = '1.1.3';
     36        $this->self['VERSION']      = '1.1.4';
    3737        $this->self['DIR']          = $dir . '/';
    3838        $this->self['FOLDER']       = 'seo-bulk-admin';
     
    359359     */
    360360    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 );
    363363        wp_localize_script( 'seobulkadmin-admin', 'tacwp_postmgr_data_object', $this->ajax_data_object() );
    364364        $this->accelerate_fontawesome_cdn();
  • seo-bulk-admin/trunk/functions.php

    r3278517 r3278540  
    44Plugin URI:
    55Description: 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.3
     6Version:  1.1.4
    77Author: AMP Publisher
    88Author URI: https://ampwptools.com/
  • seo-bulk-admin/trunk/readme.txt

    r3278517 r3278540  
    66Tested up to: 6.8
    77Requires PHP: 7.0
    8 Version: 1.1.3
    9 Stable tag: 1.1.3
     8Version: 1.1.4
     9Stable tag: 1.1.4
    1010License: GPLv3
    1111License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    106106== Change Log ==
    107107
     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
    108111= 1.1.3 - 2025-04-18 =
    109112* 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.