Plugin Directory

Changeset 2531413


Ignore:
Timestamp:
05/13/2021 08:42:01 PM (5 years ago)
Author:
DaganLev
Message:

Maint Release Quick Fix

Location:
bulk-page-creator
Files:
6 added
2 edited

Legend:

Unmodified
Added
Removed
  • bulk-page-creator/trunk/bulk-page-creator.php

    r2531377 r2531413  
    44Plugin URI: https://solid-code.co.uk/
    55Description: Allows you to create multiple pages in a batch/bulk manner saving time when initially setting up your WordPress site.
    6 Version: 1.1.2
     6Version: 1.1.3
    77Author: Dagan Lev
    88Author URI: https://solid-code.co.uk
     
    5151   
    5252    function sc_bpc_scripts(){
    53         wp_register_script('sc-bpc-js', plugins_url() .'/bulk-page-creator/my-script.js', array('jquery'));
     53        wp_register_script('sc-bpc-js', plugins_url('my-script.js', __FILE__), array('jquery'));
    5454        wp_enqueue_script('sc-bpc-js');
    5555    }
    5656   
    5757    function sc_bpc_styles(){
    58         wp_register_style('sc-bpc-css',plugins_url().'/bulk-page-creator/my-style.css');
     58        wp_register_style('sc-bpc-css',plugins_url('my-style.css', __FILE__));
    5959        wp_enqueue_style('sc-bpc-css');
    6060    }
  • bulk-page-creator/trunk/readme.txt

    r2531377 r2531413  
    5959Maintenance Version Release
    6060
     61= 1.1.3 =
     62Maintenance Version Release - Quick Fix
     63
    6164== Screenshots ==
    6265
Note: See TracChangeset for help on using the changeset viewer.