Plugin Directory

Changeset 2264038


Ignore:
Timestamp:
03/19/2020 05:03:25 PM (6 years ago)
Author:
cleverpush
Message:

Release v1.0.11

Location:
cleverpush
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • cleverpush/tags/v1.0.11/cleverpush.php

    r2264026 r2264038  
    10071007                });
    10081008
    1009                 $path = plugin_dir_path( __FILE__ ) . 'includes/story-template.php';
     1009                $path = plugin_dir_path( __FILE__ ) . 'cleverpush-story.php';
    10101010                if (file_exists($path)) {
    10111011                    return $path;
  • cleverpush/tags/v1.0.11/readme.txt

    r2264026 r2264038  
    66Requires at least: 2.7
    77Tested up to: 5.3
    8 Stable tag: 1.0.10
     8Stable tag: 1.0.11
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2929
    3030== ChangeLog ==
     31
     32= 1.0.11
     33* CleverPush Story fixes (5)
    3134
    3235= 1.0.10
  • cleverpush/trunk/cleverpush.php

    r2264026 r2264038  
    10071007                });
    10081008
    1009                 $path = plugin_dir_path( __FILE__ ) . 'includes/story-template.php';
     1009                $path = plugin_dir_path( __FILE__ ) . 'cleverpush-story.php';
    10101010                if (file_exists($path)) {
    10111011                    return $path;
  • cleverpush/trunk/readme.txt

    r2264026 r2264038  
    66Requires at least: 2.7
    77Tested up to: 5.3
    8 Stable tag: 1.0.10
     8Stable tag: 1.0.11
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2929
    3030== ChangeLog ==
     31
     32= 1.0.11
     33* CleverPush Story fixes (5)
    3134
    3235= 1.0.10
Note: See TracChangeset for help on using the changeset viewer.