Plugin Directory

Changeset 2548956


Ignore:
Timestamp:
06/16/2021 01:11:22 PM (5 years ago)
Author:
resoc
Message:

Version 1.0.5

Location:
resoc/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • resoc/trunk/README.txt

    r2548933 r2548956  
    55Requires at least: 5.0
    66Tested up to: 5.7.2
    7 Stable tag: 1.0.4
     7Stable tag: 1.0.5
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8181== Changelog ==
    8282
     83= 1.0.5 =
     84* Use the actual post title
     85
    8386= 1.0.4 =
    8487* Notice to guide user on activation
  • resoc/trunk/admin/class-resoc-admin.php

    r2548933 r2548956  
    8989      'template' => $plugin_options[ Resoc_Settings::TEMPLATE ],
    9090      'parameters' => array(
    91         'title' => 'Hello, world!',
     91        'title' => $post->post_title,
    9292        'backgroundColor' => $plugin_options[ Resoc_Settings::BACKGROUND_COLOR ],
    9393        'textColor' => $plugin_options[ Resoc_Settings::TEXT_COLOR ],
  • resoc/trunk/resoc.php

    r2548933 r2548956  
    1717 * Plugin URI:        https://resoc.io/resoc-uri/
    1818 * Description:       This is a short description of what the plugin does. It's displayed in the WordPress admin area.
    19  * Version:           1.0.4
     19 * Version:           1.0.5
    2020 * Author:            Resoc
    2121 * Author URI:        https://resoc.io/
     
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define( 'RESOC_VERSION', '1.0.4' );
     38define( 'RESOC_VERSION', '1.0.5' );
    3939
    4040/**
Note: See TracChangeset for help on using the changeset viewer.