Changeset 2476312
- Timestamp:
- 02/17/2021 12:17:59 PM (5 years ago)
- Location:
- templately/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (4 diffs)
-
core/api/class-api.php (modified) (2 diffs)
-
templately.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
templately/trunk/README.txt
r2475871 r2476312 6 6 Tested up to: 5.6 7 7 Requires PHP: 5.6 8 Stable tag: 1.2. 08 Stable tag: 1.2.1 9 9 License: GPLv3 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 111 111 5. MyCloud saved items 112 112 113 113 114 == Changelog == 114 115 115 = 1.2.0 - 15-02-2021 = 116 = 1.2.1 - 17-02-2021 = 117 Fixed: PHP 5.6 compatibility issue. 118 119 = 1.2.0 - 16-02-2021 = 116 120 117 121 Added: Download Button for Cloud Item, WorkSpace Item … … 132 136 Few minor bug fix and improvements 133 137 134 = 1.1.7 - 28-12-2020=138 = 1.1.7 - 04-01-2021 = 135 139 136 140 Added: Pretty URL in the Templately Dashboard for all items … … 254 258 255 259 == Upgrade Notice == 260 256 261 [Major Update] Must Update. -
templately/trunk/core/api/class-api.php
r2475871 r2476312 473 473 $category_id !== false && $category_id !== 'all' ? "category_id: $category_id," : '', 474 474 $dependencies !== false ? "dependencies: $dependencies," : '', 475 ! empty( $tag_id ) ? "tag_id: $tag_id" : '' ,475 ! empty( $tag_id ) ? "tag_id: $tag_id" : '' 476 476 ); 477 477 … … 686 686 } 687 687 $data = Query::getFromLibrary( $id ); 688 688 689 689 if ( ! empty( $data ) && isset( $data['content'] ) ) { 690 690 $name = \get_the_title( $id ); -
templately/trunk/templately.php
r2475871 r2476312 5 5 * Plugin URI: https://templately.com 6 6 * Author: Templately 7 * Version: 1.2. 07 * Version: 1.2.1 8 8 * Author URI: https://templately.com/ 9 9 * Text Domain: templately … … 12 12 13 13 define('TEMPLATELY_FILE', __FILE__); 14 define('TEMPLATELY_VERSION', '1.2. 0');14 define('TEMPLATELY_VERSION', '1.2.1'); 15 15 define('TEMPLATELY_PATH', plugin_dir_path(TEMPLATELY_FILE)); 16 16 define('TEMPLATELY_URL', plugin_dir_url(TEMPLATELY_FILE));
Note: See TracChangeset
for help on using the changeset viewer.