Plugin Directory

Changeset 3203721


Ignore:
Timestamp:
12/06/2024 03:31:48 PM (12 months ago)
Author:
woodyhayday
Message:

Tiny typo fix in js file name

Location:
project-pages
Files:
346 added
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • project-pages/trunk/ProjectPages.php

    r3203434 r3203721  
    44Plugin URI: https://projectpages.io
    55Description: Project Pages is the simplest way to share your projects beautifully.
    6 Version: 2.0.5
     6Version: 2.0.6
    77Author: <a href="https://projectpages.io">Project Pages.io</a>
    88*/
     
    467467
    468468    wp_enqueue_style( 'projectpagesadmcss',     plugins_url('/css/ProjectPages.Admin.min.css',__FILE__) );
    469     wp_enqueue_script( 'pp_editor_js', PROJECTPAGES_URL . 'js/ProjectPages.Admin.min.js' );
     469    wp_enqueue_script( 'pp_editor_js', PROJECTPAGES_URL . 'js/ProjectPages.admin.editor.min.js' );
    470470    //wp_enqueue_script( 'pp_editor_bs_select_js', PROJECTPAGES_URL . 'js/libs/bootstrap-select.js', array('jquery','bootstrap-js') );
    471471    //wp_enqueue_style( 'pp_editor_bs_select_css',  plugins_url('/css/bootstrap-select.min.css',__FILE__) );
  • project-pages/trunk/readme.txt

    r3203434 r3203721  
    44Tags: portfolio, wordpress portfolio plugin, showcase, portfolio template, client work
    55Requires at least: 5.0
    6 Tested up to: 6.6
     6Tested up to: 6.7
    77Requires PHP: 7.4
    8 Stable tag: 2.0.5
     8Stable tag: 2.0.6
    99License: GPLv2
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    329329
    330330== Changelog ==
     331
     332= 2.0.6 - 06/12/2024 (pm) =
     333* Fixed: Naming bug in js includes
    331334
    332335= 2.0.5 - 06/12/2024 =
Note: See TracChangeset for help on using the changeset viewer.