Plugin Directory

Changeset 1914273


Ignore:
Timestamp:
07/24/2018 04:44:45 PM (8 years ago)
Author:
pymsol
Message:

Fix update 1.1.4

Location:
pymseo/tags/1.1.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pymseo/tags/1.1.4/includes/pagina_opciones_security.php

    r1913643 r1914273  
    22// PAGINA OPCIONES SEGURIDAD
    33if(!function_exists('wp_get_current_user')) { include(ABSPATH . "wp-includes/pluggable.php"); }
    4 
    54
    65function pymseo_opciones_security(){
     
    1918                <?php _e('Remove REST API Links','pymseo'); ?><span class="medalla baviso tmays"><?php _e('Experiment','pymseo'); ?></span></td>
    2019            </tr>
    21 </table>
     20        </table>
    2221    <?php
    2322}
     
    2625    add_filter( 'xmlrpc_enabled', '__return_false' );
    2726}
    28 
    2927// REMOVE Wordpress Version
    3028if (get_option('pymseoRemoveWordPressVersion')) {
     
    5755    add_filter( 'rest_endpoints', 'fun_pymseo_disable_rest_api_users_endpoints' );
    5856}
    59 
    60 
    6157?>
  • pymseo/tags/1.1.4/readme.txt

    r1913629 r1914273  
    1414
    1515== Description ==
    16 Utilites
    17 <strong>Remove Query Strings</strong>
    18 <strong>Disable Emojis.</strong>
    19 <strong>Disable embeds</strong>
    20 <strong>Disable XML-RPC</strong>
    21 <strong>Remove jQuery Migrate</strong>
    22 <strong>Remove WordPress Version</strong>
    23 <strong>Remove RSD Link</strong>
    24 <strong>Remove Shortlink</strong>
    25 <strong>Remove WordPress REST API</strong>
    26 <strong>Remove wlwmanifest Link</strong>
    27 <strong>Disable RSS Feeds</strong>
    28 <strong>Active Lazy Load</strong>
    29 <strong>Remove HTML Coments</strong>
    3016
    31 Experiments
    32 <strong>Move sripts head to footer</strong>
    33 <strong>CDN</strong>.
    34 <strong>Disable page category.php</strong>
    35 <strong>Disable page tag.php</strong>
    36 <strong>Disable page author.php</strong>
     17
     18= OPTIONS =
     19* Disable embeds
     20* Remove RSD Link
     21* Remove Shortlink
     22* Remove wlwmanifest Link
     23* Disable RSS Feeds
     24* Disable page category.php - Experiment
     25* Disable page tag.php - Experiment
     26* Disable page author.php - Experiment
     27
     28
     29= WPO =
     30* Disable Emojis
     31* Remove Query Strings
     32* Remove jQuery Migrate
     33* Move sripts head to footer - Experiment
     34* Active Lazy Load
     35* Remove HTML Coments
     36* CDN - Experiment
     37
     38= SECURITY =
     39* Remove WordPress Version
     40* Disable XML-RPC
     41* Remove WordPress REST API
     42
    3743
    3844== Installation ==
     
    5460* Fix security tab design
    5561* add feedback
    56 
    5762== Changelog ==
    5863= 1.1.3 =
Note: See TracChangeset for help on using the changeset viewer.