Plugin Directory

Changeset 2777448


Ignore:
Timestamp:
08/29/2022 10:23:17 PM (3 years ago)
Author:
andreadegiovine
Message:

3.0.15

Location:
custom-post-types
Files:
22 added
2 edited

Legend:

Unmodified
Added
Removed
  • custom-post-types/trunk/custom-post-types.php

    r2776029 r2777448  
    22/*
    33Plugin Name: Custom post types
    4 Plugin URI: https://totalpress.org/plugins/custom-post-types
     4Plugin URI: https://totalpress.org/plugins/custom-post-types?utm_source=wp-dashboard&utm_medium=installed-plugin&utm_campaign=custom-post-types
    55Description: Create / manage custom post types, custom taxonomies, custom fields and custom templates easily, directly from the WordPress dashboard without writing code.
    66Author: TotalPress.org
    7 Author URI: https://totalpress.org/
     7Author URI: https://totalpress.org/?utm_source=wp-dashboard&utm_medium=installed-plugin&utm_campaign=custom-post-types
    88Text Domain: custom-post-types
    99Domain Path: /languages/
    10 Version: 3.0.14
     10Version: 3.0.15
    1111*/
    1212
     
    1818define('CPT_PATH', plugin_dir_path(__FILE__));
    1919define('CPT_URL', plugin_dir_url(__FILE__));
    20 define('CPT_PLUGIN_URL', 'https://totalpress.org/plugins/custom-post-types');
    21 define('CPT_PLUGIN_DEV_URL', 'https://www.andreadegiovine.it/');
    22 define('CPT_PLUGIN_DOC_URL', 'https://totalpress.org/docs/custom-post-types.html');
    23 define('CPT_PLUGIN_DONATE_URL', 'https://totalpress.org/donate');
     20define('CPT_PLUGIN_URL', 'https://totalpress.org/plugins/custom-post-types?utm_source=wp-dashboard&utm_medium=installed-plugin&utm_campaign=custom-post-types');
     21define('CPT_PLUGIN_DEV_URL', 'https://www.andreadegiovine.it/?utm_source=wp-dashboard&utm_medium=installed-plugin&utm_campaign=custom-post-types');
     22define('CPT_PLUGIN_DOC_URL', 'https://totalpress.org/docs/custom-post-types.html?utm_source=wp-dashboard&utm_medium=installed-plugin&utm_campaign=custom-post-types');
     23define('CPT_PLUGIN_DONATE_URL', 'https://totalpress.org/donate?utm_source=wp-dashboard&utm_medium=installed-plugin&utm_campaign=custom-post-types');
    2424define('CPT_PLUGIN_WP_URL', 'https://wordpress.org/plugin/custom-post-types');
    2525define('CPT_PLUGIN_SUPPORT_URL', 'https://wordpress.org/support/plugin/custom-post-types');
  • custom-post-types/trunk/readme.txt

    r2776029 r2777448  
    55Requires at least: 4.0
    66Tested up to: 6.0
    7 Stable tag: 3.0.14
     7Stable tag: 3.0.15
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    206206== Changelog ==
    207207
     208= 3.0.15 =
     209* Restore UTM url params;
     210
    208211= 3.0.14 =
    209212* Fixed wp-admin notices bug;
     
    459462== Upgrade Notice ==
    460463
     464= 3.0.15 =
     465Restore UTM url params;
     466
    461467= 3.0.14 =
    462468Fixed wp-admin notices bug;
Note: See TracChangeset for help on using the changeset viewer.