Plugin Directory

Changeset 2140204


Ignore:
Timestamp:
08/15/2019 08:05:05 PM (7 years ago)
Author:
jschaves
Message:

change text

Location:
very-simple-wp-popup/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • very-simple-wp-popup/trunk/README.txt

    r2140133 r2140204  
    1 === Very Simple WordPress Popup ===
     1=== Very Simple wp Popup ===
    22Contributors: jchaves
    3 Version:    1.3
     3Version:    1.2
    44Tags: popup, pop-up
    55Stable tag: trunk
     
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1111
    12 Very Simple WordPress Popup
     12Very Simple wp Popup
    1313
    1414== Description ==
    1515
    16 Very Simple WordPress Popup is a plugin to create customized popus easily by means of a simple form.
     16Very Simple wp Popup is a plugin to create customized popus easily by means of a simple form.
    1717
    1818This is how it works:
     
    2828Installation for General Use
    2929
    30 * Upload the Very Simple WordPress Popup plugin to your blog, activate it, then go to menu Settings and then select VSWP Popup.
     30* Upload the Very Simple wp Popup plugin to your blog, activate it, then go to menu Settings and then select VSWP Popup.
    3131* In a post or page use the shortcode `[vswppopup ID=xxxxxxxxxxx title=xxxxxxxxxxxx]` to create a popup link.
    3232
     
    35351. screenshot-1.jpg
    36362. screenshot-2.jpg
     373. screenshot-3.jpg
     384. screenshot-4.jpg
    3739
    3840== Changelog ==
     
    4042= 1.2.0 29.07.2019 =
    4143* Various **bug fixes**
    42 = 1.3.0 15.08.2919 =
    43 * Various **bug fixes**
  • very-simple-wp-popup/trunk/admin/views/vswpp-settings.php

    r2140120 r2140204  
    1515
    1616        <!-- Specify details about the contribution -->
    17         <input type="hidden" name="item_name" value="Very Sinple WordPress Popup (WordPress plugin)">
     17        <input type="hidden" name="item_name" value="Very Sinple wp Popup (wp plugin)">
    1818        <input type="hidden" name="currency_code" value="EUR">
    1919
  • very-simple-wp-popup/trunk/admin/vswpp-class-submenu.php

    r2129250 r2140204  
    4343    public function add_options_page() {
    4444        add_options_page(
    45             'Very Simple WordPress Popup',
     45            'Very Simple wp Popup',
    4646            'VSWP Popup',
    4747            'manage_options',
  • very-simple-wp-popup/trunk/uninstall.php

    r2129250 r2140204  
    1818 *
    1919 * For more information, see the following discussion:
    20  * https://github.com/tommcfarlin/WordPress-Plugin-Boilerplate/pull/123#issuecomment-28541913
     20 * https://github.com/tommcfarlin/wp-Plugin-Boilerplate/pull/123#issuecomment-28541913
    2121 *
    2222 * @link       https://github.com/jschaves/
     
    2525 * @package    Very_Simple_Wp_Popup
    2626 */
    27 // If uninstall not called from WordPress, then exit.
     27// If uninstall not called from wp, then exit.
    2828if ( ! defined('WP_UNINSTALL_PLUGIN' ) ) {
    2929    exit();
  • very-simple-wp-popup/trunk/very-simple-wp-popup-settings.php

    r2140120 r2140204  
    44 * The plugin bootstrap file
    55 *
    6  * This file is read by WordPress to generate the plugin information in the plugin
     6 * This file is read by wp to generate the plugin information in the plugin
    77 * admin area. This file also includes all of the dependencies used by the plugin,
    88 * registers the activation and deactivation functions, and defines a function
     
    1313 * @package           Very_Simple_Wp_Popup
    1414 *
    15  * @wordpress-plugin
    16  * Plugin Name:       Very Simple WordPress Popup
     15 * @wp-plugin
     16 * Plugin Name:       Very Simple wp Popup
    1717 * Plugin URI:        https://github.com/jschaves/very-simple-wp-popup
    18  * Description:       This is a short description of what the plugin does. It's displayed in the WordPress admin area.
     18 * Description:       This is a short description of what the plugin does. It's displayed in the wp admin area.
    1919 * Version:           1.0.0
    2020 * Author:            Juan Chaves
Note: See TracChangeset for help on using the changeset viewer.