Plugin Directory

Changeset 3094584


Ignore:
Timestamp:
05/29/2024 12:31:16 PM (20 months ago)
Author:
motionpointexpress
Message:

Updating plugin to version 1.1

Location:
motionpoint-express
Files:
4 edited
6 copied

Legend:

Unmodified
Added
Removed
  • motionpoint-express/tags/1.1/inc/admin.php

    r3094569 r3094584  
    345345   */
    346346  public function enqueue_assets( $hook_suffix ) {
    347     if ( 'toplevel_page_motionpointexpress' === $hook_suffix ) {
     347    if ( 'toplevel_page_motionpoint-express' === $hook_suffix ) {
    348348      wp_enqueue_style( 'motionpointexpress-admin', motionpointexpress()->get_setting('url') . 'assets/css/admin.css', array(), motionpointexpress()->get_setting('version'), 'all' );
    349349      wp_enqueue_script( 'motionpointexpress-admin', motionpointexpress()->get_setting('url') . 'assets/js/admin.js', array( 'jquery' ), motionpointexpress()->get_setting('version'), true );
  • motionpoint-express/tags/1.1/motionpoint-express.php

    r3094569 r3094584  
    44Plugin URI: https://www.motionpointexpress.com/
    55Description: MotionPoint Express website translation solution.
    6 Version: 1.0
     6Version: 1.1
    77Author: MotionPoint Express
    88Copyright: MotionPoint Express
     
    7979  private function __construct() {
    8080    $this->settings = array(
    81       'version'  => '1.0',
     81      'version'  => '1.1',
    8282      'path'     => plugin_dir_path( __FILE__ ),
    8383      'url'      => plugin_dir_url( __FILE__ ),
  • motionpoint-express/tags/1.1/readme.txt

    r3094569 r3094584  
    44Requires at least: 4.7
    55Tested up to: 6.4.1
    6 Stable tag: 1.0
     6Stable tag: 1.1
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    6464 
    6565== Changelog ==
     66= 1.1 =
     67Release Date: May 29th, 2024
     68
     69Enhancements:
     70
     71* Small tweaks in admin area
     72
     73
    6674= 1.0 =
    6775Release Date: March 22nd, 2024
  • motionpoint-express/trunk/inc/admin.php

    r3094569 r3094584  
    345345   */
    346346  public function enqueue_assets( $hook_suffix ) {
    347     if ( 'toplevel_page_motionpointexpress' === $hook_suffix ) {
     347    if ( 'toplevel_page_motionpoint-express' === $hook_suffix ) {
    348348      wp_enqueue_style( 'motionpointexpress-admin', motionpointexpress()->get_setting('url') . 'assets/css/admin.css', array(), motionpointexpress()->get_setting('version'), 'all' );
    349349      wp_enqueue_script( 'motionpointexpress-admin', motionpointexpress()->get_setting('url') . 'assets/js/admin.js', array( 'jquery' ), motionpointexpress()->get_setting('version'), true );
  • motionpoint-express/trunk/motionpoint-express.php

    r3094569 r3094584  
    44Plugin URI: https://www.motionpointexpress.com/
    55Description: MotionPoint Express website translation solution.
    6 Version: 1.0
     6Version: 1.1
    77Author: MotionPoint Express
    88Copyright: MotionPoint Express
     
    7979  private function __construct() {
    8080    $this->settings = array(
    81       'version'  => '1.0',
     81      'version'  => '1.1',
    8282      'path'     => plugin_dir_path( __FILE__ ),
    8383      'url'      => plugin_dir_url( __FILE__ ),
  • motionpoint-express/trunk/readme.txt

    r3094569 r3094584  
    44Requires at least: 4.7
    55Tested up to: 6.4.1
    6 Stable tag: 1.0
     6Stable tag: 1.1
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    6464 
    6565== Changelog ==
     66= 1.1 =
     67Release Date: May 29th, 2024
     68
     69Enhancements:
     70
     71* Small tweaks in admin area
     72
     73
    6674= 1.0 =
    6775Release Date: March 22nd, 2024
Note: See TracChangeset for help on using the changeset viewer.