Changeset 3344180
- Timestamp:
- 08/14/2025 02:05:57 AM (8 months ago)
- Location:
- themify-portfolio-post
- Files:
-
- 63 added
- 3 edited
-
tags/1.3.0 (added)
-
tags/1.3.0/assets (added)
-
tags/1.3.0/assets/styles.css (added)
-
tags/1.3.0/assets/styles.css.gz (added)
-
tags/1.3.0/includes (added)
-
tags/1.3.0/includes/admin.php (added)
-
tags/1.3.0/includes/config.php (added)
-
tags/1.3.0/includes/functions.php (added)
-
tags/1.3.0/includes/system.php (added)
-
tags/1.3.0/includes/themify (added)
-
tags/1.3.0/includes/themify-metabox (added)
-
tags/1.3.0/includes/themify-metabox/css (added)
-
tags/1.3.0/includes/themify-metabox/css/jquery-ui-timepicker.min.css (added)
-
tags/1.3.0/includes/themify-metabox/css/jquery-ui-timepicker.min.css.gz (added)
-
tags/1.3.0/includes/themify-metabox/css/page-options-iframe.css (added)
-
tags/1.3.0/includes/themify-metabox/css/page-options-iframe.css.gz (added)
-
tags/1.3.0/includes/themify-metabox/css/page-options.css (added)
-
tags/1.3.0/includes/themify-metabox/css/page-options.css.gz (added)
-
tags/1.3.0/includes/themify-metabox/css/styles.css (added)
-
tags/1.3.0/includes/themify-metabox/css/styles.css.gz (added)
-
tags/1.3.0/includes/themify-metabox/css/themify.minicolors.css (added)
-
tags/1.3.0/includes/themify-metabox/css/themify.minicolors.css.gz (added)
-
tags/1.3.0/includes/themify-metabox/example-functions.php (added)
-
tags/1.3.0/includes/themify-metabox/img (added)
-
tags/1.3.0/includes/themify-metabox/img/ddbtn-blank.png (added)
-
tags/1.3.0/includes/themify-metabox/img/ddbtn-check.png (added)
-
tags/1.3.0/includes/themify-metabox/img/ddbtn-cross.png (added)
-
tags/1.3.0/includes/themify-metabox/img/icon-delete.png (added)
-
tags/1.3.0/includes/themify-metabox/img/jquery.minicolors.png (added)
-
tags/1.3.0/includes/themify-metabox/img/jquery.minicolors.webp (added)
-
tags/1.3.0/includes/themify-metabox/includes (added)
-
tags/1.3.0/includes/themify-metabox/includes/themify-field-types.php (added)
-
tags/1.3.0/includes/themify-metabox/includes/themify-metabox-core.php (added)
-
tags/1.3.0/includes/themify-metabox/includes/themify-metabox-utils.php (added)
-
tags/1.3.0/includes/themify-metabox/includes/themify-term-fields.php (added)
-
tags/1.3.0/includes/themify-metabox/includes/themify-user-fields.php (added)
-
tags/1.3.0/includes/themify-metabox/js (added)
-
tags/1.3.0/includes/themify-metabox/js/gallery-shortcode.js (added)
-
tags/1.3.0/includes/themify-metabox/js/gallery-shortcode.js.gz (added)
-
tags/1.3.0/includes/themify-metabox/js/jquery-ui-timepicker.min.js (added)
-
tags/1.3.0/includes/themify-metabox/js/jquery-ui-timepicker.min.js.gz (added)
-
tags/1.3.0/includes/themify-metabox/js/media-lib-browse.js (added)
-
tags/1.3.0/includes/themify-metabox/js/media-lib-browse.js.gz (added)
-
tags/1.3.0/includes/themify-metabox/js/meta-box-tabs.js (added)
-
tags/1.3.0/includes/themify-metabox/js/meta-box-tabs.js.gz (added)
-
tags/1.3.0/includes/themify-metabox/js/page-options-modal.js (added)
-
tags/1.3.0/includes/themify-metabox/js/page-options-modal.js.gz (added)
-
tags/1.3.0/includes/themify-metabox/js/page-options.js (added)
-
tags/1.3.0/includes/themify-metabox/js/page-options.js.gz (added)
-
tags/1.3.0/includes/themify-metabox/js/plupload.js (added)
-
tags/1.3.0/includes/themify-metabox/js/plupload.js.gz (added)
-
tags/1.3.0/includes/themify-metabox/js/scripts.js (added)
-
tags/1.3.0/includes/themify-metabox/js/scripts.js.gz (added)
-
tags/1.3.0/includes/themify-metabox/js/themify.minicolors.js (added)
-
tags/1.3.0/includes/themify-metabox/js/themify.minicolors.js.gz (added)
-
tags/1.3.0/includes/themify-metabox/readme.txt (added)
-
tags/1.3.0/includes/themify-metabox/themify-metabox.php (added)
-
tags/1.3.0/includes/themify/img.php (added)
-
tags/1.3.0/readme.txt (added)
-
tags/1.3.0/templates (added)
-
tags/1.3.0/templates/default.php (added)
-
tags/1.3.0/templates/shortcode.php (added)
-
tags/1.3.0/themify-portfolio-post.php (added)
-
trunk/includes/themify-metabox/includes/themify-metabox-core.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/themify-portfolio-post.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
themify-portfolio-post/trunk/includes/themify-metabox/includes/themify-metabox-core.php
r3037786 r3344180 560 560 if ( isset( $_FILES['file'] ) ) { 561 561 $fileContent = themify_get_file_contents( $_FILES['file']['tmp_name'] ); 562 $new_data = unserialize( $fileContent );562 $new_data = unserialize( $fileContent , ['allowed_classes' => false] ); 563 563 if ( $new_data !== null ) { 564 564 if ( 'colors' === $_POST['type'] ) { -
themify-portfolio-post/trunk/readme.txt
r3095368 r3344180 4 4 Tags: portfolio, post, showcase, post-type 5 5 Requires at least: 5.2 6 Tested up to: 6.5.3 7 Stable tag: 1.2.9 6 Tested up to: 6.8.2 7 Stable tag: 1.3.0 8 License: GPL v2 9 License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html 8 10 9 This plugin will add Portfolio post type.11 Add a simple Portfolio post type to your site. 10 12 11 13 == Description == -
themify-portfolio-post/trunk/themify-portfolio-post.php
r3095368 r3344180 2 2 /* 3 3 Plugin Name: Themify Portfolio Post 4 Version: 1. 2.94 Version: 1.3.0 5 5 Author: Themify 6 6 Author URI: https://themify.me … … 39 39 global $themify_portfolio_posts; 40 40 if(!defined('THEMIFY_PORTFOLIO_POST_VERSION')){ 41 define( 'THEMIFY_PORTFOLIO_POST_VERSION', '1. 2.9' );41 define( 'THEMIFY_PORTFOLIO_POST_VERSION', '1.3.0' ); 42 42 } 43 43 if( ! defined( 'THEMIFY_PORTFOLIO_POST_DIR' ) ){
Note: See TracChangeset
for help on using the changeset viewer.