Plugin Directory

Changeset 2476312


Ignore:
Timestamp:
02/17/2021 12:17:59 PM (5 years ago)
Author:
Asif2BD
Message:

V 1.2.1

Location:
templately/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • templately/trunk/README.txt

    r2475871 r2476312  
    66Tested up to: 5.6
    77Requires PHP: 5.6
    8 Stable tag: 1.2.0
     8Stable tag: 1.2.1
    99License: GPLv3 or later
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    1111115. MyCloud saved items
    112112
     113
    113114== Changelog ==
    114115
    115 = 1.2.0 - 15-02-2021 =
     116= 1.2.1 - 17-02-2021 =
     117Fixed: PHP 5.6 compatibility issue.
     118
     119= 1.2.0 - 16-02-2021 =
    116120
    117121Added: Download Button for Cloud Item, WorkSpace Item
     
    132136Few minor bug fix and improvements
    133137
    134 = 1.1.7 - 28-12-2020 =
     138= 1.1.7 - 04-01-2021 =
    135139
    136140Added: Pretty URL in the Templately Dashboard for all items
     
    254258
    255259== Upgrade Notice ==
     260
    256261[Major Update] Must Update.
  • templately/trunk/core/api/class-api.php

    r2475871 r2476312  
    473473            $category_id !== false && $category_id !== 'all' ?  "category_id: $category_id," : '',
    474474            $dependencies !== false ?  "dependencies: $dependencies," : '',
    475             ! empty( $tag_id ) ?  "tag_id: $tag_id" : '',
     475            ! empty( $tag_id ) ?  "tag_id: $tag_id" : ''
    476476        );
    477477
     
    686686            }
    687687            $data = Query::getFromLibrary( $id );
    688            
     688
    689689            if ( ! empty( $data ) && isset( $data['content'] ) ) {
    690690                $name       = \get_the_title( $id );
  • templately/trunk/templately.php

    r2475871 r2476312  
    55 * Plugin URI: https://templately.com
    66 * Author: Templately
    7  * Version: 1.2.0
     7 * Version: 1.2.1
    88 * Author URI: https://templately.com/
    99 * Text Domain: templately
     
    1212
    1313define('TEMPLATELY_FILE', __FILE__);
    14 define('TEMPLATELY_VERSION', '1.2.0');
     14define('TEMPLATELY_VERSION', '1.2.1');
    1515define('TEMPLATELY_PATH', plugin_dir_path(TEMPLATELY_FILE));
    1616define('TEMPLATELY_URL', plugin_dir_url(TEMPLATELY_FILE));
Note: See TracChangeset for help on using the changeset viewer.