Changeset 2628643
- Timestamp:
- 11/12/2021 01:40:05 PM (4 years ago)
- Location:
- marker-io
- Files:
-
- 6 edited
-
tags/1.1.1/dist/scripts.js (modified) (1 diff)
-
tags/1.1.1/marker-io.php (modified) (1 diff)
-
tags/1.1.1/readme.txt (modified) (1 diff)
-
trunk/dist/scripts.js (modified) (1 diff)
-
trunk/marker-io.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
marker-io/tags/1.1.1/dist/scripts.js
r2556489 r2628643 23 23 `)],1),e._v(" "),r("CustomLinkButton",{attrs:{href:e.destinationUrl}},[r("FeedbackIcon",{staticClass:"mr-2"}),e._v(` 24 24 Feedback list 25 `)],1),e._v(" "),r("CustomLinkButton",{attrs:{href:e.destinationUrl+"/ widget/forms"}},[r("ListIcon",{staticClass:"mr-2"}),e._v(`25 `)],1),e._v(" "),r("CustomLinkButton",{attrs:{href:e.destinationUrl+"/settings/guest-fields"}},[r("ListIcon",{staticClass:"mr-2"}),e._v(` 26 26 Forms 27 `)],1),e._v(" "),r("CustomLinkButton",{attrs:{href:e.destinationUrl+"/ widget/appearance"}},[r("PaletteIcon",{staticClass:"mr-2"}),e._v(`27 `)],1),e._v(" "),r("CustomLinkButton",{attrs:{href:e.destinationUrl+"/settings/appearance"}},[r("PaletteIcon",{staticClass:"mr-2"}),e._v(` 28 28 Appearance 29 `)],1),e._v(" "),r("CustomLinkButton",{attrs:{href:e.destinationUrl+"/ widget/urls"}},[r("DomainsIcon",{staticClass:"mr-2"}),e._v(`29 `)],1),e._v(" "),r("CustomLinkButton",{attrs:{href:e.destinationUrl+"/settings/privacy"}},[r("DomainsIcon",{staticClass:"mr-2"}),e._v(` 30 30 Website domains 31 31 `)],1),e._v(" "),r("CustomLinkButton",{attrs:{href:e.destinationUrl+"/settings"}},[r("SettingsIcon",{staticClass:"mr-2"}),e._v(` -
marker-io/tags/1.1.1/marker-io.php
r2556522 r2628643 11 11 Requires PHP: 5.6 12 12 Requires at least: 4.7 13 Tested up to: 5. 7.213 Tested up to: 5.8.2 14 14 */ 15 15 -
marker-io/tags/1.1.1/readme.txt
r2556522 r2628643 3 3 Tags: visual feedback, bug-tracking, feedback widget, screenshot, website feedback, user feedback, customer feedback 4 4 Requires at least: 4.7 5 Tested up to: 5. 7.25 Tested up to: 5.8.2 6 6 Stable tag: 1.1.1 7 7 Requires PHP: 5.6 -
marker-io/trunk/dist/scripts.js
r2556489 r2628643 23 23 `)],1),e._v(" "),r("CustomLinkButton",{attrs:{href:e.destinationUrl}},[r("FeedbackIcon",{staticClass:"mr-2"}),e._v(` 24 24 Feedback list 25 `)],1),e._v(" "),r("CustomLinkButton",{attrs:{href:e.destinationUrl+"/ widget/forms"}},[r("ListIcon",{staticClass:"mr-2"}),e._v(`25 `)],1),e._v(" "),r("CustomLinkButton",{attrs:{href:e.destinationUrl+"/settings/guest-fields"}},[r("ListIcon",{staticClass:"mr-2"}),e._v(` 26 26 Forms 27 `)],1),e._v(" "),r("CustomLinkButton",{attrs:{href:e.destinationUrl+"/ widget/appearance"}},[r("PaletteIcon",{staticClass:"mr-2"}),e._v(`27 `)],1),e._v(" "),r("CustomLinkButton",{attrs:{href:e.destinationUrl+"/settings/appearance"}},[r("PaletteIcon",{staticClass:"mr-2"}),e._v(` 28 28 Appearance 29 `)],1),e._v(" "),r("CustomLinkButton",{attrs:{href:e.destinationUrl+"/ widget/urls"}},[r("DomainsIcon",{staticClass:"mr-2"}),e._v(`29 `)],1),e._v(" "),r("CustomLinkButton",{attrs:{href:e.destinationUrl+"/settings/privacy"}},[r("DomainsIcon",{staticClass:"mr-2"}),e._v(` 30 30 Website domains 31 31 `)],1),e._v(" "),r("CustomLinkButton",{attrs:{href:e.destinationUrl+"/settings"}},[r("SettingsIcon",{staticClass:"mr-2"}),e._v(` -
marker-io/trunk/marker-io.php
r2562633 r2628643 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. 16 Version: 1.1.2 7 7 Author: Marker.io 8 8 Author URI: https://marker.io … … 11 11 Requires PHP: 5.6 12 12 Requires at least: 4.7 13 Tested up to: 5.8 13 Tested up to: 5.8.2 14 14 */ 15 15 … … 31 31 } 32 32 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');33 wp_enqueue_style('markerio_style', plugin_dir_url(__FILE__) . 'dist/styles.css', [], '1.1.2'); 34 wp_enqueue_script('markerio_script', plugin_dir_url(__FILE__) . 'dist/scripts.js', [], '1.1.2'); 35 35 } 36 36 add_action('admin_enqueue_scripts', 'markerio_enqueue_admin_script'); -
marker-io/trunk/readme.txt
r2562633 r2628643 3 3 Tags: visual feedback, bug-tracking, feedback widget, screenshot, website feedback, user feedback, customer feedback 4 4 Requires at least: 4.7 5 Tested up to: 5.8 5 Tested up to: 5.8.2 6 6 Stable tag: 1.1.1 7 7 Requires PHP: 5.6 … … 131 131 == Changelog == 132 132 133 = 1.1.2 = 134 * Updated some URLs 135 133 136 = 1.1.1 = 134 137 * Fixed version numbers
Note: See TracChangeset
for help on using the changeset viewer.