Changeset 2556522
- Timestamp:
- 06/30/2021 03:56:25 PM (5 years ago)
- Location:
- marker-io
- Files:
-
- 3 edited
- 2 copied
-
tags/1.1.1 (copied) (copied from marker-io/trunk)
-
tags/1.1.1/marker-io.php (copied) (copied from marker-io/trunk/marker-io.php) (2 diffs)
-
tags/1.1.1/readme.txt (modified) (2 diffs)
-
trunk/marker-io.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
marker-io/tags/1.1.1/marker-io.php
r2556515 r2556522 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. 06 Version: 1.1.1 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. 0');34 wp_enqueue_script('markerio_script', plugin_dir_url(__FILE__) . 'dist/scripts.js', [], '1.1. 0');33 wp_enqueue_style('markerio_style', plugin_dir_url(__FILE__) . 'dist/styles.css', [], '1.1.1'); 34 wp_enqueue_script('markerio_script', plugin_dir_url(__FILE__) . 'dist/scripts.js', [], '1.1.1'); 35 35 } 36 36 add_action('admin_enqueue_scripts', 'markerio_enqueue_admin_script'); -
marker-io/tags/1.1.1/readme.txt
r2556491 r2556522 4 4 Requires at least: 4.7 5 5 Tested up to: 5.7.2 6 Stable tag: 1.1. 06 Stable tag: 1.1.1 7 7 Requires PHP: 5.6 8 8 License: GPLv2 … … 131 131 == Changelog == 132 132 133 = 1.1.1 = 134 * Fixed version numbers 135 133 136 = 1.1.0 = 134 137 * Listed menu item under Settings to avoid cluttering the menu. -
marker-io/trunk/marker-io.php
r2556515 r2556522 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. 06 Version: 1.1.1 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. 0');34 wp_enqueue_script('markerio_script', plugin_dir_url(__FILE__) . 'dist/scripts.js', [], '1.1. 0');33 wp_enqueue_style('markerio_style', plugin_dir_url(__FILE__) . 'dist/styles.css', [], '1.1.1'); 34 wp_enqueue_script('markerio_script', plugin_dir_url(__FILE__) . 'dist/scripts.js', [], '1.1.1'); 35 35 } 36 36 add_action('admin_enqueue_scripts', 'markerio_enqueue_admin_script'); -
marker-io/trunk/readme.txt
r2556491 r2556522 4 4 Requires at least: 4.7 5 5 Tested up to: 5.7.2 6 Stable tag: 1.1. 06 Stable tag: 1.1.1 7 7 Requires PHP: 5.6 8 8 License: GPLv2 … … 131 131 == Changelog == 132 132 133 = 1.1.1 = 134 * Fixed version numbers 135 133 136 = 1.1.0 = 134 137 * Listed menu item under Settings to avoid cluttering the menu.
Note: See TracChangeset
for help on using the changeset viewer.