Plugin Directory

Changeset 2979464


Ignore:
Timestamp:
10/16/2023 09:41:30 AM (2 years ago)
Author:
markerio
Message:

Update listing tags 2

Location:
marker-io/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • marker-io/trunk/marker-io.php

    r2974171 r2979464  
    44Plugin URI:  https://marker.io/wordpress-website-feedback-plugin
    55Description: Collect visual website feedback from colleagues and clients directly in your WordPress site.
    6 Version:     1.1.7
     6Version:     1.1.8
    77Author:      Marker.io
    88Author URI:  https://marker.io
     
    3131  }
    3232
    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');
    3535}
    3636add_action('admin_enqueue_scripts', 'markerio_enqueue_admin_script');
  • marker-io/trunk/readme.txt

    r2979461 r2979464  
    44Requires at least: 4.7
    55Tested up to: 6.2.2
    6 Stable tag: 1.1.7
     6Stable tag: 1.1.8
    77Requires PHP: 5.6
    88License: GPLv2
     
    132132== Changelog ==
    133133
     134= 1.1.8 =
     135* Updating marketplace listing tags
     136
    134137= 1.1.7 =
    135138* Security update
Note: See TracChangeset for help on using the changeset viewer.