Changeset 2956263
- Timestamp:
- 08/21/2023 01:33:53 PM (3 years ago)
- Location:
- wpcargo/trunk
- Files:
-
- 3 edited
-
classes/class-wpc-scripts.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
wpcargo.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpcargo/trunk/classes/class-wpc-scripts.php
r2954083 r2956263 53 53 wp_enqueue_script( 'wpcargo-datetimepicker' ); 54 54 55 if ( has_shortcode( $post->post_content, 'wpcargo_multi_track' )) {55 if ( $shortcode_found ) { 56 56 57 57 wp_register_script( 'wpcargo-util-index', WPCARGO_PLUGIN_URL . 'assets/js/dist/util/index.js', array( 'jquery' ), WPCARGO_VERSION, false ); -
wpcargo/trunk/readme.txt
r2955424 r2956263 130 130 131 131 == Changelog == 132 = 6.12.4 133 - Fix PHP Notice: Trying to get property 'post_content' 134 132 135 = 6.12.3 133 136 - Add hopok for extra email notification -
wpcargo/trunk/wpcargo.php
r2955424 r2956263 7 7 * Text Domain: wpcargo 8 8 * Domain Path: /languages 9 * Version: 6.12. 39 * Version: 6.12.4 10 10 */ 11 11 /* … … 33 33 //* Defined constant 34 34 define( 'WPCARGO_TEXTDOMAIN', 'wpcargo' ); 35 define( 'WPCARGO_VERSION', '6.12. 3' );35 define( 'WPCARGO_VERSION', '6.12.4' ); 36 36 define( 'WPCARGO_DB_VERSION', '1.0.0' ); 37 37 define( 'WPCARGO_FILE_DIR', __FILE__ );
Note: See TracChangeset
for help on using the changeset viewer.