Plugin Directory

Changeset 2192264


Ignore:
Timestamp:
11/13/2019 10:03:51 PM (6 years ago)
Author:
hallsofmontezuma
Message:

releasing 3.3.2

Location:
all-in-one-seo-pack
Files:
3 deleted
6 edited
24 copied

Legend:

Unmodified
Added
Removed
  • all-in-one-seo-pack/tags/3.3.2/all_in_one_seo_pack.php

    r2190929 r2192264  
    44Plugin URI: https://semperplugins.com/all-in-one-seo-pack-pro-version/
    55Description: Out-of-the-box SEO for WordPress. Features like XML Sitemaps, SEO for custom post types, SEO for blogs or business sites, SEO for ecommerce sites, and much more. More than 50 million downloads since 2007.
    6 Version: 3.3.1.1
     6Version: 3.3.2
    77Author: Michael Torbert
    88Author URI: https://semperplugins.com/all-in-one-seo-pack-pro-version/
     
    3232 *
    3333 * @package All-in-One-SEO-Pack
    34  * @version 3.3.1.1
     34 * @version 3.3.2
    3535 */
    3636
     
    4646}
    4747if ( ! defined( 'AIOSEOP_VERSION' ) ) {
    48     define( 'AIOSEOP_VERSION', '3.3.1.1' );
     48    define( 'AIOSEOP_VERSION', '3.3.2' );
    4949}
    5050
  • all-in-one-seo-pack/tags/3.3.2/js/admin/aioseop-count-chars.js

    r2190206 r2192264  
    77 */
    88
    9 $(function () { // eslint-disable-line max-statements
     9jQuery(function($){ // eslint-disable-line max-statements
    1010
    1111    "use strict";
  • all-in-one-seo-pack/tags/3.3.2/js/admin/aioseop-preview-snippet.js

    r2190206 r2192264  
    88 */
    99
    10 $(function () {
     10jQuery(function($){
    1111
    1212    "use strict";
  • all-in-one-seo-pack/tags/3.3.2/readme.txt

    r2190929 r2192264  
    44Requires at least: 4.9
    55Tested up to: 5.3
    6 Stable tag: 3.3.1.1
     6Stable tag: 3.3.2
    77License: GPLv2 or later
    88Requires PHP: 5.2.4
  • all-in-one-seo-pack/trunk/all_in_one_seo_pack.php

    r2190929 r2192264  
    44Plugin URI: https://semperplugins.com/all-in-one-seo-pack-pro-version/
    55Description: Out-of-the-box SEO for WordPress. Features like XML Sitemaps, SEO for custom post types, SEO for blogs or business sites, SEO for ecommerce sites, and much more. More than 50 million downloads since 2007.
    6 Version: 3.3.1.1
     6Version: 3.3.2
    77Author: Michael Torbert
    88Author URI: https://semperplugins.com/all-in-one-seo-pack-pro-version/
     
    3232 *
    3333 * @package All-in-One-SEO-Pack
    34  * @version 3.3.1.1
     34 * @version 3.3.2
    3535 */
    3636
     
    4646}
    4747if ( ! defined( 'AIOSEOP_VERSION' ) ) {
    48     define( 'AIOSEOP_VERSION', '3.3.1.1' );
     48    define( 'AIOSEOP_VERSION', '3.3.2' );
    4949}
    5050
  • all-in-one-seo-pack/trunk/js/admin/aioseop-count-chars.js

    r2190206 r2192264  
    77 */
    88
    9 $(function () { // eslint-disable-line max-statements
     9jQuery(function($){ // eslint-disable-line max-statements
    1010
    1111    "use strict";
  • all-in-one-seo-pack/trunk/js/admin/aioseop-preview-snippet.js

    r2190206 r2192264  
    88 */
    99
    10 $(function () {
     10jQuery(function($){
    1111
    1212    "use strict";
  • all-in-one-seo-pack/trunk/readme.txt

    r2190929 r2192264  
    44Requires at least: 4.9
    55Tested up to: 5.3
    6 Stable tag: 3.3.1.1
     6Stable tag: 3.3.2
    77License: GPLv2 or later
    88Requires PHP: 5.2.4
Note: See TracChangeset for help on using the changeset viewer.