Changeset 3094584
- Timestamp:
- 05/29/2024 12:31:16 PM (20 months ago)
- Location:
- motionpoint-express
- Files:
-
- 4 edited
- 6 copied
-
tags/1.1 (copied) (copied from motionpoint-express/trunk)
-
tags/1.1/assets (copied) (copied from motionpoint-express/trunk/assets)
-
tags/1.1/gpl-2.0.txt (copied) (copied from motionpoint-express/trunk/gpl-2.0.txt)
-
tags/1.1/inc (copied) (copied from motionpoint-express/trunk/inc)
-
tags/1.1/inc/admin.php (modified) (1 diff)
-
tags/1.1/motionpoint-express.php (copied) (copied from motionpoint-express/trunk/motionpoint-express.php) (2 diffs)
-
tags/1.1/readme.txt (copied) (copied from motionpoint-express/trunk/readme.txt) (2 diffs)
-
trunk/inc/admin.php (modified) (1 diff)
-
trunk/motionpoint-express.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
motionpoint-express/tags/1.1/inc/admin.php
r3094569 r3094584 345 345 */ 346 346 public function enqueue_assets( $hook_suffix ) { 347 if ( 'toplevel_page_motionpoint express' === $hook_suffix ) {347 if ( 'toplevel_page_motionpoint-express' === $hook_suffix ) { 348 348 wp_enqueue_style( 'motionpointexpress-admin', motionpointexpress()->get_setting('url') . 'assets/css/admin.css', array(), motionpointexpress()->get_setting('version'), 'all' ); 349 349 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 4 4 Plugin URI: https://www.motionpointexpress.com/ 5 5 Description: MotionPoint Express website translation solution. 6 Version: 1. 06 Version: 1.1 7 7 Author: MotionPoint Express 8 8 Copyright: MotionPoint Express … … 79 79 private function __construct() { 80 80 $this->settings = array( 81 'version' => '1. 0',81 'version' => '1.1', 82 82 'path' => plugin_dir_path( __FILE__ ), 83 83 'url' => plugin_dir_url( __FILE__ ), -
motionpoint-express/tags/1.1/readme.txt
r3094569 r3094584 4 4 Requires at least: 4.7 5 5 Tested up to: 6.4.1 6 Stable tag: 1. 06 Stable tag: 1.1 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 64 64 65 65 == Changelog == 66 = 1.1 = 67 Release Date: May 29th, 2024 68 69 Enhancements: 70 71 * Small tweaks in admin area 72 73 66 74 = 1.0 = 67 75 Release Date: March 22nd, 2024 -
motionpoint-express/trunk/inc/admin.php
r3094569 r3094584 345 345 */ 346 346 public function enqueue_assets( $hook_suffix ) { 347 if ( 'toplevel_page_motionpoint express' === $hook_suffix ) {347 if ( 'toplevel_page_motionpoint-express' === $hook_suffix ) { 348 348 wp_enqueue_style( 'motionpointexpress-admin', motionpointexpress()->get_setting('url') . 'assets/css/admin.css', array(), motionpointexpress()->get_setting('version'), 'all' ); 349 349 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 4 4 Plugin URI: https://www.motionpointexpress.com/ 5 5 Description: MotionPoint Express website translation solution. 6 Version: 1. 06 Version: 1.1 7 7 Author: MotionPoint Express 8 8 Copyright: MotionPoint Express … … 79 79 private function __construct() { 80 80 $this->settings = array( 81 'version' => '1. 0',81 'version' => '1.1', 82 82 'path' => plugin_dir_path( __FILE__ ), 83 83 'url' => plugin_dir_url( __FILE__ ), -
motionpoint-express/trunk/readme.txt
r3094569 r3094584 4 4 Requires at least: 4.7 5 5 Tested up to: 6.4.1 6 Stable tag: 1. 06 Stable tag: 1.1 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 64 64 65 65 == Changelog == 66 = 1.1 = 67 Release Date: May 29th, 2024 68 69 Enhancements: 70 71 * Small tweaks in admin area 72 73 66 74 = 1.0 = 67 75 Release Date: March 22nd, 2024
Note: See TracChangeset
for help on using the changeset viewer.