Plugin Directory

Changeset 2805705


Ignore:
Timestamp:
10/27/2022 10:41:38 AM (3 years ago)
Author:
equallyai
Message:

Update on Context
Banner Change

Location:
equallyai
Files:
29 added
6 edited

Legend:

Unmodified
Added
Removed
  • equallyai/trunk/Readme.txt

    r2801241 r2805705  
    44Requires at least: 6.0.3
    55Tested up to: 6.0.3
    6 Stable tag: 1.0.3
     6Stable tag: 1.0.4
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1515This WordPress plugin can be easily installed on your websites to ensure that they meet ADA, Section 508, and WCAG 2.1 AA and worldwide accessibility regulatory compliance standards.
    1616
    17 Equally AI provides the best accessibility solution to help website owners remain compliant and usable to all. Get started with a 14-day trial (no credit card required). To learn more, visit https://equally.ai/why.
     17Equally AI provides the best accessibility solution to help website owners remain compliant and usable to all. Get started with a 14-day trial (no credit card required). To learn more, visit (https://equally.ai/why).
    1818
    1919= How Equally AI helps you and your website visitors =
  • equallyai/trunk/classes/class-defaults.php

    r2801241 r2805705  
    77  protected $PathName = 'equally-ai-api';
    88  protected $ApiVersion = 'v1';
    9   protected $ApiVersionFooter = 'v1.0.3';
     9  protected $ApiVersionFooter = 'v1.0.4';
    1010
    1111  public function __construct() {
  • equallyai/trunk/package.json

    r2801245 r2805705  
    11{
    22  "name": "wp-equally-ai",
    3   "version": "1.0.3",
     3  "version": "1.0.4",
    44  "main": "index.js",
    55  "license": "MIT",
  • equallyai/trunk/wp-equally-ai.php

    r2801241 r2805705  
    11<?php
    22/**
    3  * Plugin Name: EquallyAI
     3 * Plugin Name: Web Accessibility Compliance by Equally AI
    44 * Author: EquallyAI
    55 * Author URI: https://www.equally.ai
    6  * Version: 1.0.3
     6 * Version: 1.0.4
    77 * Description: Quick installer for equally ai accessibility tool
    88 * Text-Domain: wp-equally-ai
Note: See TracChangeset for help on using the changeset viewer.