Plugin Directory

Changeset 2585348


Ignore:
Timestamp:
08/19/2021 09:58:25 AM (5 years ago)
Author:
resoc
Message:

Version 1.0.11

Location:
resoc/trunk
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • resoc/trunk/README.txt

    r2570651 r2585348  
    55Requires at least: 5.0
    66Tested up to: 5.8
    7 Stable tag: 1.0.10
     7Stable tag: 1.0.11
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8181== Changelog ==
    8282
     83= 1.0.11 =
     84* New Basic04 template
     85
    8386= 1.0.10 =
    8487* Plugin tested up to WordPress 5.8
  • resoc/trunk/admin/class-resoc-settings.php

    r2556202 r2585348  
    203203    <?php
    204204
    205     foreach( [ 'basic01', 'basic02', 'basic03' ] as $template ) {
     205    foreach( [ 'basic01', 'basic02', 'basic03', 'basic04' ] as $template ) {
    206206      ?>
    207207        <div class="resoc-template">
  • resoc/trunk/resoc.php

    r2570651 r2585348  
    1717 * Plugin URI:        https://resoc.io/resoc-uri/
    1818 * Description:       Improve the images used to illustrate your content when it is share on social networks and messaging services.
    19  * Version:           1.0.10
     19 * Version:           1.0.11
    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.10' );
     38define( 'RESOC_VERSION', '1.0.11' );
    3939
    4040/**
Note: See TracChangeset for help on using the changeset viewer.