Plugin Directory

Changeset 3285770


Ignore:
Timestamp:
05/01/2025 05:33:05 PM (8 months ago)
Author:
quentinldd
Message:

Update to version 1.0.4.2 from GitHub

Location:
zenpress
Files:
16 added
15 deleted
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • zenpress/tags/1.0.4.2/readme.txt

    r3284829 r3285770  
    3131* Disable oEmbed
    3232* Disable PDF thumbnails
     33* Disable RSS feeds except main one and remove links from the site head
    3334* Disable WordPress shortlink generation
    3435* Disable the Windows Live Writer (WLW) manifest link
     
    3839* Disable WooCommerce widgets
    3940* Disable unwanted default block patterns in gutenberg editor
     41* Remove REST API link from the site head
    4042* Remove WooCommerce patterns
    4143* Enables separate loading of core block styles
     
    7072define('ZENPRESS_DISABLE_OEMBED', false);                        // Allow oEmbed functionality
    7173define('ZENPRESS_DISABLE_PDF_THUMBNAILS', false);                // Allow PDF thumbnail generation
    72 define('ZENPRESS_DISABLE_RSS', false);                           // Allow all RSS feeds and links
     74define('ZENPRESS_DISABLE_RSS', false);                           // Allow all RSS feeds and display their links in the head
    7375define('ZENPRESS_DISABLE_SHORTLINK', false);                     // Allow WordPress shortlink
    7476define('ZENPRESS_DISABLE_WLW_MANIFEST', false);                  // Allow Windows Live Writer manifest
     
    7880define('ZENPRESS_DISABLE_WC_WIDGETS', false);                    // Allow WooCommerce widgets
    7981define('ZENPRESS_REMOVE_GUTENBERG_BLOCK_PATTERNS', false);       // Allow Gutenberg default patterns
    80 define('ZENPRESS_REMOVE_REST_API_LINK', false);                  // Allow REST API link in head
     82define('ZENPRESS_REMOVE_REST_API_LINK', false);                  // Display REST API link in head
    8183define('ZENPRESS_REMOVE_WC_PATTERNS', false);                    // Allow WooCommerce default patterns
    8284define('ZENPRESS_SEPARATE_GUTENBERG_CORE_BLOCK_STYLES', false);  // Don't separate Gutenberg core block styles
  • zenpress/trunk/readme.txt

    r3284829 r3285770  
    3131* Disable oEmbed
    3232* Disable PDF thumbnails
     33* Disable RSS feeds except main one and remove links from the site head
    3334* Disable WordPress shortlink generation
    3435* Disable the Windows Live Writer (WLW) manifest link
     
    3839* Disable WooCommerce widgets
    3940* Disable unwanted default block patterns in gutenberg editor
     41* Remove REST API link from the site head
    4042* Remove WooCommerce patterns
    4143* Enables separate loading of core block styles
     
    7072define('ZENPRESS_DISABLE_OEMBED', false);                        // Allow oEmbed functionality
    7173define('ZENPRESS_DISABLE_PDF_THUMBNAILS', false);                // Allow PDF thumbnail generation
    72 define('ZENPRESS_DISABLE_RSS', false);                           // Allow all RSS feeds and links
     74define('ZENPRESS_DISABLE_RSS', false);                           // Allow all RSS feeds and display their links in the head
    7375define('ZENPRESS_DISABLE_SHORTLINK', false);                     // Allow WordPress shortlink
    7476define('ZENPRESS_DISABLE_WLW_MANIFEST', false);                  // Allow Windows Live Writer manifest
     
    7880define('ZENPRESS_DISABLE_WC_WIDGETS', false);                    // Allow WooCommerce widgets
    7981define('ZENPRESS_REMOVE_GUTENBERG_BLOCK_PATTERNS', false);       // Allow Gutenberg default patterns
    80 define('ZENPRESS_REMOVE_REST_API_LINK', false);                  // Allow REST API link in head
     82define('ZENPRESS_REMOVE_REST_API_LINK', false);                  // Display REST API link in head
    8183define('ZENPRESS_REMOVE_WC_PATTERNS', false);                    // Allow WooCommerce default patterns
    8284define('ZENPRESS_SEPARATE_GUTENBERG_CORE_BLOCK_STYLES', false);  // Don't separate Gutenberg core block styles
Note: See TracChangeset for help on using the changeset viewer.