Plugin Directory

Changeset 2925765


Ignore:
Timestamp:
06/14/2023 08:57:15 AM (3 years ago)
Author:
asofantzis
Message:

Version 1.2 bump

Location:
product-categories-search-admin-for-woocommerce
Files:
16 added
2 edited

Legend:

Unmodified
Added
Removed
  • product-categories-search-admin-for-woocommerce/trunk/product-categories-search-admin-for-woocommerce.php

    r2662538 r2925765  
    33Plugin Name: Product categories search admin for woocommerce
    44Description: Simply add a search field for product categories in new/edit product page in admin.
    5 Version: 1.1
     5Version: 1.2
    66Author: Andreas Sofantzis
    77Author URI: https://83pixel.com
     
    1717add_action('admin_enqueue_scripts', function() {
    1818   
    19     wp_enqueue_script( 'pfw-admin', plugin_dir_url( __FILE__ ) . '/assets/pcswc-admin.js', array('jquery'), filemtime(plugin_dir_path( __FILE__ ) . 'assets/pcswc-admin.js'), true);
     19    wp_enqueue_script( 'pcswc-admin', plugin_dir_url( __FILE__ ) . '/assets/pcswc-admin.js', array('jquery'), filemtime(plugin_dir_path( __FILE__ ) . 'assets/pcswc-admin.js'), true);
    2020
    21     wp_localize_script( 'pfw-admin', 'main_vars', array(
     21    wp_localize_script( 'pcswc-admin', 'main_vars', array(
    2222        'search' => __('Search', 'pcswc'),
    2323    ));
  • product-categories-search-admin-for-woocommerce/trunk/readme.txt

    r2662538 r2925765  
    33Tags: woocommerce, admin, product categories
    44Requires at least: 4.0
    5 Tested up to: 5.9
     5Tested up to: 6.2.2
    66Requires PHP: 7.0
    7 Stable tag: 1.1
     7Stable tag: 1.2
    88License: GPLv2 or later
    99
     
    1919== Changelog ==
    2020
     21= 1.2 =
     22* Tested up to version bump
     23* Changed the handle for enqueued scripts and styles
     24
    2125= 1.1 =
    2226* Tested up to version bump
Note: See TracChangeset for help on using the changeset viewer.