Plugin Directory

Changeset 2663862


Ignore:
Timestamp:
01/24/2022 07:42:09 PM (4 years ago)
Author:
bartee
Message:

fix: version bump should be in {yourplugin}.php of course.

Location:
shortcode-reference
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • shortcode-reference/tags/1.1.0/shortcode_reference.php

    r1128363 r2663862  
    33  * Plugin Name: Shortcode Reference
    44  * Plugin URI: http://www.linkedin.com/in/bartstroeken
    5   * Version: 1.0.0
     5  * Version: 1.1.0
    66  * Author: Bart Stroeken
    77  * Author URI: http://www.linkedin.com/in/bartstroeken
    8   * Description: This plugin will provide the details about all available shortcodes when you'll need it most: when you're editing your content 
     8  * Description: This plugin will provide the details about all available shortcodes when you'll need it most: when you're editing your content
    99  **/
    1010if (version_compare(phpversion(),'5.0.0','gt')) {
     
    1818    add_action('admin_head-post.php', 'shortcode_reference_scripts');
    1919    add_action('admin_head-post-new.php', 'shortcode_reference_scripts');
    20    
     20
    2121    add_action('add_meta_boxes','shortcode_reference_render_meta_box');
    2222    add_action('wp_ajax_shortcode_reference_find_shortcode', 'shortcode_reference_get_reference');
  • shortcode-reference/trunk/shortcode_reference.php

    r1128363 r2663862  
    33  * Plugin Name: Shortcode Reference
    44  * Plugin URI: http://www.linkedin.com/in/bartstroeken
    5   * Version: 1.0.0
     5  * Version: 1.1.0
    66  * Author: Bart Stroeken
    77  * Author URI: http://www.linkedin.com/in/bartstroeken
    8   * Description: This plugin will provide the details about all available shortcodes when you'll need it most: when you're editing your content 
     8  * Description: This plugin will provide the details about all available shortcodes when you'll need it most: when you're editing your content
    99  **/
    1010if (version_compare(phpversion(),'5.0.0','gt')) {
     
    1818    add_action('admin_head-post.php', 'shortcode_reference_scripts');
    1919    add_action('admin_head-post-new.php', 'shortcode_reference_scripts');
    20    
     20
    2121    add_action('add_meta_boxes','shortcode_reference_render_meta_box');
    2222    add_action('wp_ajax_shortcode_reference_find_shortcode', 'shortcode_reference_get_reference');
Note: See TracChangeset for help on using the changeset viewer.