Changeset 2979464
- Timestamp:
- 10/16/2023 09:41:30 AM (2 years ago)
- Location:
- marker-io/trunk
- Files:
-
- 2 edited
-
marker-io.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
marker-io/trunk/marker-io.php
r2974171 r2979464 4 4 Plugin URI: https://marker.io/wordpress-website-feedback-plugin 5 5 Description: Collect visual website feedback from colleagues and clients directly in your WordPress site. 6 Version: 1.1. 76 Version: 1.1.8 7 7 Author: Marker.io 8 8 Author URI: https://marker.io … … 31 31 } 32 32 33 wp_enqueue_style('markerio_style', plugin_dir_url(__FILE__) . 'dist/styles.css', [], '1.1. 7');34 wp_enqueue_script('markerio_script', plugin_dir_url(__FILE__) . 'dist/scripts.js', [], '1.1. 7');33 wp_enqueue_style('markerio_style', plugin_dir_url(__FILE__) . 'dist/styles.css', [], '1.1.8'); 34 wp_enqueue_script('markerio_script', plugin_dir_url(__FILE__) . 'dist/scripts.js', [], '1.1.8'); 35 35 } 36 36 add_action('admin_enqueue_scripts', 'markerio_enqueue_admin_script'); -
marker-io/trunk/readme.txt
r2979461 r2979464 4 4 Requires at least: 4.7 5 5 Tested up to: 6.2.2 6 Stable tag: 1.1. 76 Stable tag: 1.1.8 7 7 Requires PHP: 5.6 8 8 License: GPLv2 … … 132 132 == Changelog == 133 133 134 = 1.1.8 = 135 * Updating marketplace listing tags 136 134 137 = 1.1.7 = 135 138 * Security update
Note: See TracChangeset
for help on using the changeset viewer.