Plugin Directory

Changeset 2556522


Ignore:
Timestamp:
06/30/2021 03:56:25 PM (5 years ago)
Author:
markerio
Message:

Fix versions

Location:
marker-io
Files:
3 edited
2 copied

Legend:

Unmodified
Added
Removed
  • marker-io/tags/1.1.1/marker-io.php

    r2556515 r2556522  
    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.0
     6Version:     1.1.1
    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.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');
    3535}
    3636add_action('admin_enqueue_scripts', 'markerio_enqueue_admin_script');
  • marker-io/tags/1.1.1/readme.txt

    r2556491 r2556522  
    44Requires at least: 4.7
    55Tested up to: 5.7.2
    6 Stable tag: 1.1.0
     6Stable tag: 1.1.1
    77Requires PHP: 5.6
    88License: GPLv2
     
    131131== Changelog ==
    132132
     133= 1.1.1 =
     134* Fixed version numbers
     135
    133136= 1.1.0 =
    134137* Listed menu item under Settings to avoid cluttering the menu.
  • marker-io/trunk/marker-io.php

    r2556515 r2556522  
    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.0
     6Version:     1.1.1
    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.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');
    3535}
    3636add_action('admin_enqueue_scripts', 'markerio_enqueue_admin_script');
  • marker-io/trunk/readme.txt

    r2556491 r2556522  
    44Requires at least: 4.7
    55Tested up to: 5.7.2
    6 Stable tag: 1.1.0
     6Stable tag: 1.1.1
    77Requires PHP: 5.6
    88License: GPLv2
     
    131131== Changelog ==
    132132
     133= 1.1.1 =
     134* Fixed version numbers
     135
    133136= 1.1.0 =
    134137* Listed menu item under Settings to avoid cluttering the menu.
Note: See TracChangeset for help on using the changeset viewer.